summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2004-05-01 14:42:45 +0000
committerJim Meyering <jim@meyering.net>2004-05-01 14:42:45 +0000
commit7ba3e328c6eda2b3f6b721a9cec4b6f0b1bc7eae (patch)
tree0dcd5d17474582f502fc2f3a00be0a276f995416 /ChangeLog
parentc7edb664e6c3fd15737c493f7a368d7da9943887 (diff)
downloadcoreutils-7ba3e328c6eda2b3f6b721a9cec4b6f0b1bc7eae.tar.xz
.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
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 <jim@meyering.net>