]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Tue, 21 Oct 2003 16:07:51 +0000 (16:07 +0000)
committerJim Meyering <jim@meyering.net>
Tue, 21 Oct 2003 16:07:51 +0000 (16:07 +0000)
ChangeLog

index 39595c8070db385865b7f5c6b19931de25449cdf..69fd022d8efb661db733f19f09f3ca0f29dd7d85 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,15 @@
-2003-10-19  Jim Meyering  <jim@meyering.net>
+2003-10-21  Jim Meyering  <jim@meyering.net>
 
        * Version 5.1.0.
 
+       Don't fail when run with VERBOSE=yes.
+       * tests/chgrp/basic: Do `set +x' before starting the subshell
+       from which we invoke chgrp.  Otherwise, the output from the
+       VERBOSE=yes-induced `set -x' would result in spurious differences.
+       Reported by Russel Coker via Michael Stone.
+
+2003-10-19  Jim Meyering  <jim@meyering.net>
+
        chmod now uses fts to perform a directory traversal when -R is
        specified.  Before, it operated on full path names, and as such
        would encounter the PATH_MAX (often 4096) limit.