diff --git a/ChangeLog b/ChangeLog index 15c4161a9..21e8714ae 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 diff --git a/configure.ac b/configure.ac index 0e006f37b..2e43c97fd 100644 --- a/configure.ac +++ b/configure.ac @@ -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])