summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2004-10-14 19:55:18 +0000
committerJim Meyering <jim@meyering.net>2004-10-14 19:55:18 +0000
commit2d383a77c94e389a6b4aca257f728c8d3d9bd670 (patch)
tree194a218070bd41d4931cf0cdf636dd7aeba11a73 /NEWS
parentbd98640cd86d90e4303482cde41dbbeb6690180d (diff)
downloadcoreutils-2d383a77c94e389a6b4aca257f728c8d3d9bd670.tar.xz
*** empty log message ***
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 92e3828e5..bace261f6 100644
--- a/NEWS
+++ b/NEWS
@@ -38,6 +38,8 @@ GNU coreutils NEWS -*- outline -*-
du no longer segfaults when a subdirectory of an operand
directory is removed while du is traversing that subdirectory.
+ Since the bug was in the underlying fts.c module, it also affected
+ chown, chmod, and chgrp.
echo now conforms to POSIX better. It supports the \0ooo syntax for
octal escapes, and \c now terminates printing immediately. If