doc: mention the recent ls -L "argetm" fix in NEWS
authorPádraig Brady <P@draigBrady.com>
Sat, 1 Oct 2011 01:35:32 +0000 (02:35 +0100)
committerPádraig Brady <P@draigBrady.com>
Sat, 1 Oct 2011 01:35:32 +0000 (02:35 +0100)
* NEWS: Mention the bug fix

NEWS

diff --git a/NEWS b/NEWS
index f05a088..f7b142b 100644 (file)
--- 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.