From: Bruno Haible Date: Wed, 3 Apr 2019 02:04:06 +0000 (+0200) Subject: Mention the support for Java 11. X-Git-Tag: v0.20~82 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=dd1765b1c988ebdb2a1a493de14da5cdcca7958b;p=thirdparty%2Fgettext.git Mention the support for Java 11. This support was added in gnulib on 2018-09-26. * NEWS: Mention the support for Java 11. --- diff --git a/NEWS b/NEWS index 032ff69f9..f8e9f1155 100644 --- a/NEWS +++ b/NEWS @@ -34,9 +34,9 @@ - Java: o xgettext now supports UTF-8 encoded .properties files (a new feature of Java 9). - o The build system and tools now support Java 9 and 10. On the other - hand, support for old versions of Java (Java 5 and older, GCJ 4.2.x - and older) has been dropped. + o The build system and tools now support Java 9, 10, and 11. On the + other hand, support for old versions of Java (Java 5 and older, + GCJ 4.2.x and older) has been dropped. - Perl: o Native support for context functions (pgettext, dpgettext, dcpgettext, npgettext, dnpgettext, dcnpgettext).