From: Jim Meyering Date: Fri, 21 Feb 2003 07:15:54 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v4.5.8~30 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5cfcefdcf92b4f166bae77cc7558d90f84cfea45;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index b861ad233c..d2ba3c6835 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2003-02-21 Jim Meyering + + * Version 4.5.8. + + * src/du.c (process_file): Always reset size_to_propagate_to_parent + for --separate-dirs (-S). + 2003-02-20 Jim Meyering * Use automake-1.7.3. Regenerate dependent files. @@ -7,11 +14,9 @@ (usage) [%B]: Describe it. [%b]: Refer to %B. - * Version 4.5.8. - * src/du.c (process_file): Reorganize the code to use only - one array and to make -S - Patch by Bruno Haible. + one `sum' array, and change how -S works back to the way it was + before 2003-01-31. Patch by Bruno Haible. * tests/du/basic: New test.