From: Daiki Ueno Date: Wed, 15 Oct 2014 07:33:01 +0000 (+0900) Subject: Prepare for 0.19.3 X-Git-Tag: v0.19.3~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b4b34c72044e8da25fd5fbc4c37c1be2f2916c8e;p=thirdparty%2Fgettext.git Prepare for 0.19.3 --- 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 \