From b4b34c72044e8da25fd5fbc4c37c1be2f2916c8e Mon Sep 17 00:00:00 2001 From: Daiki Ueno Date: Wed, 15 Oct 2014 16:33:01 +0900 Subject: [PATCH] Prepare for 0.19.3 --- gettext-runtime/intl/ChangeLog | 4 ++++ gettext-runtime/intl/libgnuintl.in.h | 2 +- gettext-tools/libgettextpo/ChangeLog | 4 ++++ gettext-tools/libgettextpo/gettext-po.in.h | 2 +- gettext-tools/misc/ChangeLog | 4 ++++ gettext-tools/misc/autopoint.in | 2 +- gettext-tools/tests/ChangeLog | 5 +++++ gettext-tools/tests/autopoint-2 | 2 +- gettext-tools/tests/autopoint-3 | 2 +- 9 files changed, 22 insertions(+), 5 deletions(-) diff --git a/gettext-runtime/intl/ChangeLog b/gettext-runtime/intl/ChangeLog index 2dba17dcb..069cc44a5 100644 --- a/gettext-runtime/intl/ChangeLog +++ b/gettext-runtime/intl/ChangeLog @@ -1,3 +1,7 @@ +2014-10-15 Daiki Ueno + + * libgnuintl.in.h (LIBINTL_VERSION): Bump to 0.19.3. + 2014-09-30 Daiki Ueno * localcharset.c, localename.c, vasnprintf.c: Update from Gnulib. diff --git a/gettext-runtime/intl/libgnuintl.in.h b/gettext-runtime/intl/libgnuintl.in.h index d7d2cdd16..84fafc68f 100644 --- a/gettext-runtime/intl/libgnuintl.in.h +++ b/gettext-runtime/intl/libgnuintl.in.h @@ -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; diff --git a/gettext-tools/libgettextpo/ChangeLog b/gettext-tools/libgettextpo/ChangeLog index 4a364b900..46f7a00c9 100644 --- a/gettext-tools/libgettextpo/ChangeLog +++ b/gettext-tools/libgettextpo/ChangeLog @@ -1,3 +1,7 @@ +2014-10-15 Daiki Ueno + + * gettext-po.in.h (LIBGETTEXTPO_VERSION): Bump to 0.19.3. + 2014-07-14 Daiki Ueno * gettext 0.19.2 released. diff --git a/gettext-tools/libgettextpo/gettext-po.in.h b/gettext-tools/libgettextpo/gettext-po.in.h index c88764b0d..131efe3e3 100644 --- a/gettext-tools/libgettextpo/gettext-po.in.h +++ b/gettext-tools/libgettextpo/gettext-po.in.h @@ -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 ================================= */ diff --git a/gettext-tools/misc/ChangeLog b/gettext-tools/misc/ChangeLog index 4e8b34555..069b52f54 100644 --- a/gettext-tools/misc/ChangeLog +++ b/gettext-tools/misc/ChangeLog @@ -1,3 +1,7 @@ +2014-10-15 Daiki Ueno + + * autopoint.in: Update for 0.19.3. + 2014-10-10 Eric Blake autopoint: Fix infinite recursion when tracing configure.ac diff --git a/gettext-tools/misc/autopoint.in b/gettext-tools/misc/autopoint.in index 87ee374d5..fbde69d3e 100644 --- a/gettext-tools/misc/autopoint.in +++ b/gettext-tools/misc/autopoint.in @@ -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 diff --git a/gettext-tools/tests/ChangeLog b/gettext-tools/tests/ChangeLog index 418612103..9f1364f45 100644 --- a/gettext-tools/tests/ChangeLog +++ b/gettext-tools/tests/ChangeLog @@ -1,3 +1,8 @@ +2014-10-15 Daiki Ueno + + * autopoint-2 (required_gettext_version): Update to 0.19.3. + * autopoint-3 (required_gettext_version): Likewise. + 2014-10-12 Daiki Ueno tests: Avoid sed error on Mac OS X when dealing with binary input diff --git a/gettext-tools/tests/autopoint-2 b/gettext-tools/tests/autopoint-2 index fe6ff9c68..0a283a968 100755 --- a/gettext-tools/tests/autopoint-2 +++ b/gettext-tools/tests/autopoint-2 @@ -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 \ diff --git a/gettext-tools/tests/autopoint-3 b/gettext-tools/tests/autopoint-3 index 8dc1b0cd7..5f4fe78c7 100755 --- a/gettext-tools/tests/autopoint-3 +++ b/gettext-tools/tests/autopoint-3 @@ -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 \ -- 2.47.2