From: Jim Meyering Date: Tue, 28 Mar 2006 09:48:26 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v6.0~530 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6809ff6910cc811c1f8d6bb31814be89dfb2add5;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index b270bcbf16..df38106bbf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,13 @@ -2006-03-27 Jim Meyering +2006-03-22 Eric Blake * Version 6.0-cvs. + * src/ptx.c (usage): Remove mention of --copyright/-C. + (main): Alias --copyright to --version plus a deprecation warning. + * NEWS: Mention this. + +2006-03-27 Jim Meyering + * src/Makefile.am (uptime_LDADD): Add $(POW_LIB), for uptime's use of strtod. Tiny patch from Nickolai Zeldovich.