summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2005-05-31 07:06:26 +0000
committerJim Meyering <jim@meyering.net>2005-05-31 07:06:26 +0000
commitb45e05bce28212a06a06e20ea6e850d673f49e3a (patch)
tree3ecad65ade047eb40737c342212c2307c2779d78 /ChangeLog
parent55076fb51f83c272f132b82d51e4a1c3f5f6b1c2 (diff)
downloadcoreutils-b45e05bce28212a06a06e20ea6e850d673f49e3a.tar.xz
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 23277b37b..19ac975a4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,13 @@
-2005-05-30 Paul Eggert <eggert@cs.ucla.edu>
+2005-05-31 Jim Meyering <jim@meyering.net>
* Version 5.3.1.
+ * src/copy.c (chown_privileges, chown_failure_ok): Mark as `extern'.
+ This is a crutch so that `make distcheck's sc_tight_scope rule
+ knows that they really are deliberately declared that way.
+
+2005-05-30 Paul Eggert <eggert@cs.ucla.edu>
+
Port to Solaris 10's rules for whether programs can chown files.
* src/copy.c [HAVE_PRIV_H]: Include <priv.h>.
(DO_CHOWN): Remove. Replaced by chown_failure_ok. All callers