summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Hromatka <tom.hromatka@oracle.com>2019-11-06 07:25:59 -0700
committerTom Hromatka <tom.hromatka@oracle.com>2019-11-06 07:25:59 -0700
commitaa80299301a9c21a82f5d96911df5a2fbfaf17dd (patch)
tree57e6a7e23bb76013596166ed01980d96225bb433
parent38837c2661ac5eb4cb09d572e421c0a72eea3016 (diff)
downloadlibseccomp-aa80299301a9c21a82f5d96911df5a2fbfaf17dd.tar.gz
all: update the CHANGELOG and version for v2.4.2
Signed-off-by: Tom Hromatka <tom.hromatka@oracle.com>
-rw-r--r--CHANGELOG11
-rw-r--r--configure.ac2
2 files changed, 12 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index a65bc5b..9fbabde 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -2,6 +2,17 @@ libseccomp: Releases
===============================================================================
https://github.com/seccomp/libseccomp
+* Version 2.4.2 - November 7, 2019
+- Update the syscall table for Linux v5.4-rc4
+- Stop defining __NR_x values for syscalls that don't exist. Libseccomp
+ now uses __SNR_x internally
+- Update the Cython language level to "3str"
+- Add support for io-uring related system calls
+- Clarify the maintainer documentation and release process
+- Fix python module name issue introduced in the v2.4.0 release. The module
+ is now named "seccomp" as it was previously
+- Deliver the SECURITY.md file in releases
+
* Version 2.4.1 - April 17, 2019
- Fix a BPF generation bug where the optimizer mistakenly identified duplicate
BPF code blocks
diff --git a/configure.ac b/configure.ac
index 1dc8e5d..fd601c7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -19,7 +19,7 @@ dnl #
dnl ####
dnl libseccomp defines
dnl ####
-AC_INIT([libseccomp], [2.4.1])
+AC_INIT([libseccomp], [2.4.2])
dnl ####
dnl autoconf configuration