From: Jim Meyering Date: Wed, 5 Jan 2005 08:01:09 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v5.3.0~28 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=48910482b34cc13c95f7606cfb567d3b3a005ade;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/NEWS b/NEWS index b20f5d8d6d..b25452e82c 100644 --- a/NEWS +++ b/NEWS @@ -47,8 +47,9 @@ GNU coreutils NEWS -*- outline -*- Since the bug was in the underlying fts.c module, it also affected chown, chmod, and chgrp. - du --exclude=P now compares pattern P against the entire name - of each file, rather than just the final component. + du's --exclude-from=FILE and --exclude=P options now compare patterns + against the entire name of each file, rather than against just the + final component. echo now conforms to POSIX better. It supports the \0ooo syntax for octal escapes, and \c now terminates printing immediately. If