From: Ralf Wildenhues Date: Sat, 14 Mar 2009 10:02:34 +0000 (+0100) Subject: * NEWS: Update. X-Git-Tag: v1.10b~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fae34eab88fa3cac62ee6d6f4de0e478754e98d7;p=thirdparty%2Fautomake.git * NEWS: Update. Signed-off-by: Ralf Wildenhues --- diff --git a/ChangeLog b/ChangeLog index 304385529..1c2134142 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2009-03-14 Ralf Wildenhues + + * NEWS: Update. + 2009-03-12 Ralf Wildenhues Ignore warnings from autom4te about Libtool macros. diff --git a/NEWS b/NEWS index d4b59e950..a81b37b98 100644 --- a/NEWS +++ b/NEWS @@ -71,6 +71,10 @@ New in 1.10a: - install-sh supports -C, which does not update the installed file (and its time stamps) if the contents did not change. + - The `gnupload' script has been revamped. + + - The `depcomp' and `compile' scripts now work with MSVC under MSYS. + - The targets `install' and `uninstall' are more efficient now, in that for example multiple files from one Automake variable such as `bin_SCRIPTS' are copied in one `install' (or `libtool --mode=install') @@ -173,6 +177,12 @@ Bugs fixed in 1.10a: - Targets provided by automake behave better with `make -n', in that they take care not to create files. + - `config.status Makefile... depfiles' works fine again in the presence of + disabled dependency tracking. + + - The default no-op recursive rules for these targets also work with BSD make + now: html, install-html, install-dvi, install-pdf, install-pdf, install-info. + * Bugs introduced by 1.10: - Fix output of dummy dependency files in presence of post-processed