From: Ileana Dumitrescu Date: Fri, 19 Jul 2024 16:18:31 +0000 (+0300) Subject: NEWS: Update for recent changes X-Git-Tag: v2.5.1~4 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=383c97a85080001ad43f4c75940745f8fe454053;p=thirdparty%2Flibtool.git NEWS: Update for recent changes --- diff --git a/NEWS b/NEWS index cbef5c22d..4f8ab162e 100644 --- a/NEWS +++ b/NEWS @@ -8,6 +8,10 @@ NEWS - list of user-visible changes between releases of GNU Libtool - Add sysroot to library path for cross builds. +** Important incompatible changes: + + - Autoconf 2.64 is required for libtool.m4 to use AS_VAR_APPEND. + ** Bug fixes: - Fix for uninitialized variable in libtoolize. @@ -38,6 +42,19 @@ NEWS - list of user-visible changes between releases of GNU Libtool - Alter syntax in sed command to fix numerous test failures on 64-bit windows/cygwin/mingw. + - Fix 'Wstrict-prototypes' warnings. + + - Correct DLL Installation Path for mingw multilib builds. + + - Fix '--preserve-dup-deps' stripping duplicates. + + - Disable chained fixups for macOS, since it is not compatible with + '-undefined dynamic_lookup'. + +** Changes in supported systems or compilers: + + - Support additional flang-based compilers, 'flang-new' and 'ftn'. + * Noteworthy changes in release 2.5.0 (2024-05-13) [alpha]