From: Ileana Dumitrescu Date: Fri, 31 May 2024 14:32:39 +0000 (+0300) Subject: NEWS: Add news entries for recent changes X-Git-Tag: v2.5.1~24 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dc3f87dd8e4dd05ee9b59b4163ca4113baedd9d9;p=thirdparty%2Flibtool.git NEWS: Add news entries for recent changes --- diff --git a/NEWS b/NEWS index 7c9e735a3..6febafdf5 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,21 @@ NEWS - list of user-visible changes between releases of GNU Libtool * Noteworthy changes in release ?.? (????-??-??) [?] +** New features: + + - Support C++17 compilers in the C++ tests. + + - Add sysroot to library path for cross builds. + +** Bug fixes: + + - Fix for uninitialized variable in libtoolize. + + - Skip Fortran/C demo tests when using Clang with fsanitize to + avoid an incompatible ASan runtime. + + - Updated documentation for testing. + * Noteworthy changes in release 2.5.0 (2024-05-13) [alpha] @@ -67,13 +82,13 @@ NEWS - list of user-visible changes between releases of GNU Libtool - Fixed cross-building warnings when checking for file. - ** Changes in supported systems or compilers: - Removed support for bitrig (*-*-bitrig*). - Added support for flang (Fortran LLVM-based) compilers. + * Noteworthy changes in release 2.4.7 (2022-03-16) [stable] ** New features: