Skip to content

Commit d7a29fe

Browse files
committed
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>
1 parent 30dee89 commit d7a29fe

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

CHANGELOG

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@ libseccomp: Releases
22
===============================================================================
33
https://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

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

2424
dnl ####
2525
dnl autoconf configuration

0 commit comments

Comments
 (0)