diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2024-05-02 11:17:29 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2024-05-02 11:26:22 -0400 |
commit | aab0cdfef0df2e0a478ad062899c044fae0aec76 (patch) | |
tree | 54e4719e29636f20f75de4a560f3bd65a22cd870 /docs | |
parent | cf080ec377461ca6fe2e0e9bb8b25ad63bda6bc6 (diff) | |
download | bfs-aab0cdfef0df2e0a478ad062899c044fae0aec76.tar.xz |
Release 3.23.2
Diffstat (limited to 'docs')
-rw-r--r-- | docs/CHANGELOG.md | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 672c2b4..62b6480 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,6 +1,36 @@ 3.* === +3.2 +--- + +**May 2, 2024** + +### New features + +- New `-limit N` action that quits immediately after `N` results + +- Implemented `-context` (from GNU find) for matching SELinux contexts ([#27](https://github.com/tavianator/bfs/issues/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](/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 + 3.1.3 ----- |