From: Jim Meyering Date: Mon, 17 May 2004 12:07:30 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v5.3.0~1544 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=36708ba6b59293d4c98fab6b1135b32fc812ef82;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index e24a404f7d..6c0b1ad71e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,16 @@ -2004-05-15 Paul Eggert +2004-05-17 Jim Meyering * 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 + 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 3b1b431539..4a4e3f5455 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,8 @@ +2004-05-17 Jim Meyering + + chgrp and chown now dereference symlinks by default, per POSIX. + * coreutils.texi (chgrp invocation, chown invocation): Document it. + 2004-05-13 Paul Eggert * coreutils.texi (sort invocation): Document that "sort -m -o F"