This is an automated email from the git hooks/post-receive script. ildumi pushed a commit to branch master in repository libtool.
The following commit(s) were added to refs/heads/master by this push: new e6dd1eb7 NEWS: Update for bugs fixed e6dd1eb7 is described below commit e6dd1eb7cff22f4a3a0e17343e69fc22f948cb5e Author: Ileana Dumitrescu <ileanadumitresc...@gmail.com> AuthorDate: Tue Apr 15 17:32:50 2025 +0300 NEWS: Update for bugs fixed --- NEWS | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/NEWS b/NEWS index 575d7716..81b28f1c 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]