]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
Update NEWS for recent fixes.
authorEric Blake <ebb9@byu.net>
Tue, 3 Nov 2009 13:23:50 +0000 (06:23 -0700)
committerEric Blake <ebb9@byu.net>
Tue, 3 Nov 2009 13:23:50 +0000 (06:23 -0700)
* NEWS: Add some entries.

Signed-off-by: Eric Blake <ebb9@byu.net>
ChangeLog
NEWS

index 2640226d74b76b48c39f7469e81112564c8d3f75..b6788bdb2106c5050b8a635c10ab57f393599896 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2009-11-03  Eric Blake  <ebb9@byu.net>
+       and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       Update NEWS for recent fixes.
+       * NEWS: Add some entries.
+
 2009-10-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 
        Micro-optimization of config.status substitution.
diff --git a/NEWS b/NEWS
index 4fca50c3bd0c24b3169aa0909b342e304417bc97..9e7e64ca8bf09704559adab64804dff6208bd53f 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -17,6 +17,10 @@ GNU Autoconf NEWS - User visible changes.
 
    These macros are present only for backwards compatibility purposes.
 
+** The macro AC_LANG_COMPILER no longer fails on embedded systems that
+   lack fopen in the C library, such as AVR or RTEMS (regression
+   introduced in 2.64).
+
 ** The AC_FC_FREEFORM macro no longer suffers from a whitespace bug that
    made it fail with some Fortran compilers (regression introduced in
    2.64).
@@ -46,6 +50,10 @@ GNU Autoconf NEWS - User visible changes.
 
 ** Many cache variables used by Autoconf's macros are now documented.
 
+** Configure scripts work better on DJGPP by avoiding a bug present in
+   the DJGPP port of bash 2.04 in handling 'return' in a shell
+   function (regression introduced in 2.64).
+
 * Major changes in Autoconf 2.64 (2009-07-26) [stable]
   Released by Eric Blake, based on git versions 2.63b.*.