diff options
author | Daiki Ueno <ueno@gnu.org> | 2012-12-08 18:39:13 +0900 |
---|---|---|
committer | Daiki Ueno <ueno@gnu.org> | 2012-12-25 14:16:50 +0900 |
commit | 30c69f3c0083d598d4c43a6ccea651e1e27b7e60 (patch) | |
tree | 4dc7a0fd08fdce9bed0628ec3485d1510e41b9c3 | |
parent | 94d77889ada54e8f9642c16d150acd11455e5b55 (diff) | |
download | external_gettext-30c69f3c0083d598d4c43a6ccea651e1e27b7e60.zip external_gettext-30c69f3c0083d598d4c43a6ccea651e1e27b7e60.tar.gz external_gettext-30c69f3c0083d598d4c43a6ccea651e1e27b7e60.tar.bz2 |
Prepare for 0.18.2.
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | NEWS | 11 | ||||
-rwxr-xr-x | autogen.sh | 4 | ||||
-rw-r--r-- | gettext-runtime/intl/ChangeLog | 5 | ||||
-rw-r--r-- | gettext-runtime/intl/Makefile.in | 2 | ||||
-rw-r--r-- | gettext-runtime/intl/libgnuintl.in.h | 2 | ||||
-rw-r--r-- | gettext-tools/libgettextpo/ChangeLog | 5 | ||||
-rw-r--r-- | gettext-tools/libgettextpo/Makefile.am | 2 | ||||
-rw-r--r-- | gettext-tools/libgettextpo/gettext-po.in.h | 2 | ||||
-rw-r--r-- | version.sh | 4 |
10 files changed, 32 insertions, 12 deletions
@@ -1,3 +1,10 @@ +2012-12-25 Daiki Ueno <ueno@gnu.org> + + * version.sh: Bump to 0.18.2. + * autogen.sh: Record the gnulib version that is being used. + * NEWS: Update the release date of 0.18.2. Reformat "Autoconf + macros" change. + 2012-12-21 Daiki Ueno <ueno@gnu.org> Fix W64 build errors. @@ -1,4 +1,4 @@ -Version 0.18.2 - October 2011 +Version 0.18.2 - December 2012 * xgettext now understands the block comment syntax of Guile 2.0. @@ -14,11 +14,14 @@ Version 0.18.2 - October 2011 dependencies against installed package size. --with-xz has the highest compression rate, followed by --with-git, followed by --with-bzip2. -* The autoconf macros installed by 'gettextize' now require Autoconf - version 2.60 or newer. +* Autoconf macros: + - The autoconf macros installed by 'gettextize' now work with the + forthcoming Automake 1.14 and require Autoconf version 2.60 or + newer. * Portability: - - Building on MacOS X 10.7 is now supported. + - Building on MacOS X 10.7, Cygwin 1.7.10, and newer 64-bit mingw is + now supported. Version 0.18.1 - June 2010 @@ -37,8 +37,8 @@ # Usage after a first-time git clone / cvs checkout: ./autogen.sh # Usage after a git clone / cvs update: ./autogen.sh --quick # This uses an up-to-date gnulib checkout. -# (The gettext-0.18.1 release was prepared using gnulib commit -# 74d509383fe30bb5511a978b52e4f8ecae37826b from 2010-06-03.) +# (The gettext-0.18.2 release was prepared using gnulib commit +# f022473fdaf724d84817c4003120b9a38fbf884b from 2012-12-19.) # # Usage from a released tarball: ./autogen.sh --quick --skip-gnulib # This does not use a gnulib checkout. diff --git a/gettext-runtime/intl/ChangeLog b/gettext-runtime/intl/ChangeLog index 31d02b3..29ec83e 100644 --- a/gettext-runtime/intl/ChangeLog +++ b/gettext-runtime/intl/ChangeLog @@ -1,5 +1,10 @@ 2012-12-25 Daiki Ueno <ueno@gnu.org> + * libgnuintl.in.h (LIBINTL_VERSION): Bump to 0.18.2. + * Makefile.in (LTV_CURRENT, LTV_REVISION, LTV_AGE): Bump to 9:2:1. + +2012-12-25 Daiki Ueno <ueno@gnu.org> + * intl-exports.c (IMP): Check __MINGW32__ as well as _WIN64. 2012-12-20 Daiki Ueno <ueno@gnu.org> diff --git a/gettext-runtime/intl/Makefile.in b/gettext-runtime/intl/Makefile.in index 4b35115..006d3b0 100644 --- a/gettext-runtime/intl/Makefile.in +++ b/gettext-runtime/intl/Makefile.in @@ -231,7 +231,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=1 +LTV_REVISION=2 LTV_AGE=1 .SUFFIXES: diff --git a/gettext-runtime/intl/libgnuintl.in.h b/gettext-runtime/intl/libgnuintl.in.h index 008f8b9..a1991d8 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 0x001201 +#define LIBINTL_VERSION 0x001202 extern int libintl_version; diff --git a/gettext-tools/libgettextpo/ChangeLog b/gettext-tools/libgettextpo/ChangeLog index d4cdbb0..e0c7904 100644 --- a/gettext-tools/libgettextpo/ChangeLog +++ b/gettext-tools/libgettextpo/ChangeLog @@ -1,3 +1,8 @@ +2012-12-08 Daiki Ueno <ueno@unixuser.org> + + * gettext-po.in.h (LIBGETTEXTPO_VERSION): Bump to 0.18.2. + * Makefile.am (LTV_CURRENT): Bump to 5:2:5. + 2010-11-07 Bruno Haible <bruno@clisp.org> Rename gettext-po.h.in to gettext-po.in.h. diff --git a/gettext-tools/libgettextpo/Makefile.am b/gettext-tools/libgettextpo/Makefile.am index c8fb05d..cf4a928 100644 --- a/gettext-tools/libgettextpo/Makefile.am +++ b/gettext-tools/libgettextpo/Makefile.am @@ -92,7 +92,7 @@ libgettextpo_la_AUXSOURCES = \ # Libtool's library version information for libgettextpo. # See the libtool documentation, section "Library interface versions". LTV_CURRENT=5 -LTV_REVISION=1 +LTV_REVISION=2 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 24fd8e9..e1e21ad 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 0x001201 +#define LIBGETTEXTPO_VERSION 0x001202 extern int libgettextpo_version; /* ================================= Types ================================= */ @@ -1,3 +1,3 @@ # Version number and release date. -VERSION_NUMBER=0.18.1 -RELEASE_DATE=2010-06-04 # in "date +%Y-%m-%d" format +VERSION_NUMBER=0.18.2 +RELEASE_DATE=2012-12-25 # in "date +%Y-%m-%d" format |