summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog9
1 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index b8854c9d2..c9567b560 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,14 @@
-2005-12-04 Jim Meyering <jim@meyering.net>
+2005-12-05 Andreas Gruenbacher
* Version 6.0-cvs.
+ * src/copy.c (fchown) [!HAVE_FCHOWN]: Define fchown(...) to -1.
+ (set_owner, preserve_author): New functions, factored out of copy_reg.
+ (copy_reg): Use them.
+ (copy_internal): Use them here, too.
+
+2005-12-04 Jim Meyering <jim@meyering.net>
+
* src/sleep.c (usage): Say what happens with two or more arguments.
Suggested by Justin Pryzby.