From: Jim Meyering Date: Sun, 11 Nov 2001 10:09:48 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: TEXTUTILS-2_0_17~132 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ceae44d8120c3637ec050686d28ac94ebee06052;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index e5e2625557..17bf081e16 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -1,7 +1,12 @@ -2001-11-10 Jim Meyering +2001-11-11 Jim Meyering * Version 2.0.17. + * src/Makefile.am (sort_LDADD): Reflect spelling change: + s/POW_LIBM/POW_LIB/. + +2001-11-10 Jim Meyering + * src/nl.c (proc_text): Use `puts' to output a string of spaces, not printf. This avoids a warning from gcc's -Wformat-security.