From: Gary V. Vaughan Date: Wed, 11 Jun 2003 14:23:41 +0000 (+0000) Subject: * NEWS: Sychronised from branch-1-5. X-Git-Tag: help~27 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1b8c7b243919381a640dcab645b893f6bd868785;p=thirdparty%2Flibtool.git * NEWS: Sychronised from branch-1-5. --- diff --git a/ChangeLog b/ChangeLog index ac63c66ab..5551dad0d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,8 @@ -2003-06-03 Benjamin Reed +2003-06-11 Gary V. Vaughan + + * NEWS: Sychronised from branch-1-5. + +2003-06-03 Benjamin Reed * ltmain.in: search libraries in the order of preference, rather than picking .la's even if they're in a less preferred directory. diff --git a/NEWS b/NEWS index b1f2f52b3..988fda896 100644 --- a/NEWS +++ b/NEWS @@ -1,12 +1,24 @@ NEWS - list of user-visible changes between releases of GNU Libtool -New in 1.4f: 2002-??-??; CVS version 1.4e, Libtool team: +New in 1.5b: 2003-??-??; CVS version 1.5a, Libtool team: +* Bug fixes. + +New in 1.5: 2003-04-14; CVS version 1.4e, Libtool team: +* First stable release of multi-language architecture. +* libtool and libltdl support for Mac OS/X. * libltdl will now use cygwins dlopen API instead of always forcing LoadLibrary. * Support auto-import patch to binutils on cygwin for much improved dll support. * Bug fixes. +New in 1.4.3: 2002-10-13; CVS version 1.4.2a, Robert Boehne: +* The libltdl subdirectory now bootstraps correctly with Automake 1.5. +* srcdir != builddir builds with Automake 1.5 work correctly. +* Support for mips-compaq-nonstopux. +* New command line argument, --preserve-dup-deps prevents removal of + duplicate dependent libraries. + New in 1.4d: 2002-01-07; CVS version 1.4c, Libtool team: * Help strings display correctly again. * Better error messages when library linking fails. @@ -23,6 +35,22 @@ New in 1.4d: 2002-01-07; CVS version 1.4c, Libtool team: * Bug fixes to the OpenBSD port. * Bug fixes. +New in 1.4.2: 2001-09-11; CVS version 1.4.1a, Gary V. Vaughan: +* libltdl now builds on solaris again +* diagnose and warn about not-quite-working combinations of gcc and + ld on solaris. +* Improved OpenBSD support. +* Improved cygwin support. +* Bugfixes. + +New in 1.4.1: 2001-09-03; CVS version 1.4.0a, Libtool team: +* Better error messages from libltdl when loading fails. +* Don't leave here-doc files behind. +* Improved support for OpenBSD. +* Libtool will build with autoconf-2.50 and higher. +* Plug memory management bugs in libltdl. +* Prefer shl_load to dlopen for better operation on HP-UX. + New in 1.4b: 2001-07-09; CVS version 1.4a, Libtool team: * Now bootstraps with autoconf-2.50 and automake-1.4-p4. * Always try to build at least a static lib, even if both static and @@ -36,9 +64,6 @@ New in 1.4b: 2001-07-09; CVS version 1.4a, Libtool team: * New pdemo and tagdemo tests. * Bug fixes. -New in 1.4.1: 2001-??-??; CVS version 1.4.0a, Libtool team: -* Don't leave here-doc files behind. - New in 1.4: 2001-04-25; CVS version 1.3e, Libtool team: * Support for aix5*. * Bugfixes.