From: Bruno Haible Date: Mon, 13 Apr 2020 11:17:46 +0000 (+0200) Subject: Document improvement done on 2019-05-20. X-Git-Tag: v0.20.2~37 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0c11e38a18fe710cef6a5ed7f6c532f6788079de;p=thirdparty%2Fgettext.git Document improvement done on 2019-05-20. * gettext-runtime/NEWS: Document improvement. * NEWS: Likewise. --- diff --git a/NEWS b/NEWS index 311225c00..0e90e1cdf 100644 --- a/NEWS +++ b/NEWS @@ -16,6 +16,9 @@ Version 0.20.2 - April 2020 by xgettext. The documentation explains how to localize icons. * Runtime behaviour: + - The interpretation of the language preferences on macOS has been improved, + especially in the case where a system locale does not exist for the + combination of the selected primary language and the selected territory. - Fixed a multithread-safety bug on Cygwin and native Windows. Version 0.20.1 - May 2019 diff --git a/gettext-runtime/NEWS b/gettext-runtime/NEWS index 71344c54c..eafd6415b 100644 --- a/gettext-runtime/NEWS +++ b/gettext-runtime/NEWS @@ -1,5 +1,9 @@ Version 0.20.2 - April 2020 +* The interpretation of the language preferences on macOS has been improved, + especially in the case where a system locale does not exist for the + combination of the selected primary language and the selected territory. + * Fixed a multithread-safety bug on Cygwin and native Windows. Version 0.20 - April 2019