From: Jim Meyering Date: Sun, 29 Sep 2002 17:25:43 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v4.5.2~49 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dcb8cc65fa6c8bda79aad51a2bbb0e3c7945b351;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index 018157bcfa..381443e69e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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.