Skip to content

Commit f13f58e

Browse files
committed
all: release v2.5.0
Signed-off-by: Paul Moore <[email protected]>
1 parent 96282b2 commit f13f58e

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGELOG

+22
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,28 @@ libseccomp: Releases
22
===============================================================================
33
https://github.com/seccomp/libseccomp
44

5+
* Version 2.5.0 - July 20, 2020
6+
- Add support for the seccomp user notifications, see the
7+
seccomp_notify_alloc(3), seccomp_notify_receive(3), seccomp_notify_respond(3)
8+
manpages for more information
9+
- Add support for new filter optimization approaches, including a balanced tree
10+
optimization, see the SCMP_FLTATR_CTL_OPTIMIZE filter attribute for more
11+
information
12+
- Add support for the 64-bit RISC-V architecture
13+
- Performance improvements when adding new rules to a filter thanks to the use
14+
of internal shadow transactions and improved syscall lookup tables
15+
- Properly document the libseccomp API return values and include them in the
16+
stable API promise
17+
- Improvements to the s390 and s390x multiplexed syscall handling
18+
- Multiple fixes and improvements to the libseccomp manpages
19+
- Moved from manually maintained syscall tables to an automatically generated
20+
syscall table in CSV format
21+
- Update the syscall tables to Linux v5.8.0-rc5
22+
- Python bindings and build now default to Python 3.x
23+
- Improvements to the tests have boosted code coverage to over 93%
24+
- Enable Travis CI testing on the aarch64 and ppc64le architectures
25+
- Add code inspection via lgtm.com
26+
527
* Version 2.4.3 - March 4, 2020
628
- Add list of authorized release signatures to README.md
729
- Fix multiplexing issue with s390/s390x shm* syscalls

configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ dnl #
1919
dnl ####
2020
dnl libseccomp defines
2121
dnl ####
22-
AC_INIT([libseccomp], [0.0.0])
22+
AC_INIT([libseccomp], [2.5.0])
2323

2424
dnl ####
2525
dnl autoconf configuration

0 commit comments

Comments
 (0)