Skip to content

Commit

Permalink
all: release v2.5.0
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Moore <[email protected]>
  • Loading branch information
pcmoore committed Jul 20, 2020
1 parent 96282b2 commit f13f58e
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,28 @@ libseccomp: Releases
===============================================================================
https://github.com/seccomp/libseccomp

* Version 2.5.0 - July 20, 2020
- 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
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f13f58e

Please sign in to comment.