diff --git a/ChangeLog b/ChangeLog index c16f2c56..0fc5afac 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 bf6431cb..57d90643 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: