]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
Update NEWS for recent commits
authorIleana Dumitrescu <ileanadumitrescu95@gmail.com>
Fri, 18 Oct 2024 14:35:03 +0000 (17:35 +0300)
committerIleana Dumitrescu <ileanadumitrescu95@gmail.com>
Tue, 22 Oct 2024 17:02:18 +0000 (20:02 +0300)
NEWS

diff --git a/NEWS b/NEWS
index 2e87652a1e20f295f64aa2048c73a2fbb563d6d5..82aac9eab9307a4eef36ef2fccded1631c83cab1 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -14,6 +14,19 @@ NEWS - list of user-visible changes between releases of GNU Libtool
 
   - Fix configure error for when variable 'multlib' is unset.
 
+  - Fix searching for -L in link paths being over-greedy and incorrectly
+    handling paths with -L in them.
+
+  - Avoid using AC_TRY_EVAL macro, "dangerous and undocumented".
+
+  - Fix linking libraries at runtime with tcc by adding run path.
+
+** Changes in supported systems or compilers:
+
+  - Support additional flang-based compilers, 'f18' and 'f95'.
+
+  - Support for 'netbsdelf*-gnu'.
+
 
 * Noteworthy changes in release 2.5.3 (2024-09-25) [stable]