From: Jim Meyering Date: Tue, 10 Feb 2004 08:17:47 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v5.2.0~28 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=277250b293ffd871888a4c47e9d38bea8da48bef;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index 34b5c43fb4..390718d7e4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,19 @@ +2004-02-10 Jim Meyering + + * Version 5.2.0. + + * config/install-sh: Make this script executable. + * Makefile.am (dist-hook): New target, to ensure that config/install-sh + is executable. Otherwise, on systems that lack a suitable install + binary, `make install' would fail, because of the way this script + is invoked (without `$SHELL ' prefix). + Reported by Bob Proulx. + +2004-02-09 Jim Meyering + + * src/comm.c (usage): Tell what comm does when there are no options. + Wording from Dan Jacobson. + 2004-02-08 Jim Meyering * Version 5.1.3.