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

index 484cdf766bb564d5562c8074ffbf2f7515d88f43..3ef6394e03b7dd28e2c813704abd92b5212549f1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-01-28  Charles Wilson  <libtool@cwilson.fastmail.fm>
+
+       * NEWS: Update for Cygwin changes.
+
 2007-01-28  Dave Brolley  <brolley@redhat.com>
 
        * libltdl/ltdl.c (lt_dlexit): Make sure that 'cur' is not NULL
diff --git a/NEWS b/NEWS
index 81e15761b41ba59f31644e5c324ca9a53f30d08d..8e86f242136e5efb21aaa7becdf4060321639141 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -16,6 +16,10 @@ New in 1.5.23a: 2006-??-??; CVS version 1.5.23a, Libtool team:
 * Search paths with GCC on multilib systems like x86_64 have been fixed.
 * The libtool --tag argument which has been supported since version 1.5
   is documented now.
+* 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.5.22: 2005-12-18; CVS version 1.5.21a, Libtool team: