summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Hromatka <tom.hromatka@oracle.com>2020-11-16 16:32:24 -0700
committerTom Hromatka <tom.hromatka@oracle.com>2020-11-16 16:35:41 -0700
commit4bf70431a339a2886ab8c82e9a45378f30c6e6c7 (patch)
tree86095e265447eb7a5f83238d48695227bc709a21
parentafd6f3db9aaa1176523ed5948993ca1b7f430795 (diff)
downloadlibseccomp-4bf70431a339a2886ab8c82e9a45378f30c6e6c7.tar.gz
all: release v2.5.1v2.5.1
Signed-off-by: Tom Hromatka <tom.hromatka@oracle.com>
-rw-r--r--CHANGELOG7
-rw-r--r--configure.ac2
2 files changed, 8 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 31852b7..73e769e 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -2,6 +2,13 @@ libseccomp: Releases
===============================================================================
https://github.com/seccomp/libseccomp
+* 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
+ the filter has a _NOTIFY action
+- Add documentation about SCMP_ACT_NOTIFY to the seccomp_add_rule(3) manpage
+- Clarify the maintainers' GPG keys
+
* Version 2.5.0 - July 20, 2020
- Add support for the seccomp user notifications, see the
seccomp_notify_alloc(3), seccomp_notify_receive(3), seccomp_notify_respond(3)
diff --git a/configure.ac b/configure.ac
index 7b91c7a..78be431 100644
--- a/configure.ac
+++ b/configure.ac
@@ -19,7 +19,7 @@ dnl #
dnl ####
dnl libseccomp defines
dnl ####
-AC_INIT([libseccomp], [2.5.0])
+AC_INIT([libseccomp], [2.5.1])
dnl ####
dnl autoconf configuration