summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorPaul Moore <paul@paul-moore.com>2016-04-20 16:07:54 -0400
committerPaul Moore <paul@paul-moore.com>2016-04-20 16:07:54 -0400
commit53c2b76cad83074242a4d353632b196fb54fa9c5 (patch)
tree0e0080d8883a8f7eba93f5b656d1edd2dd368357 /CHANGELOG
parenta58deebd1ee7bedc47bb966ebeec699421e40c65 (diff)
downloadlibseccomp-53c2b76cad83074242a4d353632b196fb54fa9c5.tar.gz
doc: update the CHANGELOG for the v2.3.1 release
Signed-off-by: Paul Moore <paul@paul-moore.com> (imported from commit 578dc996b9738c30493bf49884d442413f09642a)
Diffstat (limited to 'CHANGELOG')
-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