summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorPaul Moore <pmoore@redhat.com>2012-07-31 11:34:38 -0400
committerPaul Moore <pmoore@redhat.com>2012-07-31 11:34:38 -0400
commitc2f7bb66bdc3908219edbc2647cbbb03458c1f50 (patch)
tree164df37c905f4de33f902e49641b48f04b5b12af /CHANGELOG
parent2b44aea0bbd80d5092dbe0e61831552ca08dc0c1 (diff)
downloadlibseccomp-c2f7bb66bdc3908219edbc2647cbbb03458c1f50.tar.gz
doc: update CHANGELOG for the 1.0.0 release
Signed-off-by: Paul Moore <pmoore@redhat.com>
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index ebb56b9..921ff4d 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -2,5 +2,12 @@ libseccomp: Releases
===============================================================================
http://libseccomp.sf.net
+* Version 1.0.0 - July 31, 2012
+- Change the API to be context-aware; eliminates all internal state but breaks
+ compatibility with the previous 0.1.0 release
+- Added support for multiple build jobs ("make -j8") and verbose builds using
+ the "V=1" build variable ("make V=1")
+- Minor tweaks to the regression test script output
+
* Version 0.1.0 - June 8, 2012
- Initial release