From: Jim Meyering Date: Wed, 15 Jan 2003 12:24:04 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v4.5.5~194 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e1f1be8559019d9b8e8c38dcebd49d1118fc9069;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/NEWS b/NEWS index 2d86f0c9a9..e4111713b7 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,12 @@ [4.5.5] +* ls dangling-symlink now prints `dangling-symlink'. + Before, it would fail with `no such file or directory' +* ls -s symlink and ls -i symlink now print attributes of `symlink', rather + than attributes of their referents +* shred's --zero (-z) option no longer gobbles up any following string + Before, `shred --zero file' would produce `shred: missing file argument', + and worse, `shred --zero f1 f2 ...' would appear to work, but would leave + the first file untouched. * readlink: new program * cut: new feature: when used to select ranges of byte offsets (as opposed to ranges of fields) and when --output-delimiter=STRING is specified,