summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorDaiki Ueno <ueno@gnu.org>2015-12-21 12:24:40 +0900
committerDaiki Ueno <ueno@gnu.org>2015-12-28 07:58:08 +0900
commitbca094a3674ed94cd2dd97acfa4a39c3742d7c3e (patch)
tree28b17fc85f0fd653f067e767e30a41878f005af2 /NEWS
parent7ef4656914eea18cc8d6567b9aeb75cc0dd6bf48 (diff)
downloadexternal_gettext-bca094a3674ed94cd2dd97acfa4a39c3742d7c3e.zip
external_gettext-bca094a3674ed94cd2dd97acfa4a39c3742d7c3e.tar.gz
external_gettext-bca094a3674ed94cd2dd97acfa4a39c3742d7c3e.tar.bz2
NEWS: Add 0.19.7 changes
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS15
1 files changed, 15 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index ae63ef0..b9507ed 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,18 @@
+Version 0.19.7 - December 2015
+
+* Programming languages support:
+ - XML:
+ xgettext can now load custom string extraction rules supplied by
+ consumer projects. The rules are written in XML, utilizing the
+ Internationalization Tag Set (ITS) standard. All the existing
+ XML-based language scanners (Glade, GSettings, and AppData) are
+ rewritten using ITS. In addition, msgfmt now has --xml option to
+ merge translations back to the original XML document.
+
+* Portability:
+ - Improve OS/2 kLIBC support (still not complete)
+ - Remove dependency on expat
+
Version 0.19.6 - September 2015
* Programming languages support: