Signed-off-by: Paul Moore <[email protected]> --- CHANGELOG | 10 ++++++++++ CREDITS | 3 +++ 2 files changed, 13 insertions(+)
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 <[email protected]> Ashley Lai <[email protected]> Corey Bryant <[email protected]> Eduardo Otubo <[email protected]> Eric Paris <[email protected]> Jake Edge <[email protected]> +Joe MacDonald <[email protected]> Kees Cook <[email protected]> Paul Moore <[email protected]> Thiago Marcos P. Santos <[email protected]> +Vitaly Vi Shukela <[email protected]> ------------------------------------------------------------------------------ Android is increasing in popularity, but the open development platform that developers love is also attractive to malware creators. Download this white paper to learn more about secure code signing practices that can help keep Android apps secure. http://pubads.g.doubleclick.net/gampad/clk?id=65839951&iu=/4140/ostg.clktrk _______________________________________________ libseccomp-discuss mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/libseccomp-discuss
