From: Jim Meyering Date: Sat, 18 Oct 2003 05:04:39 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v5.1.0~339 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=704e1e5554d0d7965bacbe49d34439778305f246;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index ef03187462..0863eb3276 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,12 @@ -2003-10-17 Jim Meyering +2003-10-18 Jim Meyering * Version 5.1.0. + * src/mv.c (usage): Tweak descriptions of -i and -f so that the + generated `man' page is more readable. Suggestion from Dan Jacobson. + +2003-10-17 Jim Meyering + * src/chown-core.c (change_file_owner): Handle the cases in which fts_info indicates an error with the given entry.