summaryrefslogtreecommitdiff
path: root/doc/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2004-08-19 20:07:20 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2004-08-19 20:07:20 +0000
commit9308e71adabbc3347e549f95eef1604bcc0ad285 (patch)
treef2189ec8097b2ae33c8c0a3a1ed660c4c6f36a5d /doc/ChangeLog
parent8d3555ff434656e6e8bd42c06d7ad75658c85c97 (diff)
downloadcoreutils-9308e71adabbc3347e549f95eef1604bcc0ad285.tar.xz
Add support for "chown : file" and the like.
Also, fix a regression and some memory leaks.
Diffstat (limited to 'doc/ChangeLog')
-rw-r--r--doc/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog
index 48102bfa4..f36958afc 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,3 +1,13 @@
+2004-08-19 Paul Eggert <eggert@cs.ucla.edu>
+
+ * coreutils.texi (chown invocation): Fix synopsis:
+ group must always be preceded by separator.
+ "chown : file" and "chown '' file" don't change the owner or group.
+ Update the explanation of what happens to the set-user-ID or
+ set-group-ID bits, e.g., they sometimes are not cleared if they
+ denote mandatory locking. Change "find"-oriented examples to use
+ chown -h.
+
2004-08-18 Paul Eggert <eggert@cs.ucla.edu>
* coreutils.texi (printf invocation): Clarify how "printf" is