From e510dd19747744ec411510c220b0b8d6fdc25cd6 Mon Sep 17 00:00:00 2001 From: Paul Moore Date: Wed, 15 Jul 2020 21:33:39 -0400 Subject: all: release v2.5.0 Signed-off-by: Paul Moore --- CHANGELOG | 22 ++++++++++++++++++++++ configure.ac | 2 +- 2 files changed, 23 insertions(+), 1 deletion(-) 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 -- cgit v1.2.1