]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* NEWS: Sychronised from branch-1-4.
authorGary V. Vaughan <gary@gnu.org>
Wed, 11 Jun 2003 14:28:06 +0000 (14:28 +0000)
committerGary V. Vaughan <gary@gnu.org>
Wed, 11 Jun 2003 14:28:06 +0000 (14:28 +0000)
ChangeLog
NEWS

index 8e126f05aeee24ccc239a7d2316518af3fa1ad0b..a95ae7f28af1db6616e12eac9a1a7de091b1b68c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2003-06-11  Gary V. Vaughan  <gary@gnu.org>
+
+       * NEWS: Sychronised from branch-1-4.
+
 2003-06-03 Benjamin Reed  <ranger@befunk.com>
 
        * ltmain.in: search libraries in the order of preference, rather
diff --git a/NEWS b/NEWS
index 469a463a62d5cee7d8c9f4880c0fbdeab5ccb7a2..ce2b5ba1927c90527361b2a3082584c2f2710ca4 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,9 @@
 NEWS - list of user-visible changes between releases of GNU Libtool
 
-New in 1.5: 2002-04-14; CVS version 1.4e, Libtool team:
+New in 1.5.1: 2003-??-??; CVS version 1.5.0a, 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
@@ -9,6 +12,13 @@ New in 1.5: 2002-04-14; CVS version 1.4e, Libtool team:
   support.
 * Bug fixes.
 \f
+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.
+\f
 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.
@@ -25,6 +35,22 @@ New in 1.4d: 2002-01-07; CVS version 1.4c, Libtool team:
 * Bug fixes to the OpenBSD port.
 * Bug fixes.
 \f
+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.
+\f
+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.
+\f
 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
@@ -38,9 +64,6 @@ New in 1.4b: 2001-07-09; CVS version 1.4a, Libtool team:
 * New pdemo and tagdemo tests.
 * Bug fixes.
 \f
-New in 1.4.1: 2001-??-??; CVS version 1.4.0a, Libtool team:
-* Don't leave here-doc files behind.
-\f
 New in 1.4: 2001-04-25; CVS version 1.3e, Libtool team:
 * Support for aix5*.
 * Bugfixes.