Prepare for 2.2.6b release.

NEWS, configure.ac, libltdl/configure.ac, libltdl/Makefile.am:
Update.
This commit is contained in:
Peter O'Gorman 2009-11-14 13:58:19 -06:00
parent 472f309d07
commit 68a6555c1b
4 changed files with 19 additions and 2 deletions

View File

@ -1,3 +1,9 @@
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.

11
NEWS
View File

@ -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:

View File

@ -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])

View File

@ -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])