diff options
author | Pádraig Brady <P@draigBrady.com> | 2011-10-01 02:35:32 +0100 |
---|---|---|
committer | Pádraig Brady <P@draigBrady.com> | 2011-10-01 02:35:32 +0100 |
commit | f215f7fe063754ee26bc959a0f6894419085bfaf (patch) | |
tree | becfa50f2c6019a4b98e2714480fe1b2c016d49c /NEWS | |
parent | 84457c491e775f664a1c33274cd2c5acadb5be73 (diff) | |
download | coreutils-f215f7fe063754ee26bc959a0f6894419085bfaf.tar.xz |
doc: mention the recent ls -L "argetm" fix in NEWS
* NEWS: Mention the bug fix
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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. |