From fb43972ea1aab24f2a70193fb7445c2674f594e3 Mon Sep 17 00:00:00 2001 From: Paul Moore Date: Wed, 17 Apr 2019 12:14:26 -0400 Subject: all: update the CHANGELOG and version for v2.4.1 Signed-off-by: Paul Moore --- CHANGELOG | 4 ++++ configure.ac | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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 -- cgit v1.2.1