From: Ileana Dumitrescu Date: Tue, 15 Apr 2025 14:32:50 +0000 (+0300) Subject: NEWS: Update for bugs fixed X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=07adb5007d9dd0e5baf92195d9625e1b12c02b68;p=thirdparty%2Flibtool.git NEWS: Update for bugs fixed --- diff --git a/NEWS b/NEWS index 575d7716e..81b28f1cb 100644 --- a/NEWS +++ b/NEWS @@ -23,6 +23,10 @@ NEWS - list of user-visible changes between releases of GNU Libtool - Fix NetBSD postdeps for shared libraries. + - Fix statically linking dependencies into shared C++ libraries when + utilizing clang builtins or g++ options like, -static-libstdc++, by + using a new configuration option, --enable-cxx-stdlib. + * Noteworthy changes in release 2.5.4 (2024-11-20) [stable]