@@ -2,6 +2,12 @@ libseccomp: Releases
22===============================================================================
33https://github.com/seccomp/libseccomp
44
5+ * Version 2.2.2 - July 6, 2015
6+ - Fix a problem with the masked equality operator
7+ - Fix a problem on x86_64/x32 involving invalid architectures
8+ - Fix a problem with the ARM specific syscalls
9+ - Fix a build problem when the source and build directories differ
10+
511* Version 2.2.1 - May 13, 2015
612- Fix a problem with syscall argument filtering on 64-bit systems
713- Fix some problems with the 32-bit ARM syscall table
@@ -18,12 +24,12 @@ https://github.com/seccomp/libseccomp
1824- Added Python bindings
1925- Updated the internal syscall tables to Linux v3.19
2026- Added documentation to help contributors wishing to submit patches
21- - Migrated to Github for git hosting and Google Groups for the mailing list
27+ - Migrated to GitHub for git hosting and Google Groups for the mailing list
2228- Numerous minor bug fixes
2329
2430* Version 2.1.1 - October 31, 2013
2531- Build system improvements
26- - Automated test improvments , including a "check" target for use by
32+ - Automated test improvements , including a "check" target for use by
2733 packagers to verify the build
2834- Numerous bug fixes related to the filter's internal rule database which
2935 affect those creating rules with syscall arguments
@@ -40,8 +46,8 @@ https://github.com/seccomp/libseccomp
4046
4147* Version 2.0.0 - January 28, 2013
4248- Fixes for the x86 multiplexed syscalls
43- - Additions to the API to better support non-native architecures
44- - Additions to the API to support multiple architecures in one filter
49+ - Additions to the API to better support non-native architectures
50+ - Additions to the API to support multiple architectures in one filter
4551- Additions to the API to resolve syscall name/number mappings
4652- Assorted minor bug fixes
4753- Improved build messages regardless of build verbosity
0 commit comments