]> 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:10 +0000 (10:56 +0000)
committerAlexandre Oliva <aoliva@redhat.com>
Thu, 27 May 1999 10:56:10 +0000 (10:56 +0000)
ChangeLog
NEWS

index 939b14f380c6bd500086d3db3886cfc1faef4b68..98745141fba94f165aa55d2f4e171db68f1b4668 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 981cb8c7922b7c59ef390cba2ed376be71011f9b..56627df1cc7a8b0ad1a254e6f6e14f1b2fe2ba36 100644 (file)
--- 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
 \f
+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).