From: Bruno Haible Date: Sun, 11 Jun 2023 01:41:53 +0000 (+0200) Subject: Update after gnulib changed. X-Git-Tag: v0.22~23 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2e0b029879c3c8f5e079bec9d519fdb3e8c353f2;p=thirdparty%2Fgettext.git Update after gnulib changed. * NEWS: Mention the newly supported Java versions. --- diff --git a/NEWS b/NEWS index b204b9959..4839de097 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -Version 0.21.2 - May 2023 +Version 0.21.2 - June 2023 * PO file format: - When a #: line contains references to file names that contain spaces, @@ -27,6 +27,11 @@ Version 0.21.2 - May 2023 ISO C++ 20. They are marked as 'c++-format' in POT and PO files. A new example has been added, 'hello-c++20', that illustrates how to use these format strings with gettext. + - Java: + o The build system and tools now also support Java versions newer than + Java 11. This is known to work up to Java 20, at least. On the other + hand, support for old versions of Java (Java 1.5 and GCJ) has been + dropped. - Tcl: xgettext now supports the \x, \u, and \U escapes as defined in Tcl 8.6.