Prepare for 0.18.2.

This commit is contained in:
Daiki Ueno 2012-12-08 18:39:13 +09:00
parent 94d77889ad
commit 30c69f3c00
10 changed files with 32 additions and 12 deletions

View File

@ -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.

11
NEWS
View File

@ -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

View File

@ -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.

View File

@ -1,3 +1,8 @@
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.

View File

@ -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:

View File

@ -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;

View File

@ -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.

View File

@ -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.

View File

@ -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 ================================= */

View File

@ -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