summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorDaiki Ueno <ueno@gnu.org>2015-09-01 11:44:41 +0900
committerDaiki Ueno <ueno@gnu.org>2015-09-01 11:45:27 +0900
commit2b065c821718f1445a3618addca4fa6bb0b5015c (patch)
tree463d3679344470a1daa78c6a8da406594cabd105 /NEWS
parente4ec2e69c54d331cfaabbddb519eec4be49a58da (diff)
downloadexternal_gettext-2b065c821718f1445a3618addca4fa6bb0b5015c.zip
external_gettext-2b065c821718f1445a3618addca4fa6bb0b5015c.tar.gz
external_gettext-2b065c821718f1445a3618addca4fa6bb0b5015c.tar.bz2
NEWS: Add 0.19.6 changes
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS20
1 files changed, 20 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 612367f..e6192e3 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,23 @@
+Version 0.19.6 - September 2015
+
+* Programming languages support:
+ - AppData:
+ xgettext now supports AppData file format, used to describe
+ installable applications.
+
+* A new macro AM_GNU_GETTEXT_REQUIRE_VERSION can be used to indicate
+ autopoint to pull the latest available infrastructure, instead of
+ the exact version specified with AM_GNU_GETTEXT_VERSION. When
+ AM_GNU_GETTEXT_REQUIRE_VERSION is used, AM_GNU_GETTEXT_VERSION is
+ ignored.
+
+* po/Makefile.in.in can now read the file $(DOMAIN).pot-header if
+ exists, to insert arbitrary comment into the beginning of $(DOMAIN).pot.
+
+* Bug fixes:
+ - po-mode now works with four-part msgfmt version numbers.
+ - Fix build with --enable-relocatable.
+
Version 0.19.5 - July 2015
* xgettext now has a feature to perform syntax checks on msgid, which