From: Charles Wilson Date: Sun, 28 Jan 2007 20:24:23 +0000 (+0000) Subject: * NEWS: Update for Cygwin changes. X-Git-Tag: release-1-5-23b~8 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=aed333017cf664a2dbc1184f30e3a5286cb2ec9c;p=thirdparty%2Flibtool.git * NEWS: Update for Cygwin changes. --- diff --git a/ChangeLog b/ChangeLog index 484cdf766..3ef6394e0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2007-01-28 Charles Wilson + + * NEWS: Update for Cygwin changes. + 2007-01-28 Dave Brolley * libltdl/ltdl.c (lt_dlexit): Make sure that 'cur' is not NULL diff --git a/NEWS b/NEWS index 81e15761b..8e86f2421 100644 --- 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. New in 1.5.22: 2005-12-18; CVS version 1.5.21a, Libtool team: