summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorTom Hromatka <tom.hromatka@oracle.com>2019-11-06 07:25:59 -0700
committerPaul Moore <paul@paul-moore.com>2019-11-07 21:44:42 -0500
commitd81ac269d6bea4a8b767e231dd554b2691ddbeb8 (patch)
tree225b0b538549908e5ae8a934bb141412eb3a3aa6 /CHANGELOG
parent94d42926fd67d2d4fa07031bdc6c6bf8e420a103 (diff)
downloadlibseccomp-d81ac269d6bea4a8b767e231dd554b2691ddbeb8.tar.gz
all: update the CHANGELOG and version for v2.4.2
Signed-off-by: Tom Hromatka <tom.hromatka@oracle.com> (imported from commit aa80299301a9c21a82f5d96911df5a2fbfaf17dd) Signed-off-by: Paul Moore <paul@paul-moore.com>
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG11
1 files changed, 11 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index a65bc5b..9fbabde 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -2,6 +2,17 @@ libseccomp: Releases
===============================================================================
https://github.com/seccomp/libseccomp
+* Version 2.4.2 - November 7, 2019
+- Update the syscall table for Linux v5.4-rc4
+- Stop defining __NR_x values for syscalls that don't exist. Libseccomp
+ now uses __SNR_x internally
+- Update the Cython language level to "3str"
+- Add support for io-uring related system calls
+- Clarify the maintainer documentation and release process
+- Fix python module name issue introduced in the v2.4.0 release. The module
+ is now named "seccomp" as it was previously
+- Deliver the SECURITY.md file in releases
+
* Version 2.4.1 - April 17, 2019
- Fix a BPF generation bug where the optimizer mistakenly identified duplicate
BPF code blocks