]> git.proxmox.com Git - mirror_libseccomp.git/commitdiff
all: update the CHANGELOG and version for v2.4.1
authorPaul Moore <paul@paul-moore.com>
Wed, 17 Apr 2019 16:14:26 +0000 (12:14 -0400)
committerPaul Moore <paul@paul-moore.com>
Wed, 17 Apr 2019 21:00:50 +0000 (17:00 -0400)
Signed-off-by: Paul Moore <paul@paul-moore.com>
CHANGELOG

index 99c6a0b09ff8650e9d076d88e1e83606d4601289..a65bc5b4a3940dc974b1642da39a2e610c2c65be 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -2,6 +2,10 @@ libseccomp: Releases
 ===============================================================================
 https://github.com/seccomp/libseccomp
 
+* Version 2.4.1 - April 17, 2019
+- Fix a BPF generation bug where the optimizer mistakenly identified duplicate
+  BPF code blocks
+
 * Version 2.4.0 - March 14, 2019
 - Update the syscall table for Linux v5.0-rc5
 - Added support for the SCMP_ACT_KILL_PROCESS action