summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaiki Ueno <ueno@gnu.org>2014-12-09 17:44:38 +0900
committerDaiki Ueno <ueno@gnu.org>2014-12-24 15:32:05 +0900
commitbae5495f843aea100b7835279027d264355e3607 (patch)
tree570df89ccdb26b94fe5efc0962f3b7d796a1dc75
parentd91696cf9c11574b1316be71959caf7b297d8150 (diff)
downloadexternal_gettext-bae5495f843aea100b7835279027d264355e3607.zip
external_gettext-bae5495f843aea100b7835279027d264355e3607.tar.gz
external_gettext-bae5495f843aea100b7835279027d264355e3607.tar.bz2
Prepare for 0.19.4
-rw-r--r--gettext-runtime/intl/ChangeLog5
-rw-r--r--gettext-runtime/intl/Makefile.in2
-rw-r--r--gettext-runtime/intl/libgnuintl.in.h2
-rw-r--r--gettext-tools/libgettextpo/ChangeLog5
-rw-r--r--gettext-tools/libgettextpo/Makefile.am2
-rw-r--r--gettext-tools/libgettextpo/gettext-po.in.h2
-rw-r--r--gettext-tools/misc/ChangeLog4
-rw-r--r--gettext-tools/misc/autopoint.in2
-rw-r--r--gettext-tools/misc/po-mode.el2
-rwxr-xr-xgettext-tools/tests/autopoint-22
-rwxr-xr-xgettext-tools/tests/autopoint-32
11 files changed, 22 insertions, 8 deletions
diff --git a/gettext-runtime/intl/ChangeLog b/gettext-runtime/intl/ChangeLog
index 6a4517e..c6c98e9 100644
--- a/gettext-runtime/intl/ChangeLog
+++ b/gettext-runtime/intl/ChangeLog
@@ -1,3 +1,8 @@
+2014-12-24 Daiki Ueno <ueno@gnu.org>
+
+ * libgnuintl.in.h (LIBINTL_VERSION): Bump to 0.19.4.
+ * Makefile.in (LTV_CURRENT, LTV_REVISION, LTV_AGE): Bump to 9:3:1.
+
2014-12-04 Daiki Ueno <ueno@gnu.org>
intl: Make the LCOV workaround non-intrusive
diff --git a/gettext-runtime/intl/Makefile.in b/gettext-runtime/intl/Makefile.in
index d18a99f..2acfb2e 100644
--- a/gettext-runtime/intl/Makefile.in
+++ b/gettext-runtime/intl/Makefile.in
@@ -238,7 +238,7 @@ libintl.la libgnuintl.la: $(OBJECTS) $(OBJECTS_RES_@WOE32@)
# Maintainers of other packages that include the intl directory must *not*
# change these values.
LTV_CURRENT=9
-LTV_REVISION=2
+LTV_REVISION=3
LTV_AGE=1
.SUFFIXES:
diff --git a/gettext-runtime/intl/libgnuintl.in.h b/gettext-runtime/intl/libgnuintl.in.h
index 84fafc6..1487144 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 0x001303
+#define LIBINTL_VERSION 0x001304
extern int libintl_version;
diff --git a/gettext-tools/libgettextpo/ChangeLog b/gettext-tools/libgettextpo/ChangeLog
index 6b6e769..8e701c5 100644
--- a/gettext-tools/libgettextpo/ChangeLog
+++ b/gettext-tools/libgettextpo/ChangeLog
@@ -1,3 +1,8 @@
+2014-12-24 Daiki Ueno <ueno@gnu.org>
+
+ * gettext-po.in.h (LIBGETTEXTPO_VERSION): Bump to 0.19.4.
+ * Makefile.am (LTV_CURRENT, LTV_REVISION, LTV_AGE): Bump to 5:3:5.
+
2014-10-15 Daiki Ueno <ueno@gnu.org>
* gettext 0.19.3 released.
diff --git a/gettext-tools/libgettextpo/Makefile.am b/gettext-tools/libgettextpo/Makefile.am
index ac0fcf2..b4c07f7 100644
--- a/gettext-tools/libgettextpo/Makefile.am
+++ b/gettext-tools/libgettextpo/Makefile.am
@@ -95,7 +95,7 @@ libgettextpo_la_AUXSOURCES = \
# Libtool's library version information for libgettextpo.
# See the libtool documentation, section "Library interface versions".
LTV_CURRENT=5
-LTV_REVISION=2
+LTV_REVISION=3
LTV_AGE=5
# How to build libgettextpo.la.
diff --git a/gettext-tools/libgettextpo/gettext-po.in.h b/gettext-tools/libgettextpo/gettext-po.in.h
index 131efe3..c190d8f 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 0x001303
+#define LIBGETTEXTPO_VERSION 0x001304
extern int libgettextpo_version;
/* ================================= Types ================================= */
diff --git a/gettext-tools/misc/ChangeLog b/gettext-tools/misc/ChangeLog
index b754494..a855532 100644
--- a/gettext-tools/misc/ChangeLog
+++ b/gettext-tools/misc/ChangeLog
@@ -1,3 +1,7 @@
+2014-12-24 Daiki Ueno <ueno@gnu.org>
+
+ * po-mode.el (po-mode-version-string): Bump to 0.23.
+
2014-10-15 Daiki Ueno <ueno@gnu.org>
* gettext 0.19.3 released.
diff --git a/gettext-tools/misc/autopoint.in b/gettext-tools/misc/autopoint.in
index fbde69d..ff97874 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.3 )
+ 0.19 | 0.19.1 | 0.19.2 | 0.19.3 | 0.19.4 )
;;
*)
func_fatal_error "The AM_GNU_GETTEXT_VERSION declaration in your $configure_in
diff --git a/gettext-tools/misc/po-mode.el b/gettext-tools/misc/po-mode.el
index cd191b1..11ce7b1 100644
--- a/gettext-tools/misc/po-mode.el
+++ b/gettext-tools/misc/po-mode.el
@@ -62,7 +62,7 @@
;;; Code:
-(defconst po-mode-version-string "2.22" "\
+(defconst po-mode-version-string "2.23" "\
Version number of this version of po-mode.el.")
;;; Emacs portability matters - part I.
diff --git a/gettext-tools/tests/autopoint-2 b/gettext-tools/tests/autopoint-2
index 0a283a9..7820706 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.3
+required_gettext_version=0.19.4
: ${AUTOCONF=autoconf}
${AUTOCONF} --version >/dev/null 2>/dev/null \
diff --git a/gettext-tools/tests/autopoint-3 b/gettext-tools/tests/autopoint-3
index 5f4fe78..c128b4d 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.3
+required_gettext_version=0.19.4
: ${AUTOCONF=autoconf}
${AUTOCONF} --version >/dev/null 2>/dev/null \