]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* NEWS: Version 2.61a. AUTOCONF-2.61a v2.61a
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 12 Dec 2006 00:54:52 +0000 (00:54 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 12 Dec 2006 00:54:52 +0000 (00:54 +0000)
2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>

ChangeLog
NEWS

index da7961396897d88181952e5c60343abf7da203a8..10a2e807031e41c6e7ac06670befb0534f0a1a51 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * NEWS: Version 2.61a.
+
 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
        and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 
diff --git a/NEWS b/NEWS
index 04319dbb6a2103ee81bd5bf7f9a73ff9eb89a0a7..7f352ea579ab0c6fa787f348edfde84302e0c6b2 100644 (file)
--- 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@.