summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPádraig Brady <P@draigBrady.com>2011-10-01 02:35:32 +0100
committerPádraig Brady <P@draigBrady.com>2011-10-01 02:35:32 +0100
commitf215f7fe063754ee26bc959a0f6894419085bfaf (patch)
treebecfa50f2c6019a4b98e2714480fe1b2c016d49c
parent84457c491e775f664a1c33274cd2c5acadb5be73 (diff)
downloadcoreutils-f215f7fe063754ee26bc959a0f6894419085bfaf.tar.xz
doc: mention the recent ls -L "argetm" fix in NEWS
* NEWS: Mention the bug fix
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index f05a08841..f7b142b74 100644
--- a/NEWS
+++ b/NEWS
@@ -6,6 +6,10 @@ GNU coreutils NEWS -*- outline -*-
sort -g no longer infloops for certain inputs containing NaNs
+ ls --dereference no longer outputs erroneous "argetm" strings for
+ dangling symlinks when an 'ln=target' entry is in $LS_COLORS.
+ [bug introduced in fileutils-4.0]
+
** Improvements
md5sum --check now supports the -r format from the corresponding BSD tool.