summaryrefslogtreecommitdiffstats
path: root/RELEASES.md
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2019-01-02 22:12:36 -0500
committerTavian Barnes <tavianator@tavianator.com>2019-01-02 22:17:08 -0500
commit28c787b0dcbae9e6c7dfc0013bdaff25d0a2f009 (patch)
treed8c49d80fe896aff24af78db7530f67aa245eb2b /RELEASES.md
parent29a49f5d150911428a35943be8d9fc226865eb1b (diff)
downloadbfs-28c787b0dcbae9e6c7dfc0013bdaff25d0a2f009.tar.xz
color: Fix more incompatibilities with GNU ls
Diffstat (limited to 'RELEASES.md')
-rw-r--r--RELEASES.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/RELEASES.md b/RELEASES.md
index 2275cf8..f8f3c3c 100644
--- a/RELEASES.md
+++ b/RELEASES.md
@@ -15,7 +15,12 @@ New features:
Fixes:
-- Extension colors from `LS_COLORS` are now case-insensitive like GNU `ls`
+- `LS_COLORS` handling has been improved:
+ - Extension colors are now case-insensitive like GNU `ls`
+ - `or` (orphan) and `mi` (missing) files are now treated differently
+ - Default colors can be unset with `di=00` or similar
+ - Specific colors fall back to more general colors when unspecified in more places
+ - `LS_COLORS` no longer needs a trailing colon
- `-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