GNU libtool 1.9f was released. * configure.ac: Bumped version to 1.9f. * NEWS: Updated.
diff --git a/ChangeLog b/ChangeLog index 924225b..77cb05d 100644 --- a/ChangeLog +++ b/ChangeLog
@@ -1,3 +1,10 @@ +2004-10-23 Gary V. Vaughan <gary@gnu.org> + + GNU libtool 1.9f was released. + + * configure.ac: Bumped version to 1.9f. + * NEWS: Updated. + 2004-10-22 Gary V. Vaughan <gary@gnu.org> * clcommit.m4sh: Add --rcfile option.
diff --git a/NEWS b/NEWS index d8c80e8..2494beb 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 9790cc7..22c6219 100644 --- a/configure.ac +++ b/configure.ac
@@ -24,7 +24,7 @@ ## ------------------------ ## ## 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])