]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
NEWS: Add 0.19.6 changes
authorDaiki Ueno <ueno@gnu.org>
Tue, 1 Sep 2015 02:44:41 +0000 (11:44 +0900)
committerDaiki Ueno <ueno@gnu.org>
Tue, 1 Sep 2015 02:45:27 +0000 (11:45 +0900)
ChangeLog
NEWS

index 86b549b31b94f4076edbef4365b1ff4048289736..acddaabb26c0a0b5396b7356b18116953120922b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2015-09-01  Daiki Ueno  <ueno@gnu.org>
+
+       * NEWS: Add 0.19.6 changes.
+
 2015-07-12  Daiki Ueno  <ueno@gnu.org>
 
        build: Avoid link error on Mac OS X < 10.6
diff --git a/NEWS b/NEWS
index 612367f4ef0399fda4419c8660be8c4d9ae001fd..e6192e3998b6392c7ba35a8d2f791044faa09516 100644 (file)
--- 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