From: Bruno Haible Date: Thu, 22 Feb 2024 01:24:13 +0000 (+0100) Subject: Merge from 0.22.x branch: Update NEWS file for release 0.22.5. X-Git-Tag: v0.23~271 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4597588d253727e7d7c30d778829e88ff2ab3118;p=thirdparty%2Fgettext.git Merge from 0.22.x branch: Update NEWS file for release 0.22.5. --- diff --git a/NEWS b/NEWS index 2e96a6120..4f126cab4 100644 --- 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 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: diff --git a/gettext-runtime/NEWS b/gettext-runtime/NEWS index 0b8cd8c0d..ba4751a98 100644 --- a/gettext-runtime/NEWS +++ b/gettext-runtime/NEWS @@ -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 on native Windows and NetBSD now enable + GCC's format string analysis (-Wformat). + Version 0.22.3 - October 2023 * Portability: