Skip to content

Commit 1d6e11d

Browse files
committed
This is release 0.6.1.
1 parent cdbebf0 commit 1d6e11d

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

ChangeLog

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
fstrm (0.6.1)
2+
3+
* fstrm_capture: ignore SIGPIPE, which will cause the
4+
interrupted connections to generate an EPIPE instead.
5+
6+
* Fix truncation in snprintf calls in argument processing.
7+
8+
* fstrm_capture: Fix output printf format.
9+
110
fstrm (0.6.0)
211

312
* fstrm_capture: Perform output file rotation when a SIGUSR1 signal

configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
AC_PREREQ(2.64)
22

33
AC_INIT([fstrm],
4-
[0.6.0],
4+
[0.6.1],
55
[https://github.com/farsightsec/fstrm/issues],
66
[fstrm],
77
[https://github.com/farsightsec/fstrm])

0 commit comments

Comments
 (0)