From e92bd133de909f15a027eaf2c69dee69c689af46 Mon Sep 17 00:00:00 2001 From: Eric Blake Date: Tue, 3 Nov 2009 06:23:50 -0700 Subject: [PATCH] Update NEWS for recent fixes. * NEWS: Add some entries. Signed-off-by: Eric Blake --- ChangeLog | 6 ++++++ NEWS | 8 ++++++++ 2 files changed, 14 insertions(+) diff --git a/ChangeLog b/ChangeLog index 2640226d..b6788bdb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2009-11-03 Eric Blake + and Ralf Wildenhues + + Update NEWS for recent fixes. + * NEWS: Add some entries. + 2009-10-31 Ralf Wildenhues Micro-optimization of config.status substitution. diff --git a/NEWS b/NEWS index 4fca50c3..9e7e64ca 100644 --- 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.*. -- 2.47.2