]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
GNU libtool 1.9f was released. release-1-9f
authorGary V. Vaughan <gary@gnu.org>
Sat, 23 Oct 2004 19:09:02 +0000 (19:09 +0000)
committerGary V. Vaughan <gary@gnu.org>
Sat, 23 Oct 2004 19:09:02 +0000 (19:09 +0000)
* configure.ac: Bumped version to 1.9f.
* NEWS: Updated.

ChangeLog
NEWS
configure.ac

index 924225bc01b9070744bf2169c54f63cf18497b31..77cb05d61e2a71a6263dbb9b3e3c12de42a98e92 100644 (file)
--- 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 d8c80e882c073a4500269996e26d422053c9cc0e..2494beb46a624cdad105d022c7c1a0477c4f4b54 100644 (file)
--- 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
index 9790cc7a11e0a5c33e74e230286ae264c809b828..22c6219d59a49a862d08aaab7e597fe89429a383 100644 (file)
@@ -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])