From: Peter O'Gorman Date: Sat, 14 Nov 2009 19:58:19 +0000 (-0600) Subject: Prepare for 2.2.6b release. X-Git-Tag: v2.2.6b~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=68a6555c1bc5e5c7f12be0506ca6591a94008977;p=thirdparty%2Flibtool.git Prepare for 2.2.6b release. NEWS, configure.ac, libltdl/configure.ac, libltdl/Makefile.am: Update. --- diff --git a/ChangeLog b/ChangeLog index bf52f46b0..215b2f709 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2009-11-14 Peter O'Gorman + + Prepare for 2.2.6b release. + * NEWS, configure.ac, libltdl/configure.ac, libltdl/Makefile.am: + Update. + 2009-11-14 Bob Friesenhahn Don't load module.la from current directory by default. diff --git a/NEWS b/NEWS index dfdc48b25..d2d05be00 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,16 @@ NEWS - list of user-visible changes between releases of GNU Libtool +New in 2.2.6b 2009-11-14: Libtool team: + +* Bug fixes: + + - Fixed libltdl to no longer attempt to dlopen() the old_library + listed in the .la file. Now will use only the preopen loader to + attempt to load it. This may be a security issue, all users are + advised to upgrade. + - Similarly, don't open module.la from the current directory, this + changes the behavior of libltdl to match the documentation. + New in 2.2.6 2008-09-05: git version 2.2.5a, Libtool team: * New features: diff --git a/configure.ac b/configure.ac index 9cf7131a3..3e20121b8 100644 --- a/configure.ac +++ b/configure.ac @@ -30,7 +30,7 @@ dnl Oldest automake required for bootstrap is below in AM_INIT_AUTOMAKE. ## ------------------------ ## ## Autoconf initialisation. ## ## ------------------------ ## -AC_INIT([libtool], [2.2.6], [bug-libtool@gnu.org]) +AC_INIT([libtool], [2.2.6b], [bug-libtool@gnu.org]) AC_CONFIG_HEADERS([config.h:config-h.in]) AC_CONFIG_SRCDIR([libtoolize.in]) LT_CONFIG_LTDL_DIR([libltdl], [nonrecursive]) diff --git a/libltdl/configure.ac b/libltdl/configure.ac index bb13fba91..6403c6893 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.6], [bug-libtool@gnu.org]) +AC_INIT([libltdl], [2.2.6b], [bug-libtool@gnu.org]) AC_CONFIG_HEADERS([config.h:config-h.in]) AC_CONFIG_SRCDIR([ltdl.c]) AC_CONFIG_AUX_DIR([config])