]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
NEWS: Add news entries for recent changes
authorIleana Dumitrescu <ileanadumitrescu95@gmail.com>
Fri, 31 May 2024 14:32:39 +0000 (17:32 +0300)
committerIleana Dumitrescu <ileanadumitrescu95@gmail.com>
Fri, 31 May 2024 14:32:39 +0000 (17:32 +0300)
NEWS

diff --git a/NEWS b/NEWS
index 7c9e735a3455910ab15d487f80b8cb2e9f31f565..6febafdf5bf0ce9c26bab8f7bdc39db1ec35fec1 100644 (file)
--- 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: