From: Bruno Haible Date: Mon, 2 Oct 2006 15:38:44 +0000 (+0000) Subject: Prepare for 0.15.1. X-Git-Tag: 0.16.x-branchpoint~120 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5510d92c6df74cf88e6bb1710181eb0ee7aa1408;p=thirdparty%2Fgettext.git Prepare for 0.15.1. --- diff --git a/ChangeLog b/ChangeLog index 2d40c8fcb..25ebfcb24 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2006-10-02 Bruno Haible + + * version.sh: Bump version number to 0.15.1. + 2006-10-02 Bruno Haible * build-aux/config.sub: Update to GNU version 2006-09-20. diff --git a/NEWS b/NEWS index afbdae9fa..e270d8b0d 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,5 @@ +Version 0.15.1 - October 2006 + * Interoperability with automake-1.10. * msgmerge is faster now on CPUs with multiple execution units, if compiled diff --git a/gettext-runtime/NEWS b/gettext-runtime/NEWS index 1fadcb458..75b7c9681 100644 --- a/gettext-runtime/NEWS +++ b/gettext-runtime/NEWS @@ -1,3 +1,16 @@ +Version 0.15.1 - October 2006 + +* Interoperability with automake-1.10. + +* Autoconf macros: + - The gettext autoconf macros now require autoconf 2.52 or newer. + - A new autoconf macro AM_GNU_GETTEXT_INTL_SUBDIR is added. It allows to + specify the presence of an intl/ subdirectory outside the AM_GNU_GETTEXT + invocation. + - A new autoconf macro AM_GNU_GETTEXT_NEED is added. It allows to specify + the requirements relating to the GNU gettext implementation outside the + AM_GNU_GETTEXT invocation. + Version 0.14.4 - April 2005 * The gettext autoconf macros will now work with the forthcoming g++ 4.0. diff --git a/version.sh b/version.sh index eb528f86b..4100de408 100644 --- a/version.sh +++ b/version.sh @@ -1,3 +1,3 @@ # Version number and release date. -VERSION_NUMBER=0.15 -RELEASE_DATE=2006-07-21 # in "date +%Y-%m-%d" format +VERSION_NUMBER=0.15.1 +RELEASE_DATE=2006-10-02 # in "date +%Y-%m-%d" format