From: Ileana Dumitrescu Date: Tue, 5 Aug 2025 16:36:25 +0000 (+0300) Subject: Update NEWS X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f52ed216f85f880be61737a08640e2aa79b35ef5;p=thirdparty%2Flibtool.git Update NEWS --- diff --git a/NEWS b/NEWS index 9481aa8be..e7169270e 100644 --- a/NEWS +++ b/NEWS @@ -23,6 +23,12 @@ NEWS - list of user-visible changes between releases of GNU Libtool - Add linking clang_rt static archives compiler internal libraries by their absolute path. + - Set 'mklink' as the symlinking tool for MSVC. + + - Pass '--target' architecture flag for Clang. + + - Support MSYS and MSYS2 file path conversions. + ** Bug fixes: - Fix wrongly deduplicated compiler dependencies on linux. @@ -36,6 +42,19 @@ NEWS - list of user-visible changes between releases of GNU Libtool - Ensure *-linux-mlibc host matches to mlibc userland rather than matching to GNU/Linux and similar userlands. + - Fix hang with cmd.exe in MSYS. + + - For MSVC, fix mishandling compiler flags, symlinking, cl.exe '.exp' + extension collision, symbol names, and numerous testsuite bugs. + + - Fix undeclared reference to access on Windows in libltdl. + + - Fix flang -Wl flags on FreeBSD. + + - Fix reordering '--as-needed' flag. + + - Fix libltdl early failures for multi-arch. + * Noteworthy changes in release 2.5.4 (2024-11-20) [stable]