summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Moore <pmoore@redhat.com>2015-07-06 14:42:35 -0400
committerPaul Moore <pmoore@redhat.com>2015-07-06 14:42:35 -0400
commitd7a29fefb03d9c3658854ea7b3cb6a8f082cfb90 (patch)
tree22da56c661a30bc0c204624e4079e579cae84f5d
parent30dee894a4feaa12cdbf49f5db18cae246689c7a (diff)
downloadlibseccomp-d7a29fefb03d9c3658854ea7b3cb6a8f082cfb90.tar.gz
all: update CHANGELOG and version info for v2.2.2v2.2.2
Also correct some typos in the existing CHANGELOG entries. Signed-off-by: Paul Moore <pmoore@redhat.com>
-rw-r--r--CHANGELOG14
-rw-r--r--configure.ac2
2 files changed, 11 insertions, 5 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 9abdb77..84ccafc 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -2,6 +2,12 @@ libseccomp: Releases
===============================================================================
https://github.com/seccomp/libseccomp
+* 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
+- Fix a problem with the ARM specific syscalls
+- Fix a build problem when the source and build directories differ
+
* 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
@@ -18,12 +24,12 @@ https://github.com/seccomp/libseccomp
- Added Python bindings
- Updated the internal syscall tables to Linux v3.19
- Added documentation to help contributors wishing to submit patches
-- Migrated to Github for git hosting and Google Groups for the mailing list
+- Migrated to GitHub for git hosting and Google Groups for the mailing list
- Numerous minor bug fixes
* Version 2.1.1 - October 31, 2013
- Build system improvements
-- Automated test improvments, including a "check" target for use by
+- Automated test improvements, including a "check" target for use by
packagers to verify the build
- Numerous bug fixes related to the filter's internal rule database which
affect those creating rules with syscall arguments
@@ -40,8 +46,8 @@ https://github.com/seccomp/libseccomp
* Version 2.0.0 - January 28, 2013
- Fixes for the x86 multiplexed syscalls
-- Additions to the API to better support non-native architecures
-- Additions to the API to support multiple architecures in one filter
+- Additions to the API to better support non-native architectures
+- Additions to the API to support multiple architectures in one filter
- Additions to the API to resolve syscall name/number mappings
- Assorted minor bug fixes
- Improved build messages regardless of build verbosity
diff --git a/configure.ac b/configure.ac
index d0ea471..e674bd6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -19,7 +19,7 @@ dnl #
dnl ####
dnl libseccomp defines
dnl ####
-AC_INIT([libseccomp], [2.2.1])
+AC_INIT([libseccomp], [2.2.2])
dnl ####
dnl autoconf configuration