summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2005-01-05 08:01:09 +0000
committerJim Meyering <jim@meyering.net>2005-01-05 08:01:09 +0000
commit48910482b34cc13c95f7606cfb567d3b3a005ade (patch)
tree0711b882ffccbd2ec00d310ec0a3d26eb8f8778e /NEWS
parent309b385f53be82cd99ee703c8d20e2a248641878 (diff)
downloadcoreutils-48910482b34cc13c95f7606cfb567d3b3a005ade.tar.xz
*** empty log message ***
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 3 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index b20f5d8d6..b25452e82 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