summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaiki Ueno <ueno@gnu.org>2016-05-25 17:08:49 +0900
committerDaiki Ueno <ueno@gnu.org>2016-05-25 17:15:23 +0900
commit34feee233ae4d66b2e1658159e5319ded111e97b (patch)
tree98c77d47170e0ecd11ebc33c1640426abca8cb7c
parent77dde02ef05e63e0ae2b113546e8adb26a962e29 (diff)
downloadexternal_gettext-34feee233ae4d66b2e1658159e5319ded111e97b.zip
external_gettext-34feee233ae4d66b2e1658159e5319ded111e97b.tar.gz
external_gettext-34feee233ae4d66b2e1658159e5319ded111e97b.tar.bz2
NEWS: Add 0.19.8 changes
-rw-r--r--NEWS14
1 files changed, 14 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 7ce5505..aa96a73 100644
--- 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: