]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* NEWS: Update.
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Wed, 2 Feb 2005 16:18:15 +0000 (16:18 +0000)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Wed, 2 Feb 2005 16:18:15 +0000 (16:18 +0000)
ChangeLog
NEWS

index c2d71aa264acf76dba3bf166346960b9a4d8cc70..9d141f35a30ebaa58b911b37160fe5b3238cd78e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2005-02-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       * NEWS: Update.
+
 2005-02-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 
        * m4/libtool.m4 (AC_LIBTOOL_SYS_DYNAMIC_LINKER)
diff --git a/NEWS b/NEWS
index cb1205cbf7c378af415fa65afa54db30e0f9df2b..883338415ec09131fe79ac1057b22f1dff495d08 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -2,9 +2,18 @@ NEWS - list of user-visible changes between releases of GNU Libtool
 
 New in 1.5.11a: 2004-??-??; CVS version 1.5.11a, Libtool team:
 * Support for Portland Group compiler on Linux.
-* libtoolize now also installs `install-sh'.
 * Support (mostly) for DragonFly BSD.
-* Bug Fixes.
+* Updated support for Intel compilers on Linux.
+* Makes use of $datarootdir, which is necessary for Autoconf >= 2.60.
+* Fix for a buffer overrun in the opendir/readdir replacement code.
+  This code was used by older versions of MinGW only.
+* Some compiler/linker flags commonly used to select ABI features are allowed
+  through in link mode.  This fixes some 64bit build failures and Darwin's
+  -framework.
+* Handling of archives that have multiple members with the same name on Darwin.
+* Relaxed copyright permissions for the .m4 macro files.
+* Bug Fixes, among others for: Linux search path parsing, a Tru64
+  kernel panic, UNICOS, linking of dependent libraries.
 \f
 New in 1.5.10: 2004-09-19; CVS version 1.5.9a, Libtool team:
 * GNU/linux ia64 fixes.