summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-03-03 07:55:14 +0000
committerJim Meyering <jim@meyering.net>2003-03-03 07:55:14 +0000
commit5e9ae632a42a6c6723c571cf73c072e1460c4418 (patch)
tree2899805f79bd3f747a6cd101106e53a0e0daf3a9 /ChangeLog
parent2afb270a283274459980f7fe496aa6430a3152a4 (diff)
downloadcoreutils-5e9ae632a42a6c6723c571cf73c072e1460c4418.tar.xz
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index b48c5c237..2d1754095 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,14 @@
-2003-03-02 Jim Meyering <jim@meyering.net>
+2003-03-03 Jim Meyering <jim@meyering.net>
* Version 4.5.9.
+ * src/remove.c (remove_cwd_entries) [!ROOT_CAN_UNLINK_DIRS]: Give an
+ accurate diagnostic when failing to remove a file owned by some other
+ user. Reported by Ivo Timmermans via Michael Stone.
+ This fixes Debian bug# 178471.
+
+2003-03-02 Jim Meyering <jim@meyering.net>
+
* src/copy.c (copy_internal) [un_backup]: When recovering from a
failure to create a hard link, do not remove the entry associating
the source dev/ino with the destination file name.