* NEWS: Update for Cygwin changes.

This commit is contained in:
Charles Wilson 2007-01-28 20:23:57 +00:00 committed by Ralf Wildenhues
parent 95e4b2aef7
commit 51e40f80fd
2 changed files with 10 additions and 2 deletions

View File

@ -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.

4
NEWS
View File

@ -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: