From: Jeff Squyres Date: Fri, 23 Jan 2004 05:48:31 +0000 (+0000) Subject: Cheeky commit to pre-emptively update the NEWS file, the actual ChangeLog X-Git-Tag: release-1-5-2~24 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0bffb6c28f9ae3a32e511fe384324ead8ea841c5;p=thirdparty%2Flibtool.git Cheeky commit to pre-emptively update the NEWS file, the actual ChangeLog entries are in each patch, but seeing as CVS doesn't do atomic commits anyway, it's not really that important. --- diff --git a/NEWS b/NEWS index 562435e12..167e31737 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,18 @@ NEWS - list of user-visible changes between releases of GNU Libtool -New in 1.5.1: 2003-??-??; CVS version 1.5.0a, Libtool team: +New in 1.5.1: 2004-01-??; CVS version 1.5.0a, Libtool team: * lt_dlrealloc is an official part of the libltdl API. +* --tag, --silent and --debug options are preserved and reused when libtool + calls itself for relinking etc. +* `-pthread' and similar options are honoured when linking shared libraries. +* -no-suppress in compile mode shows compiler output for both PIC and non-PIC + object compilation. +* New link mode option `-precious-files-regex' to prevent accidental removal + of files you want to keep, such as test coverage data, from the temporary + output directory. +* Directories specified in /etc/ld.so.conf are no longer hardcoded on Linux. +* Recognises the 'R' symbol type on Solaris so read-only symbols can be + exported. * Bug fixes. New in 1.5: 2003-04-14; CVS version 1.4e, Libtool team: