summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2006-07-21 08:58:00 +0000
committerJim Meyering <jim@meyering.net>2006-07-21 08:58:00 +0000
commit2c5f6e6e2ccff2c6a180b2f55624744125f85a27 (patch)
tree06117768a3b51c2abcb882b4115f9d07760ae971 /NEWS
parenteb12ed1aa7c7b1d6aafa048106d3f866308e46cb (diff)
downloadcoreutils-2c5f6e6e2ccff2c6a180b2f55624744125f85a27.tar.xz
mention yesterday's other ls bugfix
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index b1991b150..aa7a616cf 100644
--- a/NEWS
+++ b/NEWS
@@ -204,6 +204,9 @@ GNU coreutils NEWS -*- outline -*-
ls --indicator-style=file-type would sometimes stat a symlink
unnecessarily.
+ ls --file-type worked like --indicator-style=slash (-p),
+ rather than like --indicator-style=file-type.
+
mv: moving a symlink into the place of an existing non-directory is
now done atomically; before, mv would first unlink the destination.