File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,12 @@ libseccomp: Releases
22===============================================================================
33https://github.com/seccomp/libseccomp
44
5+ * Version 2.2.1 - May 13, 2015
6+ - Fix a problem with syscall argument filtering on 64-bit systems
7+ - Fix some problems with the 32-bit ARM syscall table
8+ - Fix build problems on very old systems
9+ - Update the README file with the GitHub and Google Groups information
10+
511* Version 2.2.0 - February 12, 2015
612- Migrated the build system to autotools
713- Added support for the aarch64 architecture
Original file line number Diff line number Diff line change 1919dnl ####
2020dnl libseccomp defines
2121dnl ####
22- AC_INIT ( [ libseccomp] , [ 2.2.0 ] )
22+ AC_INIT ( [ libseccomp] , [ 2.2.1 ] )
2323
2424dnl ####
2525dnl autoconf configuration
You can’t perform that action at this time.
0 commit comments