From: Jim Meyering Date: Tue, 28 Sep 2004 06:34:29 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v5.3.0~574 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=14f5062c301fcfb23fb265b9352cc2aa952036c9;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index 1cc92e6dd1..3e7db0db96 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,12 @@ -2004-09-27 Paul Eggert +2004-09-28 Jim Meyering * Version 5.3.0. + * src/tail.c (usage): Clarify: --retry works only with --follow=name. + Reported by Nik A. Melchior in http://bugs.debian.org/273781. + +2004-09-27 Paul Eggert + * src/od.c (format_address_paren): c is optional, so don't output it if it's '\0'.