summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-03-02 06:09:39 +0000
committerJim Meyering <jim@meyering.net>2003-03-02 06:09:39 +0000
commitb254cdd31df8093bfe66a00d235d9d717db666c7 (patch)
treecf080e0fe13511561d62bc2fd7488d5cca0117d1 /ChangeLog
parent8c0f32666077b1789d530cc1c761807356dfe9a1 (diff)
downloadcoreutils-b254cdd31df8093bfe66a00d235d9d717db666c7.tar.xz
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog18
1 files changed, 17 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index b5825993d..b48c5c237 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,23 @@
-2003-02-28 Jim Meyering <jim@meyering.net>
+2003-03-02 Jim Meyering <jim@meyering.net>
* Version 4.5.9.
+ * 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.
+ * tests/mv/Makefile.am (TESTS): Add hard-3.
+ * tests/mv/hard-3: New test, for the above-fixed bug.
+ Inspired by a report from Iida Yosiaki.
+
+2003-03-01 Jim Meyering <jim@meyering.net>
+
+ * src/df.c (print_header): Don't embed spaces in a separate `Type'
+ header string. Instead, put `Filesystem' and `Type' headers in the
+ same string, so translators can use horizontal space as needed.
+ Reported by Jean Charles Delepine.
+
+2003-02-28 Jim Meyering <jim@meyering.net>
+
* src/copy.c (copy_internal): When link fails because of an
existing destination file, unlink that file and try again.
Reported by Iida Yosiaki.