Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
all: release v2.5.1
Signed-off-by: Tom Hromatka <tom.hromatka@oracle.com>
  • Loading branch information
drakenclimber committed Nov 16, 2020
1 parent afd6f3d commit 4bf7043
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Expand Up @@ -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
Expand Down

0 comments on commit 4bf7043

Please sign in to comment.