This is an automated email from the git hooks/post-receive script.
ildumi pushed a commit to branch development
in repository libtool.
The following commit(s) were added to refs/heads/development by this push:
new 07adb500 NEWS: Update for bugs fixed
07adb500 is described below
commit 07adb5007d9dd0e5baf92195d9625e1b12c02b68
Author: Ileana Dumitrescu <[email protected]>
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]