summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2004-06-02 21:41:42 +0000
committerJim Meyering <jim@meyering.net>2004-06-02 21:41:42 +0000
commit6e81a1d9476b1cc46b5862a2c48a219aa68e8739 (patch)
tree1f44bb75a99a4348b6617edabe0a6dd6f66aec6f
parentf7d818938f5a5d3dbea23ca2508d5f7d789a81ed (diff)
downloadcoreutils-6e81a1d9476b1cc46b5862a2c48a219aa68e8739.tar.xz
*** empty log message ***
-rw-r--r--NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index a9e0bb01e..0c849d276 100644
--- a/NEWS
+++ b/NEWS
@@ -4,6 +4,11 @@ GNU coreutils NEWS -*- outline -*-
** Bug fixes
+ rm (without -f) no longer hangs when attempting to remove a symlink
+ to a file on an off-line NFS-mounted partition.
+
+ cut's --output-delimiter=D option works with abutting byte ranges.
+
rm no longer gets a failed assertion under some unusual conditions.
chgrp and chown no longer affect symbolic links by default.