]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Mon, 3 Mar 2003 07:55:14 +0000 (07:55 +0000)
committerJim Meyering <jim@meyering.net>
Mon, 3 Mar 2003 07:55:14 +0000 (07:55 +0000)
ChangeLog

index b48c5c2379ad0ea100cf51e85577df63552d27f3..2d175409545a773ab5c686c78df8237dc436af24 100644 (file)
--- 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.