Skip to content

Commit 4bf7043

Browse files
committed
all: release v2.5.1
Signed-off-by: Tom Hromatka <[email protected]>
1 parent afd6f3d commit 4bf7043

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@ libseccomp: Releases
22
===============================================================================
33
https://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)

configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ dnl #
1919
dnl ####
2020
dnl libseccomp defines
2121
dnl ####
22-
AC_INIT([libseccomp], [2.5.0])
22+
AC_INIT([libseccomp], [2.5.1])
2323

2424
dnl ####
2525
dnl autoconf configuration

0 commit comments

Comments
 (0)