diff options
author | Jim Meyering <jim@meyering.net> | 2007-04-07 20:46:27 +0200 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2007-04-07 20:51:13 +0200 |
commit | 4d484fe09feb198a8129fea29b4db50891988f62 (patch) | |
tree | 8d88c2ee6f11bd212be8677830739294ebbc012f /NEWS | |
parent | d63623eb7cd6a086e52f58b02fecdd2c41b9e402 (diff) | |
download | coreutils-4d484fe09feb198a8129fea29b4db50891988f62.tar.xz |
Add a test for, and document, today's fix.
* NEWS: Mention today's ls --color fix.
* tests/ls-2/tests (sl-target): Add a test for today's fix.
* THANKS: Add Kirk Kelsey.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -11,6 +11,10 @@ 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, (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] + * Noteworthy changes in release 6.9 (2007-03-22) [stable] |