summaryrefslogtreecommitdiff
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
parentb1c399e8112ac74af1d13ba67d836021ae6b4f3b (diff)
downloadlibseccomp-902f3f254aaa052ca9266363d5f83d75c86bac6c.tar.gz
doc: update the CREDITS and CHANGELOG files
Signed-off-by: Paul Moore <pmoore@redhat.com>
-rw-r--r--CHANGELOG10
-rw-r--r--CREDITS3
2 files changed, 13 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
diff --git a/CREDITS b/CREDITS
index 15e2125..d62a39c 100644
--- a/CREDITS
+++ b/CREDITS
@@ -2,11 +2,14 @@ libseccomp: Contributors
===============================================================================
http://libseccomp.sf.net
+Andy Lutomirski <luto@amacapital.net>
Ashley Lai <adlai@us.ibm.com>
Corey Bryant <coreyb@linux.vnet.ibm.com>
Eduardo Otubo <otubo@linux.vnet.ibm.com>
Eric Paris <eparis@redhat.com>
Jake Edge <jake@lwn.net>
+Joe MacDonald <joe@deserted.net>
Kees Cook <keescook@chromium.org>
Paul Moore <pmoore@redhat.com>
Thiago Marcos P. Santos <thiago.santos@intel.com>
+Vitaly Vi Shukela <vi0oss@gmail.com>