From: Pádraig Brady
Date: Sat, 1 Oct 2011 01:35:32 +0000 (+0100) Subject: doc: mention the recent ls -L "argetm" fix in NEWS X-Git-Tag: v8.14~17 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f215f7fe063754ee26bc959a0f6894419085bfaf;p=thirdparty%2Fcoreutils.git doc: mention the recent ls -L "argetm" fix in NEWS * NEWS: Mention the bug fix --- diff --git a/NEWS b/NEWS index f05a088411..f7b142b745 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.