+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.
-Version 0.18.2 - October 2011
+Version 0.18.2 - December 2012
* xgettext now understands the block comment syntax of Guile 2.0.
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.
\f
Version 0.18.1 - June 2010
# 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.
+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.
# 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:
/* Version number: (major<<16) + (minor<<8) + subminor */
-#define LIBINTL_VERSION 0x001201
+#define LIBINTL_VERSION 0x001202
extern int libintl_version;
+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.
# 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.
/* =========================== Meta Information ============================ */
/* Version number: (major<<16) + (minor<<8) + subminor */
-#define LIBGETTEXTPO_VERSION 0x001201
+#define LIBGETTEXTPO_VERSION 0x001202
extern int libgettextpo_version;
/* ================================= Types ================================= */
# 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