]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Wed, 15 Jan 2003 12:24:04 +0000 (12:24 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 15 Jan 2003 12:24:04 +0000 (12:24 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 2d86f0c9a91d3cd272585356969d1fc135b7d049..e4111713b7dd3456bdf9957f2840fb0bea22b180 100644 (file)
--- 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,