+2009-11-14 Peter O'Gorman <peter@pogma.com>
+
+ Prepare for 2.2.6b release.
+ * NEWS, configure.ac, libltdl/configure.ac, libltdl/Makefile.am:
+ Update.
+
2009-11-14 Bob Friesenhahn <bfriesen@simple.dallas.tx.us>
Don't load module.la from current directory by default.
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:
## ------------------------ ##
## 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])
## ------------------------ ##
## 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])