summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorTom Hromatka <tom.hromatka@oracle.com>2021-08-26 10:38:38 -0600
committerTom Hromatka <tom.hromatka@oracle.com>2021-08-31 13:47:48 -0600
commit1d26fa1332ac8b7eeaa706f7febf343310a52160 (patch)
tree1d486ec46fe4baff3353994208ef3c303ce201a8 /CHANGELOG
parent8489cff8092d3c53f1a261a9b637ebfaeec45650 (diff)
downloadlibseccomp-1d26fa1332ac8b7eeaa706f7febf343310a52160.tar.gz
all: CHANGELOG update for release v2.5.2
Acked-by: Paul Moore <paul@paul-moore.com> Signed-off-by: Tom Hromatka <tom.hromatka@oracle.com>
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG12
1 files changed, 12 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 73e769e..1395554 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -2,6 +2,18 @@ libseccomp: Releases
===============================================================================
https://github.com/seccomp/libseccomp
+* Version 2.5.2 - August 31, 2021
+- Update the syscall table for Linux v5.14-rc7
+- Add a function, get_notify_fd(), to the Python bindings to get the
+ nofication file descriptor
+- Consolidate multiplexed syscall handling for all architectures into one
+ location
+- Add multiplexed syscall support to PPC
+- Add multiplexed syscall support to MIPS
+- The meaning of SECCOMP_IOCTL_NOTIF_ID_VALID changed within the kernel.
+ Modify the libseccomp file descriptor notification logic to support the
+ kernel's previous and new usage of SECCOMP_IOCTL_NOTIF_ID_VALID
+
* Version 2.5.1 - November 20, 2020
- Fix a bug where seccomp_load() could only be called once
- Change the notification fd handling to only request a notification fd if