diff options
author | Daiki Ueno <ueno@gnu.org> | 2014-06-03 14:59:01 +0900 |
---|---|---|
committer | Daiki Ueno <ueno@gnu.org> | 2014-06-03 15:01:33 +0900 |
commit | 7a04501363247fc0e6bb44e62c5ad5b62cf3c7f7 (patch) | |
tree | 56605c3793e810aaa2f7daff839f277de8c2847e /NEWS | |
parent | 72503d8c33c972292805e815907ed45063f28b43 (diff) | |
download | external_gettext-7a04501363247fc0e6bb44e62c5ad5b62cf3c7f7.zip external_gettext-7a04501363247fc0e6bb44e62c5ad5b62cf3c7f7.tar.gz external_gettext-7a04501363247fc0e6bb44e62c5ad5b62cf3c7f7.tar.bz2 |
NEWS: Mention 0.19.1 changes
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 25 |
1 files changed, 24 insertions, 1 deletions
@@ -1,3 +1,26 @@ +Version 0.19.1 - unreleased + +* Programming languages support: + + - Desktop Entry: + msgfmt now always reads the po/LINGUAS file, regardless of whether + the LINGUAS environment variable is set. The variable can now be + used to restrict the languages list read from the po/LINGUAS file. + + - Vala: + Bug fix in xgettext handling of "//" in string literals. This was + a regression after the C-99 Unicode escape support. + +* The po/Makevars.template file now contains the newly added variables. + +* msgfmt now treats errors in the PO file header as non-fatal. Since + 0.19 msgfmt started to abort on the fatal errors, but some + translation systems are still not ready to supply valid headers. + +* Future backward-incompatibilities: + - In future Gettext versions, msgfmt will treat header errors as + fatal and terminate the command execution. + Version 0.19 - June 2014 * Programming languages support: @@ -18,7 +41,7 @@ Version 0.19 - June 2014 - Python: The acceptable format specifiers in the braced-syntax format - strings is now limited to the Standard Format Specifiers, to + strings are now limited to the Standard Format Specifiers, to reasonably avoid false-positives. - Scheme: |