We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdbebf0 commit 1d6e11dCopy full SHA for 1d6e11d
ChangeLog
@@ -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
10
fstrm (0.6.0)
11
12
* fstrm_capture: Perform output file rotation when a SIGUSR1 signal
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])
0 commit comments