]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
NEWS: Add news entries for recent changes
authorIleana Dumitrescu <ileanadumitrescu95@gmail.com>
Tue, 18 Jun 2024 17:32:15 +0000 (20:32 +0300)
committerIleana Dumitrescu <ileanadumitrescu95@gmail.com>
Tue, 18 Jun 2024 17:37:17 +0000 (20:37 +0300)
NEWS

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