summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG4
1 files changed, 1 insertions, 3 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 308ff6d..3b3cfc2 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -2,7 +2,7 @@ libseccomp: Releases
===============================================================================
http://libseccomp.sf.net
-* Version X.X.X - XXX
+* Version 2.0.0 - January 28, 2013
- Fixes for the x86 multiplexed syscalls
- Additions to the API to better support non-native architecures
- Additions to the API to support multiple architecures in one filter
@@ -11,8 +11,6 @@ http://libseccomp.sf.net
- Improved build messages regardless of build verbosity
- More automated tests added as well as a number of improvements to the test
harness
-- Experimental Python bindings added using Cython; the Python API is still
- unstable and subject to change in future versions
* Version 1.0.1 - November 12, 2012
- The header file is now easier to use with C++ compilers