Skip to content

Commit

Permalink
all: update CHANGELOG and version info for v2.2.2
Browse files Browse the repository at this point in the history
Also correct some typos in the existing CHANGELOG entries.

Signed-off-by: Paul Moore <[email protected]>
  • Loading branch information
pcmoore committed Jul 6, 2015
1 parent 30dee89 commit d7a29fe
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
14 changes: 10 additions & 4 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d7a29fe

Please sign in to comment.