From 6eb39800f514787f4ab3b8960aa681ebe04c9fdd Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Sun, 30 Dec 2018 18:28:29 -0500 Subject: RELEASES.md: Update for the next release --- RELEASES.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'RELEASES.md') 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 ----- -- cgit v1.2.3