Skip to content

Version 3.2

Compare
Choose a tag to compare
@tavianator tavianator released this 02 May 17:20
· 102 commits to main since this release
3.2

New features

  • New -limit N action that quits immediately after N results

  • Implemented -context (from GNU find) for matching SELinux contexts (#27)

  • Implemented -printf %Z for printing SELinux contexts

Changes

  • The build system has been rewritten, and there is now a configure step:

    $ ./configure
    $ make
    

    See ./configure --help or docs/BUILDING.md for more details.

  • Improved platform support

    • Implemented -acl on Solaris/Illumos
    • Implemented -xattr on DragonFly BSD

Bug fixes

  • Fixed some rarely-used code paths that clean up after allocation failures