From: Charles Wilson Date: Sun, 28 Jan 2007 20:23:57 +0000 (+0000) Subject: * NEWS: Update for Cygwin changes. X-Git-Tag: release-2-1b~214 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=51e40f80fd79e3dbfcde061ae4db41ff8710042f;p=thirdparty%2Flibtool.git * NEWS: Update for Cygwin changes. --- diff --git a/ChangeLog b/ChangeLog index c16f2c566..0fc5afac7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,9 +1,13 @@ -2007-01-29 Brian W. Barrett +2007-01-28 Charles Wilson + + * NEWS: Update for Cygwin changes. + +2007-01-28 Brian W. Barrett * libltdl/config/ltmain.m4sh [darwin]: Use otool64 if otool fails. 2007-01-28 Dave Brolley , - Ralf Wildenhues + Ralf Wildenhues * 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 bf6431cb2..57d906430 100644 --- 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. New in 1.9f: 2004-10-23; CVS version 1.9e, Libtool team: