]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
Prepare for next release candidate. v2.2.7b
authorGary V. Vaughan <gary@gnu.org>
Thu, 20 May 2010 21:24:18 +0000 (04:24 +0700)
committerGary V. Vaughan <gary@gnu.org>
Thu, 20 May 2010 21:24:18 +0000 (04:24 +0700)
* configure.ac, libltdl/configure.ac (AC_INIT): Bump version
number to 2.2.7b.
* libltdl/m4/libtool.m4, libltdl/m4/ltdl.m4,
libltdl/m4/ltoptions.m4, libltdl/m4/lt~obsolete.m4: These files
have been updated without a serial bump since the last release.
* libltdl/Makefile.inc (LTDL_VERSION_INFO): Bump Revision, to
account for bugfixes since the last release.
* libltdl/config/install-sh, libltdl/config/config.guess,
libltdl/config/config.sub, libltdl/config/texinfo.tex,
INSTALL: Updated from canonical source.
* NEWS: Update with missing entries from ChangeLog.
* HACKING: Note workaround for developer tool-path leakage bug.

ChangeLog
HACKING
NEWS
configure.ac
libltdl/Makefile.inc
libltdl/configure.ac
libltdl/m4/libtool.m4
libltdl/m4/ltdl.m4
libltdl/m4/ltoptions.m4
libltdl/m4/lt~obsolete.m4

index d8734bddb45a5af8563653f1ac7d3cf091260c35..ea31044eb0e55014dbb22d391935528c41952084 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,19 @@
 2010-05-21  Gary V. Vaughan  <gary@gnu.org>
 
+       Prepare for next release candidate.
+       * configure.ac, libltdl/configure.ac (AC_INIT): Bump version
+       number to 2.2.7b.
+       * libltdl/m4/libtool.m4, libltdl/m4/ltdl.m4,
+       libltdl/m4/ltoptions.m4, libltdl/m4/lt~obsolete.m4: These files
+       have been updated without a serial bump since the last release.
+       * libltdl/Makefile.inc (LTDL_VERSION_INFO): Bump Revision, to
+       account for bugfixes since the last release.
+       * libltdl/config/install-sh, libltdl/config/config.guess,
+       libltdl/config/config.sub, libltdl/config/texinfo.tex,
+       INSTALL: Updated from canonical source.
+       * NEWS: Update with missing entries from ChangeLog.
+       * HACKING: Note workaround for developer tool-path leakage bug.
+
        Skip some tests in --disable-ltdl-install mode.
        * tests/dlloader-api.at, tests/exceptions.at,
        tests/lalib-syntax.at, tests/loadlibrary.at,
diff --git a/HACKING b/HACKING
index 08b6a6126435cead230c545d4567f6577deed8c1..cbd3cfd95ba06a786168f59470a4a479b6317e68 100644 (file)
--- a/HACKING
+++ b/HACKING
@@ -683,6 +683,15 @@ or obtained by writing to the Free Software Foundation, Inc.,
 
 * Update NEWS, ChangeLog.
 
+* Until the bug that leaks developer tool paths into the release tarballs
+  from ./bootstrap is fixed, make sure the right tools are first in your
+  PATH and then:
+       export EGREP=egrep
+       export FGREP=fgrep
+       export GREP=grep
+       export MAKE=make
+       export SED=sed
+
 * Run ./bootstrap.
 
 * Run ./configure (or create a build directory first and run configure
diff --git a/NEWS b/NEWS
index ac5a40c5407fe8f76aec4819899363e60d121290..864a6de18f589db873bdaee20471399894182aab 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
 NEWS - list of user-visible changes between releases of GNU Libtool
 
-New in 2.2.8 2010-??-??: git version 2.2.7a, Libtool team:
+New in 2.2.7b 2010-05-20: git version 2.2.7a, Libtool team:
 
 * New features:
 
index 56325f73fc60af00ba14a5a08c719fe6be0295b1..7770031b44cff09264e43d63225c68bad1b87033 100644 (file)
@@ -30,7 +30,7 @@ dnl Oldest automake required for bootstrap is below in AM_INIT_AUTOMAKE.
 ## ------------------------ ##
 ## Autoconf initialisation. ##
 ## ------------------------ ##
-AC_INIT([libtool], [2.2.7a], [bug-libtool@gnu.org])
+AC_INIT([libtool], [2.2.7b], [bug-libtool@gnu.org])
 AC_CONFIG_HEADERS([config.h:config-h.in])
 AC_CONFIG_SRCDIR([libtoolize.in])
 LT_CONFIG_LTDL_DIR([libltdl], [nonrecursive])
index f2108901d0004a7faa8ebe252942ec93ae66e4d2..6b8db4e37548c0c663e909235050b4bce144f38e 100644 (file)
@@ -36,7 +36,7 @@ AM_CPPFLAGS          += -DLT_CONFIG_H='<$(LT_CONFIG_H)>' \
                          -DLTDL -I. -I$(srcdir) -Ilibltdl \
                          -I$(srcdir)/libltdl -I$(srcdir)/libltdl/libltdl
 AM_LDFLAGS            += -no-undefined
-LTDL_VERSION_INFO      = -version-info 9:1:2
+LTDL_VERSION_INFO      = -version-info 9:2:2
 
 noinst_LTLIBRARIES     += $(LT_DLLOADERS)
 
index 794f8b19dee631651744005e1594379e1126171e..7522611fac8a02ec297568ed9eaa80ddcdc3787c 100644 (file)
@@ -40,7 +40,7 @@ AC_PREREQ(2.59)dnl We use AS_HELP_STRING
 ## ------------------------ ##
 ## Autoconf initialisation. ##
 ## ------------------------ ##
-AC_INIT([libltdl], [2.2.7a], [bug-libtool@gnu.org])
+AC_INIT([libltdl], [2.2.7b], [bug-libtool@gnu.org])
 AC_CONFIG_HEADERS([config.h:config-h.in])
 AC_CONFIG_SRCDIR([ltdl.c])
 AC_CONFIG_AUX_DIR([config])
index 685ac0c5d372d0fa2cc4c922ae5cf7d7b38de763..22924a86f47d92afd9dd5344b7a5b61a4346f2dc 100644 (file)
@@ -39,7 +39,7 @@ m4_define([_LT_COPYING], [dnl
 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
 ])
 
-# serial 56 LT_INIT
+# serial 57 LT_INIT
 
 
 # LT_PREREQ(VERSION)
index 111fac1e9fce0d6e4eccfca9fc031f5a91dbcc66..93de12a13066056cd47c4c507321c745ecc1796a 100644 (file)
@@ -7,7 +7,7 @@
 # unlimited permission to copy and/or distribute it, with or without
 # modifications, as long as this notice is preserved.
 
-# serial 17 LTDL_INIT
+# serial 18 LTDL_INIT
 
 # LT_CONFIG_LTDL_DIR(DIRECTORY, [LTDL-MODE])
 # ------------------------------------------
index 5ef12ced2a81d6b6da1d643222fbce41ec4482f1..17cfd51c0b34ed2f118b8b5d4d28947889eec9c3 100644 (file)
@@ -8,7 +8,7 @@
 # unlimited permission to copy and/or distribute it, with or without
 # modifications, as long as this notice is preserved.
 
-# serial 6 ltoptions.m4
+# serial 7 ltoptions.m4
 
 # This is to help aclocal find these macros, as it can't see m4_define.
 AC_DEFUN([LTOPTIONS_VERSION], [m4_if([1])])
index bf92b5e0790a4b1d39cc75ce05c4df4d24e87e01..c573da90c5ccebffba4dce9a6462036bfa986d5f 100644 (file)
@@ -7,7 +7,7 @@
 # unlimited permission to copy and/or distribute it, with or without
 # modifications, as long as this notice is preserved.
 
-# serial 4 lt~obsolete.m4
+# serial 5 lt~obsolete.m4
 
 # These exist entirely to fool aclocal when bootstrapping libtool.
 #