branch: development
commit 54462b8828edafbe055d8465c5db357191259110
Author: Ileana Dumitrescu <[email protected]>
AuthorDate: Sat Mar 14 16:08:46 2026 +0200
NEWS: Update for commit f10d6a6c838d53bb6090153b2cce58f90f8e4511
---
NEWS | 3 +++
1 file changed, 3 insertions(+)
diff --git a/NEWS b/NEWS
index 9dba0fae..bae69a8b 100644
--- a/NEWS
+++ b/NEWS
@@ -9,6 +9,9 @@ NEWS - list of user-visible changes between releases of GNU
Libtool
- Support OpenMP with macOS clang by processing '-Xpreprocessor
-fopenmp' as one token.
+ - Recognise explicit shared library arguments when linking dependency
+ libraries to a shared library, like exists when linking a program.
+
** Bug fixes:
- Store cygpath file path conversions correctly for MSYS2 and MSVC.