summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorPaul Moore <paul@paul-moore.com>2017-02-27 18:51:44 -0500
committerPaul Moore <paul@paul-moore.com>2017-02-27 18:51:44 -0500
commit2d0e0e04654c7fc1cf1a6a49b5db9db6ba23b000 (patch)
tree3f30453494494d7886ca797953cd5bc932b65360 /CHANGELOG
parent1b0324ec4a8890ea59fd0d3bc30dbcf99470031a (diff)
downloadlibseccomp-2d0e0e04654c7fc1cf1a6a49b5db9db6ba23b000.tar.gz
doc: update the CHANGELOG for v2.3.2
Signed-off-by: Paul Moore <paul@paul-moore.com> (imported from commit b1e97650bec2036029595ad81974ed79d0263544)
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG11
1 files changed, 11 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 0ee34df..85c7d68 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -2,6 +2,17 @@ libseccomp: Releases
===============================================================================
https://github.com/seccomp/libseccomp
+* Version 2.3.2 - February 27, 2017
+- Achieved full compliance with the CII Best Practices program
+- Added Travis CI builds to the GitHub repository
+- Added code coverage reporting with the "--enable-code-coverage" configure
+ flag and added Coveralls to the GitHub repository
+- Updated the syscall tables to match Linux v4.10-rc6+
+- Support for building with Python v3.x
+- Allow rules with the -1 syscall if the SCMP_FLTATR_API_TSKIP attribute is
+ set to true
+- Several small documentation fixes
+
* 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