]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
NEWS: Add 0.19.8 changes
authorDaiki Ueno <ueno@gnu.org>
Wed, 25 May 2016 08:08:49 +0000 (17:08 +0900)
committerDaiki Ueno <ueno@gnu.org>
Wed, 25 May 2016 08:15:23 +0000 (17:15 +0900)
NEWS

diff --git a/NEWS b/NEWS
index 7ce5505e4ac9e31794ab580686a6706982e39926..aa96a7304075b788c22561d2e860ae76c2bd2adc 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,20 @@
 * Support for reproducible builds:
   - msgfmt now produces little-endian .mo files by default.
 
+* Programming languages support:
+  - XML:
+    xgettext and msgfmt now look for .its files in directories
+    supplied through the GETTEXTDATADIRS or XDG_DATA_DIRS environment
+    variable.
+  - JavaScript:
+    xgettext and msgfmt now recognize numbered arguments in format
+    strings.
+
+* Portability:
+  - Improve OS/2 kLIBC support.
+  - Fix libintl compilation issue with pre-C99 compilers.  It was a
+    regression since 0.19.5.
+
 Version 0.19.7 - December 2015
 
 * Programming languages support: