Skip to content

Commit 7932b4f

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

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG

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

5+
* Version 2.2.3 - July 8, 2015
6+
- Fix a problem with 'make check' on 32-bit ARM systems
7+
58
* Version 2.2.2 - July 6, 2015
69
- Fix a problem with the masked equality operator
710
- Fix a problem on x86_64/x32 involving invalid architectures

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.2])
22+
AC_INIT([libseccomp], [2.2.3])
2323

2424
dnl ####
2525
dnl autoconf configuration

0 commit comments

Comments
 (0)