From: Ileana Dumitrescu Date: Fri, 18 Oct 2024 14:35:03 +0000 (+0300) Subject: Update NEWS for recent commits X-Git-Tag: v2.5.4~30 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=09aff4a6bc92c0206359cf511625c7946fd302b3;p=thirdparty%2Flibtool.git Update NEWS for recent commits --- diff --git a/NEWS b/NEWS index 2e87652a1..82aac9eab 100644 --- 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]