summaryrefslogtreecommitdiff
path: root/CHANGELOG
blob: 308ff6dd3b270ae923ce1a9e2e85d51f77bd61c8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
libseccomp: Releases
===============================================================================
http://libseccomp.sf.net

* Version X.X.X - XXX
- Fixes for the x86 multiplexed syscalls
- Additions to the API to better support non-native architecures
- Additions to the API to support multiple architecures in one filter
- Additions to the API to resolve syscall name/number mappings
- Assorted minor bug fixes
- Improved build messages regardless of build verbosity
- More automated tests added as well as a number of improvements to the test
  harness
- Experimental Python bindings added using Cython; the Python API is still
  unstable and subject to change in future versions

* Version 1.0.1 - November 12, 2012
- The header file is now easier to use with C++ compilers
- Minor documentation fixes
- Minor memory leak fixes
- Corrected x86 filter generation on x86_64 systems
- Corrected problems with small filters and filters with arguments

* 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