From f506e0844372b2c404baa482defb62f6846d0e3e Mon Sep 17 00:00:00 2001 From: Paul Moore Date: Mon, 11 May 2015 11:56:54 -0400 Subject: all: update CHANGELOG and version info for v2.2.1 Signed-off-by: Paul Moore --- CHANGELOG | 6 ++++++ configure.ac | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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 -- cgit v1.2.1