From: Jim Meyering Date: Fri, 21 Jul 2006 08:58:00 +0000 (+0000) Subject: mention yesterday's other ls bugfix X-Git-Tag: v6.0~119 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2c5f6e6e2ccff2c6a180b2f55624744125f85a27;p=thirdparty%2Fcoreutils.git mention yesterday's other ls bugfix --- diff --git a/NEWS b/NEWS index b1991b1509..aa7a616cf7 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.