summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorPaul Moore <pmoore@redhat.com>2013-01-28 10:50:58 -0500
committerPaul Moore <pmoore@redhat.com>2013-01-28 10:50:58 -0500
commite6e6a278be9a922945e916df640665e7269e0269 (patch)
tree2b1c6b31ba0da596dba30705cde58113af49b99c /CHANGELOG
parent05807bd29232bb811f3d8cd6b73de1f2e3047457 (diff)
downloadlibseccomp-e6e6a278be9a922945e916df640665e7269e0269.tar.gz
doc: update the master CHANGELOG for the v2.0.0 release
Signed-off-by: Paul Moore <pmoore@redhat.com>
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG6
1 files changed, 4 insertions, 2 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 308ff6d..223b16f 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -3,6 +3,10 @@ libseccomp: Releases
http://libseccomp.sf.net
* Version X.X.X - XXX
+- Experimental Python bindings added using Cython; the Python API is still
+ unstable and subject to change in future versions
+
+* 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 +15,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