[Lunar-commits] <moonbase> libtool: version bumped to 2.2.8.

Florin Braescu florin at lunar-linux.org
Sat Jun 5 08:26:23 CEST 2010


commit 61cda38f53912ac81c453c5411f6ef94a84bed6d
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Sat Jun 5 09:26:23 2010 +0300

    libtool: version bumped to 2.2.8.
    
    * New features:
    
      - Libtool ships and installs man pages for libtool and libtoolize now.
      - New libtool command line flag --help-all.
      - New libtool command line flag --no-silent (with alternate spelling
        --no-quiet). This flag (re)enables the default informational messages,
        but has no effect on so-called "verbose" output messages.
      - New libtool command line flag --no-verbose, which disables only
        the extra "verbose" output messages and has no effect on the
        default informational messages.
      - New convenience make targets `check-noninteractive' to avoid long testsuite
        runs on Windows with popup windows in the middle, and `check-interactive'
        for the complement set of tests.
      - New link mode flag -bindir to specify the location for installed PE DLLs.
      - Wrapper scripts and wrapper executables for programs linked against
        uninstalled shared libraries now support command-line options --lt-debug
        and --lt-dump-script.
    
    * Important incompatible changes:
    
      - The wrapper command line option support described above introduces the
        following incompatibility: the wrapper will remove any command line
        options that begin with '--lt-*' from the argument list before launching
        (uninstalled) programs. Any '--lt-*' option on the command line not
        recognized by the wrapper will result in an error.
    
    * Bug fixes:
---
 libs/libtool/DETAILS |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/libs/libtool/DETAILS b/libs/libtool/DETAILS
index 4cf2866..3a71815 100644
--- a/libs/libtool/DETAILS
+++ b/libs/libtool/DETAILS
@@ -1,13 +1,13 @@
           MODULE=libtool
-	    BASE=2.2.6
-         VERSION=${BASE}b
+            BASE=2.2.8
+         VERSION=${BASE}
           SOURCE=$MODULE-$VERSION.tar.gz
    SOURCE_URL[0]=$GNU_URL/$MODULE
    SOURCE_URL[1]=ftp://ftp.gnu.org/pub/gnu/$MODULE
-      SOURCE_VFY=sha1:5afa73c8ef9ebe64bbb438a0f8779c9036e43c55
+      SOURCE_VFY=sha1:e0fd6f9d39c81c2da8b548411c74a46c24442abf
         WEB_SITE=http://www.gnu.org/software/$MODULE
          ENTERED=20010922
-         UPDATED=20091117
+         UPDATED=20100605
            SHORT="A generic library support script"
 
 cat << EOF


More information about the Lunar-commits mailing list