Skip to content

Commit f506e08

Browse files
committed
all: update CHANGELOG and version info for v2.2.1
Signed-off-by: Paul Moore <pmoore@redhat.com>
1 parent bad3fb6 commit f506e08

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@ libseccomp: Releases
22
===============================================================================
33
https://github.com/seccomp/libseccomp
44

5+
* Version 2.2.1 - May 13, 2015
6+
- Fix a problem with syscall argument filtering on 64-bit systems
7+
- Fix some problems with the 32-bit ARM syscall table
8+
- Fix build problems on very old systems
9+
- Update the README file with the GitHub and Google Groups information
10+
511
* Version 2.2.0 - February 12, 2015
612
- Migrated the build system to autotools
713
- Added support for the aarch64 architecture

configure.ac

Lines changed: 1 addition & 1 deletion
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.2.0])
22+
AC_INIT([libseccomp], [2.2.1])
2323

2424
dnl ####
2525
dnl autoconf configuration

0 commit comments

Comments
 (0)