From 45f13e99f70d9cef5471587e991e84e721031521 Mon Sep 17 00:00:00 2001 From: Eric Blake Date: Sat, 5 Apr 2008 16:56:13 -0600 Subject: [PATCH] Release Version 2.62. * NEWS: Mention the release. Signed-off-by: Eric Blake --- ChangeLog | 5 +++++ NEWS | 11 ++++++----- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index 2139db45..3f6a5c01 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-04-05 Eric Blake + + Release Version 2.62. + * NEWS: Mention the release. + 2008-04-04 Stepan Kasal and Eric Blake diff --git a/NEWS b/NEWS index b0e419bb..ef008867 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,7 @@ GNU Autoconf NEWS - User visible changes. -* Major changes in Autoconf 2.61b (????-??-??) +* Major changes in Autoconf 2.62 (2008-04-05) [stable] + Released by Eric Blake, based on git versions 2.61a.*. ** Many optimizations have been applied to make overall execution faster. @@ -49,7 +50,7 @@ GNU Autoconf NEWS - User visible changes. ** AS_HELP_STRING no longer underquotes its first argument; it also handles the case where the first argument contains single-quoted commas. For example, "AS_HELP_STRING([-a, [--arg[=foo]]], [bar])" produces: - " -a, --arg=[foo] bar" + " -a, --arg[=foo] bar" Additionally, the macro now takes two additional arguments, indent-column and wrap-column; these should not normally be needed, but can be used to fine-tune how the output text is wrapped. @@ -88,6 +89,9 @@ GNU Autoconf NEWS - User visible changes. Autoconf and Automake. GNU M4 1.4.11 or later is recommended. The configure search for a working M4 is improved. +** For portability with the eventual M4 2.0, macros should no longer use + anything larger than $9 to refer to arguments. + ** Documentation for m4sugar is improved. - The following macros were previously available as undocumented @@ -147,9 +151,6 @@ GNU Autoconf NEWS - User visible changes. These warnings can be disabled with the new AC_DISABLE_OPTION_CHECKING macro, or by invoking 'configure' with --disable-option-checking. -** For portability with the eventual M4 2.0, macros should no longer use - anything larger than $9 to refer to arguments. - ** Existing obsolete macros The documentation for the following macros is adjusted to make it more clear that they have previously been marked obsolete, as their -- 2.11.4.GIT