diff options
author | Jim Meyering <jim@meyering.net> | 2002-09-29 17:25:43 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2002-09-29 17:25:43 +0000 |
commit | dcb8cc65fa6c8bda79aad51a2bbb0e3c7945b351 (patch) | |
tree | 7962fad086a5d2992d88127fdc2ad65a898c66e5 /ChangeLog | |
parent | 92a2cc65cb02eba7fa5c8d7e6d6928c63285ac6c (diff) | |
download | coreutils-dcb8cc65fa6c8bda79aad51a2bbb0e3c7945b351.tar.xz |
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -2,6 +2,8 @@ * Version 4.5.2. + * tests/du/slink: New test for system.h change of 2002-08-31. + In move mode, always first try to rename. Before, upon failure to rename a directory, this code would never attempt to rename any other file in that directory, but would thenceforth always copy. |