summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Moore <pmoore@redhat.com>2015-07-08 14:54:32 -0400
committerPaul Moore <pmoore@redhat.com>2015-07-08 14:54:32 -0400
commit7932b4fa24c1add0d7a315de8387d216334fbcf7 (patch)
treef26787f6429c9f844a7afb815b0a928e1874fe21
parent8435247c6c6f823a61654a4f4261b005896bcf1f (diff)
downloadlibseccomp-7932b4fa24c1add0d7a315de8387d216334fbcf7.tar.gz
all: update CHANGELOG and version info for v2.2.3v2.2.3release-2.2
Signed-off-by: Paul Moore <pmoore@redhat.com>
-rw-r--r--CHANGELOG3
-rw-r--r--configure.ac2
2 files changed, 4 insertions, 1 deletions
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