File tree 2 files changed +8
-1
lines changed
2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,13 @@ libseccomp: Releases
2
2
===============================================================================
3
3
https://github.com/seccomp/libseccomp
4
4
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
+
5
12
* Version 2.5.0 - July 20, 2020
6
13
- Add support for the seccomp user notifications, see the
7
14
seccomp_notify_alloc(3), seccomp_notify_receive(3), seccomp_notify_respond(3)
Original file line number Diff line number Diff line change 19
19
dnl ####
20
20
dnl libseccomp defines
21
21
dnl ####
22
- AC_INIT ( [ libseccomp] , [ 2.5.0 ] )
22
+ AC_INIT ( [ libseccomp] , [ 2.5.1 ] )
23
23
24
24
dnl ####
25
25
dnl autoconf configuration
You can’t perform that action at this time.
0 commit comments