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

index ac63c66ab0368f9d99b9b237a49e33a7c7af7ec5..5551dad0d5eeecb33476da7de46485b659614738 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
        than picking .la's even if they're in a less preferred directory.
diff --git a/NEWS b/NEWS
index b1f2f52b39fb257fb5753edf3b7649f75d12ea95..988fda8962bd60a7852934662416fdb66f2fed2c 100644 (file)
--- 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.
 \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.
@@ -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.
 \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
@@ -36,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.