summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2024-08-02 17:27:13 -0400
committerTavian Barnes <tavianator@tavianator.com>2024-08-02 17:27:46 -0400
commit430a53123f8fa37ef1b526f20954ad6077c22fb4 (patch)
tree843830c959400cfb1bd8f927206c765e801151bf
parent6290ce41f3ec1f889abb881cf90ca91da869b5b2 (diff)
downloadbfs-430a53123f8fa37ef1b526f20954ad6077c22fb4.tar.xz
docs/CHANGELOG: Add some new changes
-rw-r--r--docs/CHANGELOG.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md
index eafeb05..358bc5d 100644
--- a/docs/CHANGELOG.md
+++ b/docs/CHANGELOG.md
@@ -23,6 +23,10 @@
`bfs` has been warning about this change since version 1.5.1 (September 2019).
([`33b85e1`](https://github.com/tavianator/bfs/commit/33b85e1f8769e7f75721887638ae454d109a034f))
+- `-perm` now takes the current file creation mask into account when parsing a symbolic mode like `+rw`, as clarified by [POSIX defect 1392](https://www.austingroupbugs.net/view.php?id=1392).
+ This matches the behaviour of BSD `find`, contrary to the behaviour of GNU `find`.
+ ([`6290ce4`](https://github.com/tavianator/bfs/commit/6290ce41f3ec1f889abb881cf90ca91da869b5b2))
+
### Bug fixes
- Fixed commands like `./configure CC=clang --enable-release` that set variables before other options
@@ -40,6 +44,8 @@
- Fixed `$LS_COLORS` case-sensitivity to match GNU ls more closely when the same extension is specified multiple times
([`08030ae`](https://github.com/tavianator/bfs/commit/08030aea919039165c02805e8c637a9ec1ad0d70))
+- Fixed the `-status` bar on Solaris/Illumos
+
3.*
===