Skip to content

Commit

Permalink
Update ChangeLog, version for 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
reedjc committed Mar 11, 2019
1 parent 980e6ed commit 2559dc4
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
fstrm (0.5.0)

* Change license to modern MIT license for compatibility with GPLv2
software.

* src/fstrm_replay.c: For OpenBSD and Posix portability include
netinet/in.h and sys/socket.h to get struct sockaddr_in and the AF_*
defines respectively.

* Fix various compiler warnings.

fstrm (0.4.0)

* Added manual pages for fstrm_capture and fstrm_dump.
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
AC_PREREQ(2.64)

AC_INIT([fstrm],
[0.4.0],
[0.5.0],
[https://github.com/farsightsec/fstrm/issues],
[fstrm],
[https://github.com/farsightsec/fstrm])
Expand Down

0 comments on commit 2559dc4

Please sign in to comment.