summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorPaul Moore <pmoore@redhat.com>2013-01-23 13:59:16 -0500
committerPaul Moore <pmoore@redhat.com>2013-01-23 13:59:16 -0500
commitd4765e872b1c9b3b0ae712e1beba9474bbae3aa2 (patch)
treeca0c7e80967f6d90c22f1f5858095628fb2bd958 /CHANGELOG
parentf38160bed5e31b421e803df490981e56e0216e0c (diff)
downloadlibseccomp-d4765e872b1c9b3b0ae712e1beba9474bbae3aa2.tar.gz
doc: update the CHANGELOG
Signed-off-by: Paul Moore <pmoore@redhat.com>
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG12
1 files changed, 12 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index ee5f50e..308ff6d 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -2,6 +2,18 @@ libseccomp: Releases
===============================================================================
http://libseccomp.sf.net
+* Version X.X.X - XXX
+- 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
+- Additions to the API to resolve syscall name/number mappings
+- Assorted minor bug fixes
+- 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
- Minor documentation fixes