]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
Update NEWS
authorIleana Dumitrescu <ileanadumitrescu95@gmail.com>
Fri, 2 Jan 2026 20:11:31 +0000 (22:11 +0200)
committerIleana Dumitrescu <ileanadumitrescu95@gmail.com>
Fri, 2 Jan 2026 20:11:31 +0000 (22:11 +0200)
NEWS

diff --git a/NEWS b/NEWS
index 12390745e7d7f469ab51320d7526849a838844ae..da461a5c87418567c3b49b7d48f7a0adc341d17c 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,24 @@ NEWS - list of user-visible changes between releases of GNU Libtool
 
 * Noteworthy changes in release ?.? (????-??-??) [?]
 
+** Bug fixes:
+
+  - Fix syntax error in LT_PROG_OBJC and LT_PROG_OBJCXX.
+
+  - Separate Objective C and C++ cache check for proper tagging support.
+
+  - Fix in darwin to support values with spaces.
+
+  - Limit the length of DLL name to 8.3 correctly to avoid corrupting a
+    generated DLL on OS/2.
+
+  - Remove unused variable on OS/2, which could cause issues with static
+    library generation if defined.
+
+** Changes in supported systems or compilers:
+
+  - Add support for SlimCC compiler.
+
 
 * Noteworthy changes in release 2.6.0 (2025-09-18) [alpha]