From: Gary V. Vaughan Date: Wed, 22 Sep 2010 14:42:13 +0000 (+0700) Subject: Release 2.4. X-Git-Tag: v2.4^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e9170e0daf1880db04269434ab0ef8872b9cb4f7;p=thirdparty%2Flibtool.git Release 2.4. * libltdl/Makefile.inc (LTDL_VERSION_INFO): We've added the static libprefix interface, so new version-info is C+1:0:R+1. * configure.ac, libltdl/configure.ac (AC_INIT): Bump version numbers. * NEWS: Update version number. Signed-off-by: Gary V. Vaughan --- diff --git a/ChangeLog b/ChangeLog index 4bbfd8534..852dcc64b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,12 @@ 2010-09-22 Gary V. Vaughan + Release 2.4. + * libltdl/Makefile.inc (LTDL_VERSION_INFO): We've added the + static libprefix interface, so new version-info is C+1:0:R+1. + * configure.ac, libltdl/configure.ac (AC_INIT): Bump version + numbers. + * NEWS: Update version number. + manual: web-manual index.html clashes with @node Index. * doc/libtool.texi (Index): Renamed to `Combined Index'. diff --git a/NEWS b/NEWS index 1d4419b76..8ab71b498 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,6 @@ NEWS - list of user-visible changes between releases of GNU Libtool -New in 2.2.12 2010-08-??: git version 2.2.11a, Libtool team: +New in 2.4 2010-09-22: git version 2.2.11a, Libtool team: * New features: diff --git a/configure.ac b/configure.ac index 131cd3b6b..b026c6c6f 100644 --- a/configure.ac +++ b/configure.ac @@ -31,7 +31,7 @@ dnl Oldest automake required for bootstrap is below in AM_INIT_AUTOMAKE. ## ------------------------ ## ## Autoconf initialisation. ## ## ------------------------ ## -AC_INIT([GNU Libtool], [2.2.11a], [bug-libtool@gnu.org]) +AC_INIT([GNU Libtool], [2.4], [bug-libtool@gnu.org]) m4_ifndef([AC_PACKAGE_URL], [AC_SUBST([PACKAGE_URL], [http://www.gnu.org/software/libtool/])]) AC_CONFIG_HEADERS([config.h:config-h.in]) diff --git a/libltdl/Makefile.inc b/libltdl/Makefile.inc index 6b8db4e37..adf2aad82 100644 --- a/libltdl/Makefile.inc +++ b/libltdl/Makefile.inc @@ -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:2:2 +LTDL_VERSION_INFO = -version-info 10:0:3 noinst_LTLIBRARIES += $(LT_DLLOADERS) diff --git a/libltdl/configure.ac b/libltdl/configure.ac index 4f7122154..c933fdc86 100644 --- a/libltdl/configure.ac +++ b/libltdl/configure.ac @@ -40,7 +40,7 @@ AC_PREREQ(2.59)dnl We use AS_HELP_STRING ## ------------------------ ## ## Autoconf initialisation. ## ## ------------------------ ## -AC_INIT([libltdl], [2.2.11a], [bug-libtool@gnu.org]) +AC_INIT([libltdl], [2.4], [bug-libtool@gnu.org]) AC_CONFIG_HEADERS([config.h:config-h.in]) AC_CONFIG_SRCDIR([ltdl.c]) AC_CONFIG_AUX_DIR([config])