]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Update after gnulib changed.
authorBruno Haible <bruno@clisp.org>
Sun, 11 Jun 2023 01:41:53 +0000 (03:41 +0200)
committerBruno Haible <bruno@clisp.org>
Sun, 11 Jun 2023 01:41:53 +0000 (03:41 +0200)
* NEWS: Mention the newly supported Java versions.

NEWS

diff --git a/NEWS b/NEWS
index b204b995910586bc403bcafcbac5588c9e496f3c..4839de097bc1ccafa2a4306f1c95c0904dba26c4 100644 (file)
--- 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.