File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,13 @@ libseccomp: Releases
22===============================================================================
33https://github.com/seccomp/libseccomp
44
5+ * Version 2.5.1 - November 20, 2020
6+ - Fix a bug where seccomp_load() could only be called once
7+ - Change the notification fd handling to only request a notification fd if
8+ the filter has a _NOTIFY action
9+ - Add documentation about SCMP_ACT_NOTIFY to the seccomp_add_rule(3) manpage
10+ - Clarify the maintainers' GPG keys
11+
512* Version 2.5.0 - July 20, 2020
613- Add support for the seccomp user notifications, see the
714 seccomp_notify_alloc(3), seccomp_notify_receive(3), seccomp_notify_respond(3)
Original file line number Diff line number Diff line change 1919dnl ####
2020dnl libseccomp defines
2121dnl ####
22- AC_INIT ( [ libseccomp] , [ 2.5.0 ] )
22+ AC_INIT ( [ libseccomp] , [ 2.5.1 ] )
2323
2424dnl ####
2525dnl autoconf configuration
You can’t perform that action at this time.
0 commit comments