summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2004-05-17 12:07:30 +0000
committerJim Meyering <jim@meyering.net>2004-05-17 12:07:30 +0000
commit36708ba6b59293d4c98fab6b1135b32fc812ef82 (patch)
tree6977c2122563338c47ba91695cf640d789f2309e
parent3591f10746db90fdb682acb4421e95ddc9c5785e (diff)
downloadcoreutils-36708ba6b59293d4c98fab6b1135b32fc812ef82.tar.xz
*** empty log message ***
-rw-r--r--ChangeLog11
-rw-r--r--doc/ChangeLog5
2 files changed, 15 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index e24a404f7..6c0b1ad71 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,16 @@
-2004-05-15 Paul Eggert <eggert@cs.ucla.edu>
+2004-05-17 Jim Meyering <jim@meyering.net>
* Version 5.3.0.
+ chgrp and chown now dereference symlinks by default, per POSIX.
+
+ * src/chown-core.c (chopt_init): Affect each symlink referent by default.
+ * src/chown.c (usage): Update to reflect this.
+ * src/chgrp.c (usage): Likewise.
+ * NEWS: Describe the change.
+
+2004-05-15 Paul Eggert <eggert@cs.ucla.edu>
+
In shred, check for errors from fdatasync more carefully. If
fdatasync fails with errno==EINVAL, it means this implementation
does not support synchronized I/O for this file. Do not report
diff --git a/doc/ChangeLog b/doc/ChangeLog
index 3b1b43153..4a4e3f545 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,3 +1,8 @@
+2004-05-17 Jim Meyering <jim@meyering.net>
+
+ chgrp and chown now dereference symlinks by default, per POSIX.
+ * coreutils.texi (chgrp invocation, chown invocation): Document it.
+
2004-05-13 Paul Eggert <eggert@cs.ucla.edu>
* coreutils.texi (sort invocation): Document that "sort -m -o F"