From 7932b4fa24c1add0d7a315de8387d216334fbcf7 Mon Sep 17 00:00:00 2001 From: Paul Moore Date: Wed, 8 Jul 2015 14:54:32 -0400 Subject: all: update CHANGELOG and version info for v2.2.3 Signed-off-by: Paul Moore --- CHANGELOG | 3 +++ configure.ac | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 84ccafc..b53c172 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -2,6 +2,9 @@ libseccomp: Releases =============================================================================== https://github.com/seccomp/libseccomp +* Version 2.2.3 - July 8, 2015 +- Fix a problem with 'make check' on 32-bit ARM systems + * Version 2.2.2 - July 6, 2015 - Fix a problem with the masked equality operator - Fix a problem on x86_64/x32 involving invalid architectures diff --git a/configure.ac b/configure.ac index e674bd6..4bf475d 100644 --- a/configure.ac +++ b/configure.ac @@ -19,7 +19,7 @@ dnl # dnl #### dnl libseccomp defines dnl #### -AC_INIT([libseccomp], [2.2.2]) +AC_INIT([libseccomp], [2.2.3]) dnl #### dnl autoconf configuration -- cgit v1.2.1