diff --git a/ChangeLog b/ChangeLog index 97128ba5c..7fff5fa14 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +fstrm (0.3.1) + + * Add support for '-' as a filename for stdin/stdout (PR #28) + + * destroy condition variable and mutexes in fstrm_iothr_destroy() (PR #25) + + -- Chris Mikkelson Thu, 26 Jan 2017 16:05:06 -0600 + fstrm (0.3.0) * Output file rotation (Issue #22). diff --git a/configure.ac b/configure.ac index a56d98b53..8c9e13c6e 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ AC_PREREQ(2.64) AC_INIT([fstrm], - [0.2.0], + [0.3.1], [https://github.com/farsightsec/fstrm/issues], [fstrm], [https://github.com/farsightsec/fstrm])