]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* NEWS: Mention the two bugfixes below.
authorAlexandre Oliva <oliva@dcc.unicamp.br>
Thu, 27 May 1999 10:56:09 +0000 (10:56 +0000)
committerAlexandre Oliva <aoliva@redhat.com>
Thu, 27 May 1999 10:56:09 +0000 (10:56 +0000)
ChangeLog
NEWS

index 0f32067b25b7cb7b1953f61f9b0d85309c683434..bac9d7eb8da6a09665291e5ea401f9ea80469004 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 1999-05-27  Alexandre Oliva  <oliva@dcc.unicamp.br>
 
+       * 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 5b70a1183b2b9f0ba9d92cfc33ae35977334b458..d045d73eca759279acfc13380dc8b7cfc4cb5e01 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,9 @@
 NEWS - list of user-visible changes between releases of GNU Libtool
 
+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.
+\f
 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).