libtool-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

FYI: 355-gary-2-2-prerelease-updates.patch


From: Gary V. Vaughan
Subject: FYI: 355-gary-2-2-prerelease-updates.patch
Date: Sat, 1 Mar 2008 19:10:44 -0500 (EST)
User-agent: mailnotify/0.9

Applied to HEAD.

It almost seems like it's too good to be true... but, finally, 
GNU Libtool 2.2 (formerly known as GNU Libtool 2.0, aka GNU
Libtool 1.6) really is very nearly almost on its way here.

RSN.

I promise.  And more than 4 years ahead of schedule (check the diff
against NEWS below if you don't believe me).

  Index: ChangeLog
  from  Gary V. Vaughan <address@hidden>
        GNU Libtool 2.2 was released.
  
        * configure.ac, libltdl/configure.ac (AC_INIT): Bump version
        number to 2.2.
        * NEWS: Updated.
  
  Index: NEWS
  ===================================================================
  RCS file: /sources/libtool/libtool/NEWS,v
  retrieving revision 1.217
  diff -u -u -r1.217 NEWS
  --- NEWS 1 Feb 2008 19:03:56 -0000 1.217
  +++ NEWS 2 Mar 2008 00:03:47 -0000
  @@ -1,11 +1,18 @@
   NEWS - list of user-visible changes between releases of GNU Libtool
   
  -New in 2.1c: 2012-??-??; CVS version 2.1c, Libtool team:
  +New in 2.2: 2008-03-01; CVS version 2.1c, Libtool team:
   
   * Bug fixes:
   
     - argz.c, lt__dirent.c and lt__strl.c are correctly distributed with
       parent projects using nonrecursive libltdl.
  +  - libtoolize no longer tries to install libtool files when libltdl is
  +    used in a non-autoconf parent package.
  +  - Don't add the CXX tag to libtool when there is no C++ compiler, even
  +    if AC_PROG_CXX sets a default g++ compiler where no such compiler
  +    actually exists.
  +  - make distcheck DISTCHECK_CONFIGURE_FLAGS=--disable-ltdl-install
  +    works again.
   
   New in 2.1b: 2008-02-01; CVS version 2.1a, Libtool team:
   
  Index: configure.ac
  ===================================================================
  RCS file: /sources/libtool/libtool/configure.ac,v
  retrieving revision 1.82
  diff -u -u -r1.82 configure.ac
  --- configure.ac 31 Jan 2008 16:24:30 -0000 1.82
  +++ configure.ac 2 Mar 2008 00:03:47 -0000
  @@ -30,7 +30,7 @@
   ## ------------------------ ##
   ## Autoconf initialisation. ##
   ## ------------------------ ##
  -AC_INIT([libtool], [2.1c], address@hidden)
  +AC_INIT([libtool], [2.2], address@hidden)
   AC_CONFIG_HEADERS([config.h:config-h.in])
   AC_CONFIG_SRCDIR([libtoolize.in])
   LT_CONFIG_LTDL_DIR([libltdl], [nonrecursive])
  Index: libltdl/configure.ac
  ===================================================================
  RCS file: /sources/libtool/libtool/libltdl/configure.ac,v
  retrieving revision 1.24
  diff -u -u -r1.24 configure.ac
  --- libltdl/configure.ac 13 Feb 2008 22:09:40 -0000 1.24
  +++ libltdl/configure.ac 2 Mar 2008 00:03:47 -0000
  @@ -40,7 +40,7 @@
   ## ------------------------ ##
   ## Autoconf initialisation. ##
   ## ------------------------ ##
  -AC_INIT([libltdl], [2.1c], address@hidden)
  +AC_INIT([libltdl], [2.2], address@hidden)
   AC_CONFIG_HEADERS([config.h:config-h.in])
   AC_CONFIG_SRCDIR([ltdl.c])
   AC_CONFIG_AUX_DIR([config])
-- 
  ())_.              Email me: address@hidden
  ( '/           Read my blog: http://blog.azazil.net
  / )=         ...and my book: http://sources.redhat.com/autobook
`(_~)_ 
_________________________________________________________
This patch notification generated by vcsapply version 1.0
http://savannah.gnu.org/projects/cvs-utils

Attachment: pgpIUts9bmTjF.pgp
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]