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 8dceb08f Update NEWS for recent changes
8dceb08f is described below
commit 8dceb08f567726071417f3eae16db2f77ebc012c
Author: Ileana Dumitrescu <[email protected]>
AuthorDate: Tue Aug 27 18:16:39 2024 +0300
Update NEWS for recent changes
---
NEWS | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/NEWS b/NEWS
index 2bc4d52a..be66de79 100644
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,17 @@ NEWS - list of user-visible changes between releases of GNU
Libtool
* Noteworthy changes in release ?.? (????-??-??) [?]
+** Bug fixes:
+
+ - Use shared objects built in source tree instead of the installed
+ versions for more reliable testing.
+
+ - Fix test in bug_62343.at for confirmed Cygwin/Mingw32 where the
+ incorrect architecture version of a compiler was generating
+ object files that could not be linked with a library file.
+
+ - Fix typos found with codespell.
+
** Changes in supported systems or compilers:
- Add support for 32-bit mode on FreeBSD/powerpc64.