Skip to content

Releases: seccomp/libseccomp

libseccomp v2.1.0

30 Jan 16:11
Compare
Choose a tag to compare

This release is no longer supported upsteam, please use a more recent release

Github Releases (by Release)

ChangeLog

  • 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
    • More verbose PFC output, including translation of syscall numbers to names
    • Several assorted bugfixes affecting the seccomp BPF generation
    • The syscall number/name resolver tool is now available to install

libseccomp v2.0.0

30 Jan 16:12
Compare
Choose a tag to compare

This release is no longer supported upsteam, please use a more recent release

Github Releases (by Release)

ChangeLog

  • Version 2.0.0 - January 28, 2013
    • 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

libseccomp v1.0.1

30 Jan 16:14
Compare
Choose a tag to compare

This release is no longer supported upsteam, please use a more recent release

Github Releases (by Release)

ChangeLog

  • 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

libseccomp v1.0.0

30 Jan 16:15
Compare
Choose a tag to compare

This release is no longer supported upsteam, please use a more recent release

Github Releases (by Release)

ChangeLog

  • 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

libseccomp v0.1.0

30 Jan 16:16
Compare
Choose a tag to compare

This release is no longer supported upsteam, please use a more recent release

Github Releases (by Release)

ChangeLog

  • Version 0.1.0 - June 8, 2012
    • Initial release