summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Moore <paul@paul-moore.com>2020-07-15 21:33:39 -0400
committerPaul Moore <paul@paul-moore.com>2020-07-18 09:37:08 -0400
commite510dd19747744ec411510c220b0b8d6fdc25cd6 (patch)
treea41ab5357e42305d495d7276fc0fed1739b2a59f
parent96282b2054c7cbabd054a5218de75747b9407185 (diff)
downloadlibseccomp-coverity-scan.tar.gz
all: release v2.5.0coverity-scan
Signed-off-by: Paul Moore <paul@paul-moore.com>
-rw-r--r--CHANGELOG22
-rw-r--r--configure.ac2
2 files changed, 23 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index e116b66..4e45d34 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -2,6 +2,28 @@ libseccomp: Releases
===============================================================================
https://github.com/seccomp/libseccomp
+* Version 2.5.0 - XXX XX, XXXX
+- Add support for the seccomp user notifications, see the
+ seccomp_notify_alloc(3), seccomp_notify_receive(3), seccomp_notify_respond(3)
+ manpages for more information
+- Add support for new filter optimization approaches, including a balanced tree
+ optimization, see the SCMP_FLTATR_CTL_OPTIMIZE filter attribute for more
+ information
+- Add support for the 64-bit RISC-V architecture
+- Performance improvements when adding new rules to a filter thanks to the use
+ of internal shadow transactions and improved syscall lookup tables
+- Properly document the libseccomp API return values and include them in the
+ stable API promise
+- Improvements to the s390 and s390x multiplexed syscall handling
+- Multiple fixes and improvements to the libseccomp manpages
+- Moved from manually maintained syscall tables to an automatically generated
+ syscall table in CSV format
+- Update the syscall tables to Linux v5.8.0-rc5
+- Python bindings and build now default to Python 3.x
+- Improvements to the tests have boosted code coverage to over 93%
+- Enable Travis CI testing on the aarch64 and ppc64le architectures
+- Add code inspection via lgtm.com
+
* Version 2.4.3 - March 4, 2020
- Add list of authorized release signatures to README.md
- Fix multiplexing issue with s390/s390x shm* syscalls
diff --git a/configure.ac b/configure.ac
index 40d9dcb..d47c25c 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.5.0])
dnl ####
dnl autoconf configuration