summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2007-04-24 09:20:52 +0200
committerJim Meyering <jim@meyering.net>2007-04-24 09:20:52 +0200
commit383713e03057588985a397b184b733dbf552baf2 (patch)
tree8760839ec13a70895930717ac5e8888fbbd2100f /NEWS
parent1d85945321f9118010740785f433d0be18bcbf1a (diff)
downloadcoreutils-383713e03057588985a397b184b733dbf552baf2.tar.xz
* THANKS: Add Andreas Frische.
* NEWS: Mention today's ls --color fix. * tests/ls-2/tests (sl-dangle): Add a test for today's fix.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index c4678e7dd..0542cd987 100644
--- a/NEWS
+++ b/NEWS
@@ -11,6 +11,11 @@ GNU coreutils NEWS -*- outline -*-
ls -x DIR would sometimes output the wrong string in place of the
first entry. [introduced in coreutils-6.8]
+ ls --color would mistakenly color a dangling symlink as if it were
+ a regular symlink. This would happen only when the dangling symlink
+ was not a command-line argument and in a directory with d_type support.
+ [introduced in coreutils-6.0]
+
ls --color, (with a custom LS_COLORS envvar value including the
ln=target attribute) would mistakenly output the string "target"
before the name of each symlink. [introduced in coreutils-6.0]