summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Moore <pmoore@redhat.com>2015-05-11 11:56:54 -0400
committerPaul Moore <pmoore@redhat.com>2015-05-11 11:56:54 -0400
commitf506e0844372b2c404baa482defb62f6846d0e3e (patch)
treebf0f5b04a45b577b21b25479112cb6a2b6aa53fc
parentbad3fb6355c3b48c521e5cd15cd3210b4054e39e (diff)
downloadlibseccomp-f506e0844372b2c404baa482defb62f6846d0e3e.tar.gz
all: update CHANGELOG and version info for v2.2.1v2.2.1
Signed-off-by: Paul Moore <pmoore@redhat.com>
-rw-r--r--CHANGELOG6
-rw-r--r--configure.ac2
2 files changed, 7 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 4442bf0..9abdb77 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -2,6 +2,12 @@ libseccomp: Releases
===============================================================================
https://github.com/seccomp/libseccomp
+* Version 2.2.1 - May 13, 2015
+- Fix a problem with syscall argument filtering on 64-bit systems
+- Fix some problems with the 32-bit ARM syscall table
+- Fix build problems on very old systems
+- Update the README file with the GitHub and Google Groups information
+
* Version 2.2.0 - February 12, 2015
- Migrated the build system to autotools
- Added support for the aarch64 architecture
diff --git a/configure.ac b/configure.ac
index 60a959e..d0ea471 100644
--- a/configure.ac
+++ b/configure.ac
@@ -19,7 +19,7 @@ dnl #
dnl ####
dnl libseccomp defines
dnl ####
-AC_INIT([libseccomp], [2.2.0])
+AC_INIT([libseccomp], [2.2.1])
dnl ####
dnl autoconf configuration