summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorPaul Moore <pmoore@redhat.com>2013-06-10 15:13:14 -0400
committerPaul Moore <pmoore@redhat.com>2013-06-10 15:13:14 -0400
commit77b91dc863ef8279741c96f0848062eff64adac3 (patch)
treef9c755f5195dd18bde630e76d6886031926b0ec5 /CHANGELOG
parent35ec3c71e336300e0cb36a2435499057a96e6a9d (diff)
downloadlibseccomp-77b91dc863ef8279741c96f0848062eff64adac3.tar.gz
doc: update the changelog for the v2.1 release
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 223b16f..af1dbe0 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -6,6 +6,13 @@ http://libseccomp.sf.net
- Experimental Python bindings added using Cython; the Python API is still
unstable and subject to change in future versions
+* Version 2.1.0 - June 11, 2013
+- Add support for the x32 and ARM architectures
+- Improvements to the regression tests, including support for live tests
+- More verbose PFC output, including translation of syscall numbers to names
+- Several assorted bugfixes affecting the seccomp BPF generation
+- The syscall number/name resolver tool is now available to install
+
* Version 2.0.0 - January 28, 2013
- Fixes for the x86 multiplexed syscalls
- Additions to the API to better support non-native architecures