]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
Prepare for 2.2.6b release.
authorPeter O'Gorman <peter@pogma.com>
Sat, 14 Nov 2009 19:58:19 +0000 (13:58 -0600)
committerPeter O'Gorman <peter@pogma.com>
Sun, 15 Nov 2009 20:20:13 +0000 (14:20 -0600)
NEWS, configure.ac, libltdl/configure.ac, libltdl/Makefile.am:
Update.

ChangeLog
NEWS
configure.ac
libltdl/configure.ac

index bf52f46b0819c1150713be7ad6e1e799cdab39cd..215b2f709b7ba063e6998d3d920dca39c111392b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
diff --git a/NEWS b/NEWS
index dfdc48b25223e530300f937517dd8f27ae9b0afd..d2d05be003e50694c3f71f65d013a8e52a804416 100644 (file)
--- 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:
index 9cf7131a3b3b3ffd55f3bd3ede3afb77a2c017fc..3e20121b8153d8f4f8b795cf4c951bfadd4bb872 100644 (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])
index bb13fba910c683d2428a63c34c214e8099234cd0..6403c68933acc14c99b676f7cde661ac91071cfc 100644 (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])