Signed-off-by: Paul Moore <[email protected]> --- CHANGELOG | 7 +++++++ 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 ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ libseccomp-discuss mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/libseccomp-discuss
