From 2d0e0e04654c7fc1cf1a6a49b5db9db6ba23b000 Mon Sep 17 00:00:00 2001 From: Paul Moore Date: Mon, 27 Feb 2017 18:51:44 -0500 Subject: doc: update the CHANGELOG for v2.3.2 Signed-off-by: Paul Moore (imported from commit b1e97650bec2036029595ad81974ed79d0263544) --- CHANGELOG | 11 +++++++++++ 1 file changed, 11 insertions(+) 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 -- cgit v1.2.1