We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8435247 commit 7932b4fCopy full SHA for 7932b4f
CHANGELOG
@@ -2,6 +2,9 @@ libseccomp: Releases
2
===============================================================================
3
https://github.com/seccomp/libseccomp
4
5
+* Version 2.2.3 - July 8, 2015
6
+- Fix a problem with 'make check' on 32-bit ARM systems
7
+
8
* Version 2.2.2 - July 6, 2015
9
- Fix a problem with the masked equality operator
10
- Fix a problem on x86_64/x32 involving invalid architectures
configure.ac
@@ -19,7 +19,7 @@ dnl #
19
dnl ####
20
dnl libseccomp defines
21
22
-AC_INIT([libseccomp], [2.2.2])
+AC_INIT([libseccomp], [2.2.3])
23
24
25
dnl autoconf configuration
0 commit comments