summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/ChangeLog4
-rw-r--r--m4/ChangeLog5
2 files changed, 9 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog
index 4971a47f0..4045d1708 100644
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -29,6 +29,10 @@
(enter_dir, leave_dir): Accommodate change to FTS by inspecting
fts->fts_options to see which union member to use.
+2005-05-20 Eric Blake <ebb9@byu.net> (tiny change)
+
+ * chown.c (rpl_chown): Return -1 on failure.
+
2005-05-20 Jim Meyering <jim@meyering.net>
* fts.c (fts_open): Remove useless but otherwise harmless malloc call.
diff --git a/m4/ChangeLog b/m4/ChangeLog
index 312edebb5..a9ceb6912 100644
--- a/m4/ChangeLog
+++ b/m4/ChangeLog
@@ -3,6 +3,11 @@
* fts.m4 (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS.
(gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros.
+2005-05-20 Eric Blake <ebb9@byu.net> (tiny change)
+
+ * chown.m4 (gl_FUNC_CHOWN): Correct sense of test for honoring IDs
+ of -1.
+
2005-05-18 Paul Eggert <eggert@cs.ucla.edu>
* canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME]):