summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Moore <paul@paul-moore.com>2017-02-27 14:49:18 -0500
committerPaul Moore <paul@paul-moore.com>2017-02-27 16:57:39 -0500
commitb1e97650bec2036029595ad81974ed79d0263544 (patch)
tree95602bef5f51e725ddb30caf96b4f69e507add02
parent8f318099c1a520f1601053491ccbba865281eb60 (diff)
downloadlibseccomp-b1e97650bec2036029595ad81974ed79d0263544.tar.gz
doc: update the CHANGELOG for v2.3.2
Signed-off-by: Paul Moore <paul@paul-moore.com>
-rw-r--r--CHANGELOG11
1 files changed, 11 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 0ee34df..9b5cfc4 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