This is an automated email from the git hooks/post-receive script.
ildumi pushed a commit to branch development
in repository libtool.
The following commit(s) were added to refs/heads/development by this push:
new dc3f87dd NEWS: Add news entries for recent changes
dc3f87dd is described below
commit dc3f87dd8e4dd05ee9b59b4163ca4113baedd9d9
Author: Ileana Dumitrescu <[email protected]>
AuthorDate: Fri May 31 17:32:39 2024 +0300
NEWS: Add news entries for recent changes
---
NEWS | 17 ++++++++++++++++-
1 file changed, 16 insertions(+), 1 deletion(-)
diff --git a/NEWS b/NEWS
index 7c9e735a..6febafdf 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: