]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* NEWS: Update for Cygwin changes.
authorCharles Wilson <libtool@cwilson.fastmail.fm>
Sun, 28 Jan 2007 20:23:57 +0000 (20:23 +0000)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Sun, 28 Jan 2007 20:23:57 +0000 (20:23 +0000)
ChangeLog
NEWS

index c16f2c56615d751024db5cd2232d1d5d3834e0f9..0fc5afac7065dd193adc1aca2c58348829f46bc0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,13 @@
-2007-01-29  Brian W. Barrett <bbarrett@lanl.gov>
+2007-01-28  Charles Wilson  <libtool@cwilson.fastmail.fm>
+
+       * NEWS: Update for Cygwin changes.
+
+2007-01-28  Brian W. Barrett <bbarrett@lanl.gov>
 
        * libltdl/config/ltmain.m4sh [darwin]: Use otool64 if otool fails.
 
 2007-01-28  Dave Brolley  <brolley@redhat.com>,
-            Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+           Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 
        * libltdl/ltdl.c (lt_dlexit): Make sure that 'cur' is not NULL
        before checking that it is still in the list.
diff --git a/NEWS b/NEWS
index bf6431cb2be397236e5cd31d2d9199b3d07e8cb9..57d9064309d4c02d3d82466a3ad014d230858487 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -39,6 +39,10 @@ New in 1.9h: 2005-??-??; CVS version 2.1a, Libtool team:
 * The Libtool and libltdl macros and the testsuite now assume a C89
   environment, consequently do not test for headers such as string.h,
   strings.h, memory.h any more.
+* Fix regression in libltdl symbol exports on Cygwin. Side effect:
+  LT_GLOBAL_DATA and LT_SCOPE are now explicitly defined as
+  declspec(dllexport), bypassing auto-export logic on Cygwin.
+  This tracks existing behavior on MinGW.
 * Bug fixes.
 \f
 New in 1.9f: 2004-10-23; CVS version 1.9e, Libtool team: