Skip to content

Commit

Permalink
all: update CHANGELOG and version info for v2.2.0
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Moore <[email protected]>
  • Loading branch information
pcmoore committed Feb 11, 2015
1 parent 9cd865d commit bd10aab
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@ libseccomp: Releases
===============================================================================
https://github.com/seccomp/libseccomp

* Version 2.2.0 - February 12, 2015
- Migrated the build system to autotools
- Added support for the aarch64 architecture
- Added support for the mips, mips64, and mips64n32 architectures for both big
and little endian systems
- Added support for using the new seccomp() syscall and the thread sync
functionality
- 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
- Numerous minor bug fixes

* Version 2.1.1 - October 31, 2013
- Build system improvements
- Automated test improvments, including a "check" target for use by
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], [0.0.0])
AC_INIT([libseccomp], [2.2.0])

dnl ####
dnl autoconf configuration
Expand Down

0 comments on commit bd10aab

Please sign in to comment.