From: Ralf Wildenhues Date: Sat, 1 Sep 2007 10:55:42 +0000 (+0000) Subject: * NEWS: Update. X-Git-Tag: release-2-1b~69 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e14f5d12aefa9b05e0679198a06f00917140ae6c;p=thirdparty%2Flibtool.git * NEWS: Update. --- diff --git a/ChangeLog b/ChangeLog index 912c16e77..ec8d6db2e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2007-09-01 Ralf Wildenhues + * NEWS: Update. + * libltdl/ltdl.c (trim): Fix possible write beyond array bound. * libltdl/ltdl.c (lt_dlopenadvise): Instead of asserting, return diff --git a/NEWS b/NEWS index efb79400b..472d11082 100644 --- a/NEWS +++ b/NEWS @@ -96,6 +96,9 @@ New in 2.1a: 2007-??-??; CVS version 2.1a, Libtool team: - Improve linking with C++ libraries on Solaris with Sun compiler. - Fix installation of libraries that are required by installation commands such as `ln' or `rm'. + - More robust parsing of mangled `.la' files inside libltdl, fixing a + possible overrun and a crash due to memory exhaustion. + - Fix compile command line for gcj on MinGW. - Loads of smaller bug fixes.