summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2004-06-02 21:39:49 +0000
committerJim Meyering <jim@meyering.net>2004-06-02 21:39:49 +0000
commitf7d818938f5a5d3dbea23ca2508d5f7d789a81ed (patch)
tree9aed18ee3cfc6b3f54549c58bae95314cd4cf668 /ChangeLog
parenta0b4523704040bc2570c986e3e734941108c8f89 (diff)
downloadcoreutils-f7d818938f5a5d3dbea23ca2508d5f7d789a81ed.tar.xz
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 51ce848a8..db636f58c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,14 @@
* Version 5.3.0.
+ rm (without -f) could hang unnecessarily when attempting to
+ remove a symlink to a file on an off-line NFS-mounted partition.
+ Reported by David Howells in https://bugzilla.redhat.com/124699.
+ * src/remove.c (write_protected_non_symlink): New function.
+ Don't invoke euidaccess on symlinks.
+ (prompt): Use write_protected_non_symlink rather than using
+ euidaccess directly, being careful not to call lstat twice for a file.
+
Fix a bug in how the --output-delimiter=D option works with
abutting byte or character ranges. Reported by David Krider in
http://lists.gnu.org/archive/html/bug-coreutils/2004-05/msg00132.html