summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Moore <paul@paul-moore.com>2019-03-14 11:46:01 -0400
committerPaul Moore <paul@paul-moore.com>2019-03-14 11:51:24 -0400
commit4d64011741375bb1a4ba7d71905ca37b97885083 (patch)
treec843b94a3744b3f042b1b526515a8e92c43ad4c5
parentb29eda913b11ca339a7c1727fdc7e3309dd2a9b6 (diff)
downloadlibseccomp-4d64011741375bb1a4ba7d71905ca37b97885083.tar.gz
all: update the CHANGELOG and version for v2.4.0v2.4.0
Signed-off-by: Paul Moore <paul@paul-moore.com>
-rw-r--r--CHANGELOG19
-rw-r--r--configure.ac2
2 files changed, 20 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 3d01639..99c6a0b 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -2,6 +2,25 @@ libseccomp: Releases
===============================================================================
https://github.com/seccomp/libseccomp
+* 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
+- Added support for the SCMP_ACT_LOG action and SCMP_FLTATR_CTL_LOG attribute
+- Added explicit 32-bit (SCMP_AX_32(...)) and 64-bit (SCMP_AX_64(...)) argument
+ comparison macros to help protect against unexpected sign extension
+- Added support for the parisc and parisc64 architectures
+- Added the ability to query and set the libseccomp API level via
+ seccomp_api_get(3) and seccomp_api_set(3)
+- Return -EDOM on an endian mismatch when adding an architecture to a filter
+- Renumber the pseudo syscall number for subpage_prot() so it no longer
+ conflicts with spu_run()
+- Fix PFC generation when a syscall is prioritized, but no rule exists
+- Numerous fixes to the seccomp-bpf filter generation code
+- Switch our internal hashing function to jhash/Lookup3 to MurmurHash3
+- Numerous tests added to the included test suite, coverage now at ~92%
+- Update our Travis CI configuration to use Ubuntu 16.04
+- Numerous documentation fixes and updates
+
* Version 2.3.3 - January 10, 2018
- Updated the syscall table for Linux v4.15-rc7
diff --git a/configure.ac b/configure.ac
index 34746a5..bbdda78 100644
--- a/configure.ac
+++ b/configure.ac
@@ -19,7 +19,7 @@ dnl #
dnl ####
dnl libseccomp defines
dnl ####
-AC_INIT([libseccomp], [0.0.0])
+AC_INIT([libseccomp], [2.4.0])
dnl ####
dnl autoconf configuration