diff options
author | Paul Moore <paul@paul-moore.com> | 2017-02-27 18:51:44 -0500 |
---|---|---|
committer | Paul Moore <paul@paul-moore.com> | 2017-02-27 18:51:44 -0500 |
commit | 2d0e0e04654c7fc1cf1a6a49b5db9db6ba23b000 (patch) | |
tree | 3f30453494494d7886ca797953cd5bc932b65360 | |
parent | 1b0324ec4a8890ea59fd0d3bc30dbcf99470031a (diff) | |
download | libseccomp-2d0e0e04654c7fc1cf1a6a49b5db9db6ba23b000.tar.gz |
doc: update the CHANGELOG for v2.3.2
Signed-off-by: Paul Moore <paul@paul-moore.com>
(imported from commit b1e97650bec2036029595ad81974ed79d0263544)
-rw-r--r-- | CHANGELOG | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -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 |