summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorPaul Moore <paul@paul-moore.com>2016-02-25 10:21:52 -0500
committerPaul Moore <paul@paul-moore.com>2016-02-26 14:53:42 -0500
commitbbf23ba4beae9a23148c6845a3037b1a4a8589e7 (patch)
tree193b7e10855cf05121c58322b0aea2bd5908e07b /CHANGELOG
parenta6f8df1a32d43fa489712bd51acc2362d4b8c3c3 (diff)
downloadlibseccomp-bbf23ba4beae9a23148c6845a3037b1a4a8589e7.tar.gz
doc: update the CHANGELOG for the v2.3.0 release
Signed-off-by: Paul Moore <paul@paul-moore.com>
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG10
1 files changed, 10 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index b53c172..7fce116 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -2,6 +2,16 @@ libseccomp: Releases
===============================================================================
https://github.com/seccomp/libseccomp
+* Version 2.3.0 - February 29, 2015
+- 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
+- Filter generation for both multiplexed and direct socket syscalls on x86
+- Support for the musl libc implementation
+- Additions to the API to enable runtime version checking of the library
+- Enable the use of seccomp() instead of prctl() on supported systems
+- Added additional tests to the regression test suite
+
* Version 2.2.3 - July 8, 2015
- Fix a problem with 'make check' on 32-bit ARM systems