]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
NEWS: Update for recent changes
authorIleana Dumitrescu <ileanadumitrescu95@gmail.com>
Fri, 19 Jul 2024 16:18:31 +0000 (19:18 +0300)
committerIleana Dumitrescu <ileanadumitrescu95@gmail.com>
Fri, 19 Jul 2024 16:32:52 +0000 (19:32 +0300)
NEWS

diff --git a/NEWS b/NEWS
index cbef5c22de599ffae0b7e0290cbc7dca5a40c94d..4f8ab162ea1e3cdb3d4c8ebb1533df4e3ec0ab6f 100644 (file)
--- 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]