branch: master
commit cc511550bbb00001c71447ad2ff98572665e7ade
Author: Ileana Dumitrescu <[email protected]>
AuthorDate: Tue Jun 18 20:32:15 2024 +0300
NEWS: Add news entries for recent changes
---
NEWS | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/NEWS b/NEWS
index 6febafdf..cbef5c22 100644
--- a/NEWS
+++ b/NEWS
@@ -17,6 +17,27 @@ NEWS - list of user-visible changes between releases of GNU
Libtool
- Updated documentation for testing.
+ - Fix failing test to account for program-prefix usage.
+
+ - Replaced a deprecated macro to remove warning messages in the
+ testsuite logs.
+
+ - Fix number of arguments for AC_CHECK_PROG call.
+
+ - Fix test failures with no-canonical-prefixes flag by checking
+ if the flag is supported first.
+
+ - Fix test failures with no-undefined flag by checking host OS
+ before appending the flag.
+
+ - Skip test when passing CXX flags through libtool to avoid test
+ failure on NetBSD.
+
+ - Remove texinfo warning for period in node name of pxref.
+
+ - Alter syntax in sed command to fix numerous test failures
+ on 64-bit windows/cygwin/mingw.
+
* Noteworthy changes in release 2.5.0 (2024-05-13) [alpha]