diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2018-12-30 18:28:29 -0500 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2018-12-30 18:28:29 -0500 |
commit | 6eb39800f514787f4ab3b8960aa681ebe04c9fdd (patch) | |
tree | 56487e9b49fdf09bff94799f2b459d53cac7839e /RELEASES.md | |
parent | 2c8fdfce64f193c86f9a46303e56b5f6025c1387 (diff) | |
download | bfs-6eb39800f514787f4ab3b8960aa681ebe04c9fdd.tar.xz |
RELEASES.md: Update for the next release
Diffstat (limited to 'RELEASES.md')
-rw-r--r-- | RELEASES.md | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/RELEASES.md b/RELEASES.md index 9e34a3b..2275cf8 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -2,6 +2,27 @@ === +1.3 +--- + +**Unreleased** + +New features: + +- `-acl` finds files with non-trivial Access Control Lists (from FreeBSD) +- `-capable` finds files with capabilities set +- `-D all` turns on all debugging flags at once + +Fixes: + +- Extension colors from `LS_COLORS` are now case-insensitive like GNU `ls` +- `-ls`/`-fls` now prints the major/minor numbers for device nodes +- `-exec ;` is rejected rather than segfaulting +- `bfs` now builds on old Linux versions that require `-lrt` for POSIX timers +- For files whose access/change/modification times can't be read, `bfs` no longer fails unless those times are needed for tests +- The testsuite is now more correct and portable + + 1.2.4 ----- |