From: Alexandre Oliva Date: Thu, 27 May 1999 10:56:10 +0000 (+0000) Subject: * NEWS: Mention the two bugfixes below. X-Git-Tag: release-1-3b~40 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c46e183ca108e6474a27579d2215a04a89d6159f;p=thirdparty%2Flibtool.git * NEWS: Mention the two bugfixes below. --- diff --git a/ChangeLog b/ChangeLog index 939b14f38..98745141f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 1999-05-27 Alexandre Oliva + * NEWS: Mention the two bugfixes below. + * ltmain.in: Only create directory into which to extract convenience libraries when $convenience is not empty. It would always be created on systems that did not support diff --git a/NEWS b/NEWS index 981cb8c79..56627df1c 100644 --- a/NEWS +++ b/NEWS @@ -16,6 +16,10 @@ New in 1.3b: 1999-??-??; CVS version 1.3a, Libtool team: * New demos and tests * Various bugfixes +New in CVS version 1.3.2a, Libtool team: +* Do not pass -whole-archive or equivalent to symbol extractor. +* Create directory to expand convenience libraries only when needed. + New in 1.3.2: 1999-05-26, CVS version 1.3.1a, Libtool team: * Avoid circular links of objects and libraries. * Look for dlerror when dlopen was found in -ldl (typo).