summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Moore <paul@paul-moore.com>2019-04-17 12:14:26 -0400
committerPaul Moore <paul@paul-moore.com>2019-04-17 16:40:40 -0400
commitfb43972ea1aab24f2a70193fb7445c2674f594e3 (patch)
treef804f24b2e70e41a3830d92126fa92fba05d5202
parentd3a67757c38766546132d6dc7a784cb0e478c0a5 (diff)
downloadlibseccomp-2.4.1.tar.gz
all: update the CHANGELOG and version for v2.4.1v2.4.1
Signed-off-by: Paul Moore <paul@paul-moore.com>
-rw-r--r--CHANGELOG4
-rw-r--r--configure.ac2
2 files changed, 5 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 99c6a0b..a65bc5b 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -2,6 +2,10 @@ libseccomp: Releases
===============================================================================
https://github.com/seccomp/libseccomp
+* Version 2.4.1 - April 17, 2019
+- Fix a BPF generation bug where the optimizer mistakenly identified duplicate
+ BPF code blocks
+
* Version 2.4.0 - March 14, 2019
- Update the syscall table for Linux v5.0-rc5
- Added support for the SCMP_ACT_KILL_PROCESS action
diff --git a/configure.ac b/configure.ac
index bbdda78..05d34a5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -19,7 +19,7 @@ dnl #
dnl ####
dnl libseccomp defines
dnl ####
-AC_INIT([libseccomp], [2.4.0])
+AC_INIT([libseccomp], [2.4.1])
dnl ####
dnl autoconf configuration