summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorPaul Moore <pmoore@redhat.com>2015-05-13 09:36:24 -0400
committerPaul Moore <pmoore@redhat.com>2015-05-13 09:36:24 -0400
commit4fe675fc2f62e7856d8992d23c51847129d47b22 (patch)
treefa477ae428616dab37ef04ae2253863e90cdd5de /CHANGELOG
parent21f4fa4c90fa57022f3494633871f2a74be22cdc (diff)
downloadlibseccomp-4fe675fc2f62e7856d8992d23c51847129d47b22.tar.gz
all: update CHANGELOG and version info for v2.2.1
Signed-off-by: Paul Moore <pmoore@redhat.com> (imported from commit f506e0844372b2c404baa482defb62f6846d0e3e)
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 4442bf0..9abdb77 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -2,6 +2,12 @@ libseccomp: Releases
===============================================================================
https://github.com/seccomp/libseccomp
+* 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
+- Fix build problems on very old systems
+- Update the README file with the GitHub and Google Groups information
+
* Version 2.2.0 - February 12, 2015
- Migrated the build system to autotools
- Added support for the aarch64 architecture