mirror of
git://git.savannah.gnu.org/libtool.git
synced 2024-11-27 06:09:57 +08:00
* NEWS: Sychronised from branch-1-5.
This commit is contained in:
parent
80983ca528
commit
1b8c7b2439
@ -1,4 +1,8 @@
|
|||||||
2003-06-03 Benjamin Reed <ranger@befunk.com>
|
2003-06-11 Gary V. Vaughan <gary@gnu.org>
|
||||||
|
|
||||||
|
* NEWS: Sychronised from branch-1-5.
|
||||||
|
|
||||||
|
2003-06-03 Benjamin Reed <ranger@befunk.com>
|
||||||
|
|
||||||
* ltmain.in: search libraries in the order of preference, rather
|
* ltmain.in: search libraries in the order of preference, rather
|
||||||
than picking .la's even if they're in a less preferred directory.
|
than picking .la's even if they're in a less preferred directory.
|
||||||
|
33
NEWS
33
NEWS
@ -1,12 +1,24 @@
|
|||||||
NEWS - list of user-visible changes between releases of GNU Libtool
|
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
|
* libltdl will now use cygwins dlopen API instead of always forcing
|
||||||
LoadLibrary.
|
LoadLibrary.
|
||||||
* Support auto-import patch to binutils on cygwin for much improved dll
|
* Support auto-import patch to binutils on cygwin for much improved dll
|
||||||
support.
|
support.
|
||||||
* Bug fixes.
|
* 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:
|
New in 1.4d: 2002-01-07; CVS version 1.4c, Libtool team:
|
||||||
* Help strings display correctly again.
|
* Help strings display correctly again.
|
||||||
* Better error messages when library linking fails.
|
* 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 to the OpenBSD port.
|
||||||
* Bug fixes.
|
* 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:
|
New in 1.4b: 2001-07-09; CVS version 1.4a, Libtool team:
|
||||||
* Now bootstraps with autoconf-2.50 and automake-1.4-p4.
|
* 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
|
* 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.
|
* New pdemo and tagdemo tests.
|
||||||
* Bug fixes.
|
* 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:
|
New in 1.4: 2001-04-25; CVS version 1.3e, Libtool team:
|
||||||
* Support for aix5*.
|
* Support for aix5*.
|
||||||
* Bugfixes.
|
* Bugfixes.
|
||||||
|
Loading…
Reference in New Issue
Block a user