summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2008-12-09 08:22:21 +0100
committerJim Meyering <meyering@redhat.com>2008-12-16 08:04:01 +0100
commit9965d234e52590d932ff09b4b8c534336b0ab93e (patch)
treeacf76f2e3c3345fffded8e80631af3e7da5ee61c /NEWS
parenta011b01af149d299b253c5393a70c73199aabe4f (diff)
downloadcoreutils-9965d234e52590d932ff09b4b8c534336b0ab93e.tar.xz
du: -H now does what POSIX requires
* src/du.c (usage): Update --help output. (main): Move -H-handling code from the --si block to the one for --dereference-args (-D). * doc/coreutils.texi (du invocation): Update description. * NEWS (Changes in behavior): Mention this.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index ca87b23db..717af04cd 100644
--- a/NEWS
+++ b/NEWS
@@ -32,6 +32,9 @@ GNU coreutils NEWS -*- outline -*-
cp and mv: the --reply={yes,no,query} option has been removed.
Using it has elicited a warning for the last three years.
+ du: -H (initially equivalent to --si) is now equivalent to
+ --dereference-args, and thus works as POSIX requires
+
ls -l now marks SELinux-only files with the less obtrusive '.',
rather than '+'. A file with any other combination of MAC and ACL
is still marked with a '+'.