summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Moore <paul@paul-moore.com>2016-04-19 11:43:18 -0400
committerPaul Moore <paul@paul-moore.com>2016-04-20 13:50:32 -0400
commit578dc996b9738c30493bf49884d442413f09642a (patch)
tree16969dc492fa611b89788e1c849a71106dd77402
parent3a89bd144885f54aff86f2e275859a1483992edd (diff)
downloadlibseccomp-578dc996b9738c30493bf49884d442413f09642a.tar.gz
doc: update the CHANGELOG for the v2.3.1 release
Signed-off-by: Paul Moore <paul@paul-moore.com>
-rw-r--r--CHANGELOG7
1 files changed, 6 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 7fce116..0ee34df 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -2,7 +2,12 @@ libseccomp: Releases
===============================================================================
https://github.com/seccomp/libseccomp
-* Version 2.3.0 - February 29, 2015
+* Version 2.3.1 - April 20, 2016
+- Fixed a problem with 32-bit x86 socket syscalls on some systems
+- Fixed problems with ipc syscalls on 32-bit x86
+- Fixed problems with socket and ipc syscalls on s390 and s390x
+
+* Version 2.3.0 - February 29, 2016
- Added support for the s390 and s390x architectures
- Added support for the ppc, ppc64, and ppc64le architectures
- Update the internal syscall tables to match the Linux 4.5-rcX releases