From: Jim Meyering Date: Thu, 14 Oct 2004 19:55:18 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v5.3.0~541 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2d383a77c94e389a6b4aca257f728c8d3d9bd670;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/NEWS b/NEWS index 92e3828e51..bace261f6a 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