From: Paul Eggert Date: Tue, 12 Dec 2006 00:54:52 +0000 (+0000) Subject: * NEWS: Version 2.61a. X-Git-Tag: AUTOCONF-2.61a X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=37341a5f822b9bb1c1749c4ed5d5292ff2ef3eab;p=thirdparty%2Fautoconf.git * NEWS: Version 2.61a. 2006-12-11 Paul Eggert --- diff --git a/ChangeLog b/ChangeLog index da796139..10a2e807 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2006-12-11 Paul Eggert + + * NEWS: Version 2.61a. + 2006-12-11 Paul Eggert and Ralf Wildenhues diff --git a/NEWS b/NEWS index 04319dbb..7f352ea5 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -* Major changes in Autoconf 2.61a (??) +* Major changes in Autoconf 2.61a (2006-12-11) ** AC_FUNC_FSEEKO was broken in 2.61; it didn't make fseeko and ftello visible on many platforms. This has been fixed. @@ -12,9 +12,9 @@ ** config.status now uses awk instead of sed for most substitutions, for speed. - - As a side effect multi-line values of substituted variables are - no longer limited in total size, though for portability each line - should not exceed the POSIX length limit for text lines. + - As a side effect multi-line values of substituted variables no + longer have a small limit in total size, though for portability + each line should not exceed the POSIX length limit for text lines. - It is now documented that Makefile.in should not contain overlapping variable occurrences, e.g., @VAR1@VAR2@.