]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
GNU Libtool 2.1b was released. release-2-1b
authorGary V. Vaughan <gary@gnu.org>
Thu, 31 Jan 2008 16:21:19 +0000 (16:21 +0000)
committerGary V. Vaughan <gary@gnu.org>
Thu, 31 Jan 2008 16:21:19 +0000 (16:21 +0000)
* configure.ac (AC_INIT): Bump version number to 2.1b.
* libltdl/Makefile.inc (LTDL_VERSION_INFO): Increment to account
for new interfaces since the last libltdl update.
* HACKING (Release Procedure): Note that LTDL_VERSION_INFO is now
kept in libltdl/Makefile.inc.

ChangeLog
HACKING
NEWS
configure.ac
libltdl/Makefile.inc

index 6a949d2550b969f3f22c81c3bbbff249c11c7bdd..6d1ea846c9da1ae28639d324d21e83eb36b255f4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2008-02-01  Gary V. Vaughan  <gary@gnu.org>
+
+       GNU Libtool 2.1b was released.
+
+       * configure.ac (AC_INIT): Bump version number to 2.1b.
+       * libltdl/Makefile.inc (LTDL_VERSION_INFO): Increment to account
+       for new interfaces since the last libltdl update.
+       * HACKING (Release Procedure): Note that LTDL_VERSION_INFO is now
+       kept in libltdl/Makefile.inc.
+
 2008-02-01  Gary V. Vaughan  <gary@gnu.org>
 
        * tests/cdemo, tests/depdemo, tests/fcdemo, tests/pdemo,
diff --git a/HACKING b/HACKING
index 02bdef0d6d648578a7d65ba1373aa34f5df89ec7..e18015f864d78d0d7aa701545fbcd4d8b61ddcad 100644 (file)
--- a/HACKING
+++ b/HACKING
@@ -651,8 +651,8 @@ or obtained by writing to the Free Software Foundation, Inc.,
   since last release (they should be updated in CVS along with commits that
   require it so that users can work with CVS snapshots).
 
-* Update the libltdl VERSION_INFO in Makefile.am for changes since the last
-  release.
+* Update the LTDL_VERSION_INFO in libltdl/Makefile.inc for changes since
+  the last release.
 
 * Update the version number in configure.ac.
   See http://www.gnu.org/software/libtool/contribute.html for details of
diff --git a/NEWS b/NEWS
index c6e9acf243f7a1ae9ec1b653a124b6be2e20284e..239cb7c86b9f701deda85fd4367dc3ae23fdecc3 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
 NEWS - list of user-visible changes between releases of GNU Libtool
 
-New in 2.1a: 2008-??-??; CVS version 2.1a, Libtool team:
+New in 2.1b: 2008-02-01; CVS version 2.1a, Libtool team:
 
 * Important incompatible changes and obsoleted features:
 
index b7c75f197472acf70452880d8d2300636debf298..d26ecc995242610cc76e70fc05601d89f752639c 100644 (file)
@@ -30,7 +30,7 @@ dnl Oldest automake required for bootstrap is below in AM_INIT_AUTOMAKE.
 ## ------------------------ ##
 ## Autoconf initialisation. ##
 ## ------------------------ ##
-AC_INIT([libtool], [2.1a], [bug-libtool@gnu.org])
+AC_INIT([libtool], [2.1b], [bug-libtool@gnu.org])
 AC_CONFIG_HEADERS([config.h:config-h.in])
 AC_CONFIG_SRCDIR([libtoolize.in])
 LT_CONFIG_LTDL_DIR([libltdl], [nonrecursive])
index dca1220f1f50114359adfd46a26edb5321eb448c..4b4e7b167389eb2efd63adafb03b5fe92a543d53 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 7:0:0
+LTDL_VERSION_INFO      = -version-info 8:0:1
 
 noinst_LTLIBRARIES     += $(LT_DLLOADERS)