Skip to content

Commit

Permalink
Update ChangeLog, version for 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cmikk committed Jan 26, 2017
1 parent a262c2d commit 9db2516
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -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 <[email protected]> Thu, 26 Jan 2017 16:05:06 -0600

fstrm (0.3.0)

* Output file rotation (Issue #22).
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.2.0],
[0.3.1],
[https://github.com/farsightsec/fstrm/issues],
[fstrm],
[https://github.com/farsightsec/fstrm])
Expand Down

0 comments on commit 9db2516

Please sign in to comment.