]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Prepare for 0.19.3
authorDaiki Ueno <ueno@gnu.org>
Wed, 15 Oct 2014 07:33:01 +0000 (16:33 +0900)
committerDaiki Ueno <ueno@gnu.org>
Wed, 15 Oct 2014 09:37:28 +0000 (18:37 +0900)
gettext-runtime/intl/ChangeLog
gettext-runtime/intl/libgnuintl.in.h
gettext-tools/libgettextpo/ChangeLog
gettext-tools/libgettextpo/gettext-po.in.h
gettext-tools/misc/ChangeLog
gettext-tools/misc/autopoint.in
gettext-tools/tests/ChangeLog
gettext-tools/tests/autopoint-2
gettext-tools/tests/autopoint-3

index 2dba17dcb7ef59f3eaf39a6cc250ee7e3b61d41a..069cc44a5fb79b07120d830c5f269714707729e9 100644 (file)
@@ -1,3 +1,7 @@
+2014-10-15  Daiki Ueno  <ueno@gnu.org>
+
+       * libgnuintl.in.h (LIBINTL_VERSION): Bump to 0.19.3.
+
 2014-09-30  Daiki Ueno  <ueno@gnu.org>
 
        * localcharset.c, localename.c, vasnprintf.c: Update from Gnulib.
index d7d2cdd1630971aebd6538edaae7b57e485119b5..84fafc68fd20453368ded8db8ec524d629552655 100644 (file)
@@ -54,7 +54,7 @@ extern "C" {
 
 
 /* Version number: (major<<16) + (minor<<8) + subminor */
-#define LIBINTL_VERSION 0x001302
+#define LIBINTL_VERSION 0x001303
 extern int libintl_version;
 
 
index 4a364b900d1162a861e2c7d32ae93928d0903c21..46f7a00c952f5e95741b3c25e3773a1bf863afa7 100644 (file)
@@ -1,3 +1,7 @@
+2014-10-15  Daiki Ueno  <ueno@gnu.org>
+
+       * gettext-po.in.h (LIBGETTEXTPO_VERSION): Bump to 0.19.3.
+
 2014-07-14  Daiki Ueno  <ueno@gnu.org>
 
        * gettext 0.19.2 released.
index c88764b0da13469fea76716e7805c2e51dbed05b..131efe3e3964c272e6d34ccb600e828ec50f7f16 100644 (file)
@@ -28,7 +28,7 @@ extern "C" {
 /* =========================== Meta Information ============================ */
 
 /* Version number: (major<<16) + (minor<<8) + subminor */
-#define LIBGETTEXTPO_VERSION 0x001302
+#define LIBGETTEXTPO_VERSION 0x001303
 extern int libgettextpo_version;
 
 /* ================================= Types ================================= */
index 4e8b3455575117abf060eb3d626324f525900687..069b52f543c33febd88ec876b02464fb38fad6ad 100644 (file)
@@ -1,3 +1,7 @@
+2014-10-15  Daiki Ueno  <ueno@gnu.org>
+
+       * autopoint.in: Update for 0.19.3.
+
 2014-10-10  Eric Blake  <eblake@redhat.com>
 
        autopoint: Fix infinite recursion when tracing configure.ac
index 87ee374d51b94931d47476da900125f6ee94e3bf..fbde69d3e7ef7c4355693e7313c3b35449eb7d41 100644 (file)
@@ -347,7 +347,7 @@ case "$ver" in
   0.16 | 0.16.1 | \
   0.17 | \
   0.18 | 0.18.1 | 0.18.2 | 0.18.3 | \
-  0.19 | 0.19.1 | 0.19.2 )
+  0.19 | 0.19.1 | 0.19.2 | 0.19.3 )
     ;;
   *)
     func_fatal_error "The AM_GNU_GETTEXT_VERSION declaration in your $configure_in
index 418612103322e23075cafc7f3656e7e0185a484b..9f1364f4529aecbd7cd74c4a64a46e54eaa38c8d 100644 (file)
@@ -1,3 +1,8 @@
+2014-10-15  Daiki Ueno  <ueno@gnu.org>
+
+       * autopoint-2 (required_gettext_version): Update to 0.19.3.
+       * autopoint-3 (required_gettext_version): Likewise.
+
 2014-10-12  Daiki Ueno  <ueno@gnu.org>
 
        tests: Avoid sed error on Mac OS X when dealing with binary input
index fe6ff9c6899fe23c7fe6fd90955a8b144e3cb1e0..0a283a968a99dd567d095397827febd9c96ad137 100755 (executable)
@@ -3,7 +3,7 @@
 
 # Test the autopoint program, without Automake.
 
-required_gettext_version=0.19.2
+required_gettext_version=0.19.3
 
 : ${AUTOCONF=autoconf}
 ${AUTOCONF} --version >/dev/null 2>/dev/null \
index 8dc1b0cd72d7cfaa993405499cf99c7c6b2c5f11..5f4fe78c73d83ca5ce7ce84e7a3c733dc41532c0 100755 (executable)
@@ -3,7 +3,7 @@
 
 # Test the autopoint program, with Automake.
 
-required_gettext_version=0.19.2
+required_gettext_version=0.19.3
 
 : ${AUTOCONF=autoconf}
 ${AUTOCONF} --version >/dev/null 2>/dev/null \