From: Gary V. Vaughan Date: Sat, 23 Oct 2004 19:09:02 +0000 (+0000) Subject: GNU libtool 1.9f was released. X-Git-Tag: release-1-9f X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=47c7c5313a2979d6a630fe39a0b6e0fa657a1038;p=thirdparty%2Flibtool.git GNU libtool 1.9f was released. * configure.ac: Bumped version to 1.9f. * NEWS: Updated. --- diff --git a/ChangeLog b/ChangeLog index 924225bc0..77cb05d61 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2004-10-23 Gary V. Vaughan + + GNU libtool 1.9f was released. + + * configure.ac: Bumped version to 1.9f. + * NEWS: Updated. + 2004-10-22 Gary V. Vaughan * clcommit.m4sh: Add --rcfile option. diff --git a/NEWS b/NEWS index d8c80e882..2494beb46 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,17 @@ NEWS - list of user-visible changes between releases of GNU Libtool -New in 1.9f: 2004-??-??; CVS version 1.9e, Libtool team: +New in 1.9f: 2004-10-23; CVS version 1.9e, Libtool team: +* Calculate dllsearchpath correctly for wrapper scripts on cygwin. +* Workarounds for bash bug when calling a function whose last command is + false. +* Work properly with released Autoconf 2.59. +* Shell quoting of meta-characters in libtool and it's variables much + improved. +* Fix memleaks in libltdl. +* Fix a linkscript problem on Windows. +* Fix quote test for hosts that use $EXEEXT. +* Fix expansion of ${wl} expressions in output of link commands on Mac OS X + (and others). * Fix a regression in 1.9d, where ECHO was always set to 'echo' and the backslash quoting tests were never run. * Fix a regression in 1.9d, where progpath was used for --no-reexec before it diff --git a/configure.ac b/configure.ac index 9790cc7a1..22c6219d5 100644 --- a/configure.ac +++ b/configure.ac @@ -24,7 +24,7 @@ AC_PREREQ(2.58) ## We use AS_HELP_STRING ## ------------------------ ## ## Autoconf initialisation. ## ## ------------------------ ## -AC_INIT([libtool], [1.9e], [bug-libtool@gnu.org]) +AC_INIT([libtool], [1.9f], [bug-libtool@gnu.org]) AC_CONFIG_HEADERS([config.h:config-h.in]) AC_CONFIG_SRCDIR([libtoolize.in]) AC_CONFIG_AUX_DIR([config])