From: Jim Meyering Date: Sat, 1 May 2004 14:42:45 +0000 (+0000) Subject: . X-Git-Tag: COREUTILS-5_3_0~1640 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7ba3e328c6eda2b3f6b721a9cec4b6f0b1bc7eae;p=platform%2Fupstream%2Fcoreutils.git . --- diff --git a/ChangeLog b/ChangeLog index e162d7c31..15dbcbbe9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,14 @@ * Version 5.3.0. + When chown or chgrp is modifying the referent of a symlink, + use the chown(2) function, if possible. + * src/chown-core.c (change_file_owner): Don't hard-code the + open/fchown/close kludge here. Use `chown' instead. + The chown function works just fine on conforming systems. + Other systems now go through the new chown wrapper that + resorts to the old kludge. + * src/chown-core.c (change_file_owner): Add a comment. 2004-04-27 Jim Meyering