Skip to content

Commit fb43972

Browse files
committed
all: update the CHANGELOG and version for v2.4.1
Signed-off-by: Paul Moore <paul@paul-moore.com>
1 parent d3a6775 commit fb43972

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ libseccomp: Releases
22
===============================================================================
33
https://github.com/seccomp/libseccomp
44

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+
59
* Version 2.4.0 - March 14, 2019
610
- Update the syscall table for Linux v5.0-rc5
711
- Added support for the SCMP_ACT_KILL_PROCESS action

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ dnl #
1919
dnl ####
2020
dnl libseccomp defines
2121
dnl ####
22-
AC_INIT([libseccomp], [2.4.0])
22+
AC_INIT([libseccomp], [2.4.1])
2323

2424
dnl ####
2525
dnl autoconf configuration

0 commit comments

Comments
 (0)