From 383c97a85080001ad43f4c75940745f8fe454053 Mon Sep 17 00:00:00 2001 From: Ileana Dumitrescu Date: Fri, 19 Jul 2024 19:18:31 +0300 Subject: [PATCH] NEWS: Update for recent changes --- NEWS | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) 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] -- 2.47.2