Check that gnulib/lib/{localcharset.h,localcharset.c,config.charset}
agrees with it, except for copyright header changes.
+- Update Origin version in
+ gettext-runtime/po/Makefile.in.in and
+ gettext-tools/po/Makefile.in.in
+ if these files have changed since the last release.
+
- Update the version numbers in
gettext-runtime/m4/po.m4
gettext-runtime/po/Makefile.in.in
gettext-runtime/intl/libgnuintl.h.in
gettext-tools/libgettextpo/gettext-po.h.in
-- Update Origin version in
- gettext-runtime/po/Makefile.in.in and
- gettext-tools/po/Makefile.in.in
- if these files have changed since the last release.
-
- Update -version-info arguments in gettext-runtime/intl/Makefile.in
and in gettext-tools/libgettextpo/Makefile.am.
* increment LTV_REVISION,
+2010-06-03 Bruno Haible <bruno@clisp.org>
+
+ * version.sh: Bump to 0.18.1.
+ * autogen.sh: Record the gnulib version that is being used.
+
2010-06-03 Bruno Haible <bruno@clisp.org>
Deprecate the --with-cvs option.
# 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 release was prepared using gnulib commit
-# 190bf61ecbb3727a3dd742498938be9e251f9315 from 2010-05-09.)
+# (The gettext-0.18.1 release was prepared using gnulib commit
+# 74d509383fe30bb5511a978b52e4f8ecae37826b from 2010-06-03.)
#
# Usage from a released tarball: ./autogen.sh --quick --skip-gnulib
# This does not use a gnulib checkout.
+2010-06-03 Bruno Haible <bruno@clisp.org>
+
+ * libgnuintl.h.in (LIBINTL_VERSION): Bump to 0.18.1.
+ * Makefile.in (LTV_CURRENT, LTV_REVISION, LTV_AGE): Bump to 9:1:1.
+
2010-05-20 Bruno Haible <bruno@clisp.org>
* gettextP.h (_nl_locale_name): Comment out declaration.
# Maintainers of other packages that include the intl directory must *not*
# change these values.
LTV_CURRENT=9
-LTV_REVISION=0
+LTV_REVISION=1
LTV_AGE=1
.SUFFIXES:
/* Version number: (major<<16) + (minor<<8) + subminor */
-#define LIBINTL_VERSION 0x001200
+#define LIBINTL_VERSION 0x001201
extern int libintl_version;
+2010-06-03 Bruno Haible <bruno@clisp.org>
+
+ * gettext-po.h.in (LIBGETTEXTPO_VERSION): Bump version number.
+ * Makefile.am (LTV_CURRENT, LTV_REVISION, LTV_AGE): Bump to 5:1:5.
+
2010-05-09 Bruno Haible <bruno@clisp.org>
* gettext-0.18 released.
# Libtool's library version information for libgettextpo.
# See the libtool documentation, section "Library interface versions".
LTV_CURRENT=5
-LTV_REVISION=0
+LTV_REVISION=1
LTV_AGE=5
# How to build libgettextpo.la.
/* =========================== Meta Information ============================ */
/* Version number: (major<<16) + (minor<<8) + subminor */
-#define LIBGETTEXTPO_VERSION 0x001200
+#define LIBGETTEXTPO_VERSION 0x001201
extern int libgettextpo_version;
/* ================================= Types ================================= */
# Version number and release date.
-VERSION_NUMBER=0.18
-RELEASE_DATE=2010-05-09 # in "date +%Y-%m-%d" format
+VERSION_NUMBER=0.18.1
+RELEASE_DATE=2010-06-04 # in "date +%Y-%m-%d" format