We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3a6775 commit fb43972Copy full SHA for fb43972
CHANGELOG
@@ -2,6 +2,10 @@ libseccomp: Releases
2
===============================================================================
3
https://github.com/seccomp/libseccomp
4
5
+* Version 2.4.1 - April 17, 2019
6
+- Fix a BPF generation bug where the optimizer mistakenly identified duplicate
7
+ BPF code blocks
8
+
9
* Version 2.4.0 - March 14, 2019
10
- Update the syscall table for Linux v5.0-rc5
11
- Added support for the SCMP_ACT_KILL_PROCESS action
configure.ac
@@ -19,7 +19,7 @@ dnl #
19
dnl ####
20
dnl libseccomp defines
21
22
-AC_INIT([libseccomp], [2.4.0])
+AC_INIT([libseccomp], [2.4.1])
23
24
25
dnl autoconf configuration
0 commit comments