]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Prepare for 0.15.1.
authorBruno Haible <bruno@clisp.org>
Mon, 2 Oct 2006 15:38:44 +0000 (15:38 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:14:03 +0000 (12:14 +0200)
ChangeLog
NEWS
gettext-runtime/NEWS
version.sh

index 2d40c8fcbb8e2a5cc1c037fb698f6c7726b37552..25ebfcb2418fd016c4e20d99602893e1273325d6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2006-10-02  Bruno Haible  <bruno@clisp.org>
+
+       * version.sh: Bump version number to 0.15.1.
+
 2006-10-02  Bruno Haible  <bruno@clisp.org>
 
        * build-aux/config.sub: Update to GNU version 2006-09-20.
diff --git a/NEWS b/NEWS
index afbdae9fa025c6fcaf88cb76f4ced40b9b6e4d4a..e270d8b0d396e4aec9b045ab00997b253ee814aa 100644 (file)
--- 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
index 1fadcb458dee88ca1df433438122c889a8a6aa9f..75b7c9681d1b89a9ae03544685094a3772b7a0b3 100644 (file)
@@ -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.
+\f
 Version 0.14.4 - April 2005
 
 * The gettext autoconf macros will now work with the forthcoming g++ 4.0.
index eb528f86bc5faa651f7fcc5620e5fcd3bc727565..4100de40888b56ca3566ec34287bff97688abd10 100644 (file)
@@ -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