This is an automated email from the git hooks/post-receive script.
ildumi pushed a commit to branch development
in repository libtool.
The following commit(s) were added to refs/heads/development by this push:
new e5d0d3aa NEWS: Update for recent changes
e5d0d3aa is described below
commit e5d0d3aae0aa592febbd972df5f767ad34b104cf
Author: Ileana Dumitrescu <[email protected]>
AuthorDate: Fri Jul 19 19:18:31 2024 +0300
NEWS: Update for recent changes
---
NEWS | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
diff --git a/NEWS b/NEWS
index cbef5c22..4f8ab162 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]