]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Thu, 14 Oct 2004 19:55:18 +0000 (19:55 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 14 Oct 2004 19:55:18 +0000 (19:55 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 92e3828e51753c6cda12f54cd4bcc80fe3d1539a..bace261f6aa5c2696dfb37e5b3f2644eb29dd90f 100644 (file)
--- 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