@@ -2,6 +2,28 @@ libseccomp: Releases
2
2
===============================================================================
3
3
https://github.com/seccomp/libseccomp
4
4
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
+
5
27
* Version 2.4.3 - March 4, 2020
6
28
- Add list of authorized release signatures to README.md
7
29
- Fix multiplexing issue with s390/s390x shm* syscalls
0 commit comments