From: Jim Meyering Date: Tue, 29 Jun 2004 14:38:36 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v5.3.0~1230 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=04dd5231dc622a4a5aa920950e08b85b0ad2bdab;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index dd5ff97aee..7097bb9702 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,13 @@ -2004-06-28 Jim Meyering +2004-06-29 Jim Meyering * Version 5.3.0. + Don't let verbose-mode output from a subshell obscure actual differences. + * tests/rm/inaccessible: Turn off command-echoing just before + invoking subshell, then turn it back on if VERBOSE=yes afterward. + +2004-06-28 Jim Meyering + * src/cp.c (usage): Fix copy+paste error in description of --target-directory: s/move/copy/. From Paul Jarc.