Update NEWS for recent commits

This commit is contained in:
Ileana Dumitrescu 2024-10-18 17:35:03 +03:00
parent 506283c381
commit 09aff4a6bc
No known key found for this signature in database
GPG Key ID: 6570EA01146F7354

13
NEWS
View File

@ -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]