]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
NEWS: Mention 0.19.1 changes
authorDaiki Ueno <ueno@gnu.org>
Tue, 3 Jun 2014 05:59:01 +0000 (14:59 +0900)
committerDaiki Ueno <ueno@gnu.org>
Tue, 3 Jun 2014 06:01:33 +0000 (15:01 +0900)
NEWS

diff --git a/NEWS b/NEWS
index ef79d155c84ade7f25510d6da7c55a9130ea369d..dec0a1400e69aef75a07f5f1cd9c490f1ae66e1d 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -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: