summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorPaul Moore <pmoore@redhat.com>2015-07-06 15:47:04 -0400
committerPaul Moore <pmoore@redhat.com>2015-07-06 15:47:04 -0400
commit6d41cd8b016728591b007014d1460adae54211a1 (patch)
tree7faed961e8e9a1acf719294eabe495712f87bf86 /CHANGELOG
parent1ff6f3e6521d787e52fe328b862094898fc0b77e (diff)
downloadlibseccomp-6d41cd8b016728591b007014d1460adae54211a1.tar.gz
all: update CHANGELOG and version info for v2.2.2
Also correct some typos in the existing CHANGELOG entries. Signed-off-by: Paul Moore <pmoore@redhat.com> (imported from commit d7a29fefb03d9c3658854ea7b3cb6a8f082cfb90)
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG14
1 files changed, 10 insertions, 4 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