]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Merge from 0.22.x branch: Update NEWS file for release 0.22.5.
authorBruno Haible <bruno@clisp.org>
Thu, 22 Feb 2024 01:24:13 +0000 (02:24 +0100)
committerBruno Haible <bruno@clisp.org>
Fri, 23 Feb 2024 02:09:48 +0000 (03:09 +0100)
NEWS
gettext-runtime/NEWS

diff --git a/NEWS b/NEWS
index 2e96a61208d17ce0a079e2b93b68db0306d0c0a5..4f126cab47b2eb462fbb844f5c785ab905661c3f 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -20,6 +20,17 @@ Version 0.23 - December 2023
 * msgmerge:
   - The msgmerge option '--sorted-output' is now deprecated.
 
+Version 0.22.5 - February 2024
+
+* The replacements for the printf()/fprintf()/... functions that are
+  provided through <libintl.h> on native Windows and NetBSD now enable
+  GCC's format string analysis (-Wformat).
+
+* Bug fixes:
+  - xgettext's processing of Vala files with printf method invocations has
+    been corrected (regression in 0.22).
+  - Build fixes on macOS.
+
 Version 0.22.4 - November 2023
 
 * Bug fixes:
index 0b8cd8c0d9c0d72438578771f162ce286024fa62..ba4751a9838f266b41b6cda518a56bc67cf8f29e 100644 (file)
@@ -4,6 +4,12 @@ Version 0.23 - October 2023
   now return the msgid untranslated. This is relevant for GNU systems,
   Linux with musl libc, FreeBSD, NetBSD, OpenBSD, Cygwin, and Android.
 
+Version 0.22.5 - February 2024
+
+* The replacements for the printf()/fprintf()/... functions that are
+  provided through <libintl.h> on native Windows and NetBSD now enable
+  GCC's format string analysis (-Wformat).
+
 Version 0.22.3 - October 2023
 
 * Portability: