]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* configure.ac: Bumped version to 1.5.6. release-1-5-6
authorPeter O'Gorman <peter@pogma.com>
Sun, 11 Apr 2004 05:50:42 +0000 (05:50 +0000)
committerPeter O'Gorman <peter@pogma.com>
Sun, 11 Apr 2004 05:50:42 +0000 (05:50 +0000)
* NEWS: updated.

ChangeLog
NEWS
configure.ac

index 18a8f151da22db80327bbc815afe25e4a9624a0a..954af1502b42d212f684a046a3b39874b3ae3c89 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2004-04-11  Peter O'Gorman  <peter@pogma.com>
+
+       * configure.ac: Bumped version to 1.5.6.
+       * NEWS: updated.
+
 2004-04-10  Peter Breitenlohner <peb@mppmu.mpg.de>
        
        * libltdl/Makefile.am (local-install-files): remove $srcdir from
diff --git a/NEWS b/NEWS
index 8f7b45064d115a30e9491510c3ccd4b7ce6656d0..aa0653a440a46169dafed35b32bc248c36e0a24f 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,9 @@
 NEWS - list of user-visible changes between releases of GNU Libtool
 
-New in 1.5.5a: 2004-??-??; CVS version 1.5.5a, Libtool team:
-* Bug fixes.
+New in 1.5.6: 2004-04-11; CVS version 1.5.5a, Libtool team:
+* Installs libltdl files properly in $prefix/share/libtool/libltdl. 1.5.4
+  did not install them at all.
+* libltdl correctly guesses the extension for loadable modules again.
 \f
 New in 1.5.4: 2004-04-03; CVS version 1.5.3a, Libtool team:
 * Bug fixes.
index 61b4ef333b1b7606e8750552d92c9559e0b3fa27..97e6a9e95b7f8ac39644992d9d4c3e3b52b75415 100644 (file)
@@ -25,7 +25,7 @@ AC_PREREQ(2.50)
 ## ------------------------ ##
 ## Autoconf initialisation. ##
 ## ------------------------ ##
-AC_INIT([libtool], [1.5.5a], [bug-libtool@gnu.org])
+AC_INIT([libtool], [1.5.6], [bug-libtool@gnu.org])
 AC_CONFIG_SRCDIR([ltmain.in])