summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-10-21 16:07:51 +0000
committerJim Meyering <jim@meyering.net>2003-10-21 16:07:51 +0000
commit6dfffb70f2e2e9f503ca5161e5ddb782a698edd8 (patch)
tree252bbb7c40984e5d891e71c754a677de5dde7eec /ChangeLog
parent7e9a874be6c489e0633e9a28bedaa4a74cd5c2b9 (diff)
downloadcoreutils-6dfffb70f2e2e9f503ca5161e5ddb782a698edd8.tar.xz
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 9 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 39595c807..69fd022d8 100644
--- 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.