From: Jim Meyering Date: Sat, 29 May 2004 22:00:20 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v5.3.0~1482 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f679d4d08d9183ed85ffe773b8650070b4c2d40c;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/NEWS b/NEWS index deb12879ba..1afb1d455b 100644 --- a/NEWS +++ b/NEWS @@ -4,6 +4,8 @@ GNU coreutils NEWS -*- outline -*- ** Bug fixes + rm no longer gets a failed assertion under some unusual conditions. + chgrp and chown no longer affect symbolic links by default. Now, they operate on whatever a symbolic points to, instead. To get the old behavior, use --no-dereference (-h).