From: Ileana Dumitrescu Date: Tue, 18 Jun 2024 17:32:15 +0000 (+0300) Subject: NEWS: Add news entries for recent changes X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ee14c7a61dc9ade5340119c8532adf2d65f4a5c9;p=thirdparty%2Flibtool.git NEWS: Add news entries for recent changes --- diff --git a/NEWS b/NEWS index 6febafdf5..cbef5c22d 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]