diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2024-06-03 18:34:01 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2024-06-03 18:34:01 -0400 |
commit | 32d252598e855829ebdc657e635f93270600b5a2 (patch) | |
tree | 32da4f1dc5d66cd6600fe427a8ca4a45309cef9f /docs/CHANGELOG.md | |
parent | 6fcc0f217e3352e4f935f3e66a62c1cf7073dcb9 (diff) | |
parent | 9e408d4bb50cb7c4e9d0a007b95f9fb9d32a16d0 (diff) | |
download | bfs-32d252598e855829ebdc657e635f93270600b5a2.tar.xz |
Merge branch 'revert-eloop'
Diffstat (limited to 'docs/CHANGELOG.md')
-rw-r--r-- | docs/CHANGELOG.md | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 1d4bdcf..db978b8 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,6 +1,18 @@ 3.* === +3.3.1 +----- + +**June 3, 2024** + +### Bug fixes + +- Reduced the scope of the symbolic link loop change in version 3.3. + `-xtype l` remains true for symbolic link loops, matching a change in GNU findutils 4.10.0. + However, `-L` will report an error, just like `bfs` prior to 3.3 and other `find` implementations, as required by POSIX. + + 3.3 --- |