Skip to content

Commit

Permalink
This is release 0.6.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
reedjc committed Apr 5, 2021
1 parent cdbebf0 commit 1d6e11d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
fstrm (0.6.1)

* fstrm_capture: ignore SIGPIPE, which will cause the
interrupted connections to generate an EPIPE instead.

* Fix truncation in snprintf calls in argument processing.

* fstrm_capture: Fix output printf format.

fstrm (0.6.0)

* fstrm_capture: Perform output file rotation when a SIGUSR1 signal
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.6.0],
[0.6.1],
[https://github.com/farsightsec/fstrm/issues],
[fstrm],
[https://github.com/farsightsec/fstrm])
Expand Down

0 comments on commit 1d6e11d

Please sign in to comment.