summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorPaul Moore <pmoore@redhat.com>2013-10-30 16:02:26 -0400
committerPaul Moore <pmoore@redhat.com>2013-10-30 16:02:26 -0400
commit902f3f254aaa052ca9266363d5f83d75c86bac6c (patch)
tree97c90e2caa4306ba6bf9c03777ceac2ac2600f48 /CHANGELOG
parentb1c399e8112ac74af1d13ba67d836021ae6b4f3b (diff)
downloadlibseccomp-902f3f254aaa052ca9266363d5f83d75c86bac6c.tar.gz
doc: update the CREDITS and CHANGELOG files
Signed-off-by: Paul Moore <pmoore@redhat.com>
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG10
1 files changed, 10 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 14d8fa4..c3d3a2e 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -2,6 +2,16 @@ libseccomp: Releases
===============================================================================
http://libseccomp.sf.net
+* Version X.X.X - XXX
+- Build system improvements
+- Automated test improvments, including a "check" target for use by
+ packagers to verify the build
+- Numerous bug fixes related to the filter's internal rule database which
+ affect those creating rules with syscall arguments
+- Introduced tools to verify the style/formatting of the code, including a
+ "check-syntax" target for use by developers
+- Non-public symbols are now hidden in the library
+
* 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