> > Ralf Wildenhues wrote:
> 
> > > Also the library version of libltdl in libltdl/Makefile.am, right?
> > > (libltdl hasn't changed yet from the previous release, but I will
> > > try to incorporate the memleak patch).

Ok, I have decided against putting the memleak patch in, because I saw a
slight chance that it might do the wrong thing in some more involved
situation.  I want a test first, and that will take me too long
(sorry, Jeff).

OTOH, it means I don't have to worry about libltdl version-info at all.


Below is the proposed README/NEWS/THANKS update.  OK for 1.5.16?  Did I
forget anything or anyone (config.* diff elided here for brevity)?

Other than the Solaris patch I have posted yesterday, I am done with
what I want in 1.5.16.  Now's your last chance to tell me what I forgot.

Regards,
Ralf

Index: NEWS
==================================================================
RCS file: /cvsroot/libtool/libtool/NEWS,v
retrieving revision 1.109.2.29
diff -u -r1.109.2.29 NEWS
--- NEWS        18 Apr 2005 17:07:46 -0000      1.109.2.29
+++ NEWS        23 Apr 2005 09:24:55 -0000
@@ -1,11 +1,12 @@
 NEWS - list of user-visible changes between releases of GNU Libtool
 
-New in 1.5.15a: 2005-??-??; CVS version 1.5.15a, Libtool team:
+New in 1.5.16: 2005-04-23; CVS version 1.5.15a, Libtool team:
 * Allow shell special characters like `$' in source file names, but not
   in object names, to enhance GCJ support.
 * Detection of compiler wrappers like distcc/ccache and $host_alias prefix.
 * More robust tests for PIC flag, `-c -o', in presence of warnings.
-* Bug Fixes.
+* Bug Fixes, among others for convenience archives regression on Solaris
+  and timestamp-preserving `libtoolize --copy --ltdl'.
 
 New in 1.5.14: 2005-02-12; CVS version 1.5.13a, Libtool team:
 * Make -pthread work when building executabless too.
Index: README
===================================================================
RCS file: /cvsroot/libtool/libtool/README,v
retrieving revision 1.17.2.2
diff -u -r1.17.2.2 README
--- README      3 Feb 2005 13:55:05 -0000       1.17.2.2
+++ README      23 Apr 2005 09:22:22 -0000
@@ -108,3 +108,15 @@
 6)  The default shell on UNICOS 9, a ksh 88e variant, is too buggy to
 correctly execute the libtool script.  Users are advised to install a
 modern shell such as GNU bash.
+
+7)  Note in some cases you might need to put ABI-changing compiler flags
+into the compiler name.  For example, use of
+  configure CC='gcc -m32'
+rather than
+  configure CC=gcc CFLAGS=-m32 LDFLAGS=-m32
+might help with this Libtool release.  This will be fixed in Libtool-2.0.
+
+8)  Note that using libltdl in conjunction with direct uses of dlopening
+mechanisms is not supported.  For example, it may work if you use
+libltdl but another library you use uses dlopen() directly, but it is
+unsupported.
Index: THANKS
===================================================================
RCS file: /cvsroot/libtool/libtool/THANKS,v
retrieving revision 1.34.2.5
diff -u -r1.34.2.5 THANKS
--- THANKS      8 Mar 2005 09:24:16 -0000       1.34.2.5
+++ THANKS      23 Apr 2005 09:22:22 -0000
@@ -90,7 +90,9 @@
   Patrick Welche               [EMAIL PROTECTED]
   Paul Eggert                  [EMAIL PROTECTED]
   Peter Eisentraut             [EMAIL PROTECTED]
+  Peter Ekberg                 [EMAIL PROTECTED]
   Rainer Orth                  [EMAIL PROTECTED]
+  Robert Ãgren                        [EMAIL PROTECTED]
   Sebastian Wilhelmi           [EMAIL PROTECTED]
   Stephan Kulow                        [EMAIL PROTECTED]
   Steven M. Schultz            [EMAIL PROTECTED]
@@ -100,6 +102,7 @@
   Tor Lillqvist                        [EMAIL PROTECTED]
   Ulrich Drepper               [EMAIL PROTECTED]
   Xavier Pianet                        [EMAIL PROTECTED]
+  ÐÑÑÐÐÑÑÐÐÐ ÐÑÐÐ ÐÐÐÑÐÐÐÐÑ     [EMAIL PROTECTED]
 
 
 * And, not forgetting everyone that was kind enough to spend time testing


Reply via email to