libtool-commit
[Top][All Lists]
Advanced

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

[SCM] GNU Libtool branch, master, updated. release-2-2-2-38-g0ac678e


From: Gary V. Vaughan
Subject: [SCM] GNU Libtool branch, master, updated. release-2-2-2-38-g0ac678e
Date: Sun, 04 May 2008 18:37:08 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Libtool".

The branch, master has been updated
       via  0ac678eb2a7a6f06fbd4afe277219bbcd9c407b4 (commit)
       via  11c6afb5e59e6f638aa5d7a5a0cf40bbf51fe4e6 (commit)
      from  851f873412a3e69405dad44011b2155eb1a71b16 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 0ac678eb2a7a6f06fbd4afe277219bbcd9c407b4
Author: Gary V. Vaughan <address@hidden>
Date:   Sun May 4 14:36:29 2008 -0400

    GNU Libtool 2.2.4 was released.
    
    * configure.ac, libltdl/configure.ac (AC_INIT): Bump version
    number to 2.2.4.
    * libltdl/Makefile.inc (LTDL_VERSION_INFO): C:R+1:A because the
    interfaces are unchanged, even though we improved the code some
    more.
    * NEWS: Updated.

commit 11c6afb5e59e6f638aa5d7a5a0cf40bbf51fe4e6
Author: Gary V. Vaughan <address@hidden>
Date:   Sun May 4 12:37:02 2008 -0400

    Macro file serial updates for next stable release.
    
    * libltdl/m4/libtool.m4, libltdl/m4/ltdl.m4,
    libltdl/m4/ltoptions.m4, libltdl/m4/lt~obsolete.m4: Bump serial
    numbers to account for changes since 2.2.2 release.

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog                 |   14 ++++++++++++++
 NEWS                      |    2 +-
 configure.ac              |    2 +-
 libltdl/Makefile.inc      |    2 +-
 libltdl/configure.ac      |    2 +-
 libltdl/m4/libtool.m4     |    2 +-
 libltdl/m4/ltdl.m4        |    2 +-
 libltdl/m4/ltoptions.m4   |    2 +-
 libltdl/m4/lt~obsolete.m4 |    2 +-
 9 files changed, 22 insertions(+), 8 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index d6cdec0..6f8c602 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,19 @@
 2008-05-04  Gary V. Vaughan  <address@hidden>
 
+       GNU Libtool 2.2.4 was released.
+
+       * configure.ac, libltdl/configure.ac (AC_INIT): Bump version
+       number to 2.2.4.
+       * libltdl/Makefile.inc (LTDL_VERSION_INFO): C:R+1:A because the
+       interfaces are unchanged, even though we improved the code some
+       more.
+       * NEWS: Updated.
+
+       Macro file serial updates for next stable release.
+       * libltdl/m4/libtool.m4, libltdl/m4/ltdl.m4,
+       libltdl/m4/ltoptions.m4, libltdl/m4/lt~obsolete.m4: Bump serial
+       numbers to account for changes since 2.2.2 release.
+
        Make libtoolize tests work with distcheck.
        * tests/testsuite.at (_LIBTOOLIZE_TRANSFORM): When $tst_aclocal
        is set, transform paths that use it to generic
diff --git a/NEWS b/NEWS
index 436e228..7ef2212 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
 NEWS - list of user-visible changes between releases of GNU Libtool
 
-New in 2.2.4: 2008-??-??: CVS version 2.2.3a, Libtool team:
+New in 2.2.4: 2008-05-04: CVS version 2.2.3a, Libtool team:
 
 * New features:
 
diff --git a/configure.ac b/configure.ac
index 4660a67..16d3ca9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -30,7 +30,7 @@ dnl Oldest automake required for bootstrap is below in 
AM_INIT_AUTOMAKE.
 ## ------------------------ ##
 ## Autoconf initialisation. ##
 ## ------------------------ ##
-AC_INIT([libtool], [2.2.3a], address@hidden)
+AC_INIT([libtool], [2.2.4], address@hidden)
 AC_CONFIG_HEADERS([config.h:config-h.in])
 AC_CONFIG_SRCDIR([libtoolize.in])
 LT_CONFIG_LTDL_DIR([libltdl], [nonrecursive])
diff --git a/libltdl/Makefile.inc b/libltdl/Makefile.inc
index 8ea8230..71cb30f 100644
--- a/libltdl/Makefile.inc
+++ b/libltdl/Makefile.inc
@@ -36,7 +36,7 @@ AM_CPPFLAGS          += -DLT_CONFIG_H='<$(LT_CONFIG_H)>' \
                          -DLTDL -I. -I$(srcdir) -Ilibltdl \
                          -I$(srcdir)/libltdl -I$(srcdir)/libltdl/libltdl
 AM_LDFLAGS            += -no-undefined
-LTDL_VERSION_INFO      = -version-info 8:1:1
+LTDL_VERSION_INFO      = -version-info 8:2:1
 
 noinst_LTLIBRARIES     += $(LT_DLLOADERS)
 
diff --git a/libltdl/configure.ac b/libltdl/configure.ac
index 263d674..f40822b 100644
--- a/libltdl/configure.ac
+++ b/libltdl/configure.ac
@@ -40,7 +40,7 @@ AC_PREREQ(2.59)dnl We use AS_HELP_STRING
 ## ------------------------ ##
 ## Autoconf initialisation. ##
 ## ------------------------ ##
-AC_INIT([libltdl], [2.2.3a], address@hidden)
+AC_INIT([libltdl], [2.2.4], address@hidden)
 AC_CONFIG_HEADERS([config.h:config-h.in])
 AC_CONFIG_SRCDIR([ltdl.c])
 AC_CONFIG_AUX_DIR([config])
diff --git a/libltdl/m4/libtool.m4 b/libltdl/m4/libtool.m4
index c23451a..4ceb7f1 100644
--- a/libltdl/m4/libtool.m4
+++ b/libltdl/m4/libtool.m4
@@ -37,7 +37,7 @@ m4_define([_LT_COPYING], [dnl
 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
 ])
 
-# serial 55 LT_INIT
+# serial 56 LT_INIT
 
 
 # LT_PREREQ(VERSION)
diff --git a/libltdl/m4/ltdl.m4 b/libltdl/m4/ltdl.m4
index ed71570..6c277b4 100644
--- a/libltdl/m4/ltdl.m4
+++ b/libltdl/m4/ltdl.m4
@@ -7,7 +7,7 @@
 # unlimited permission to copy and/or distribute it, with or without
 # modifications, as long as this notice is preserved.
 
-# serial 14 LTDL_INIT
+# serial 15 LTDL_INIT
 
 # LT_CONFIG_LTDL_DIR(DIRECTORY, [LTDL-MODE])
 # ------------------------------------------
diff --git a/libltdl/m4/ltoptions.m4 b/libltdl/m4/ltoptions.m4
index 339d6f5..e970119 100644
--- a/libltdl/m4/ltoptions.m4
+++ b/libltdl/m4/ltoptions.m4
@@ -7,7 +7,7 @@
 # unlimited permission to copy and/or distribute it, with or without
 # modifications, as long as this notice is preserved.
 
-# serial 5 ltoptions.m4
+# serial 6 ltoptions.m4
 
 # This is to help aclocal find these macros, as it can't see m4_define.
 AC_DEFUN([LTOPTIONS_VERSION], [m4_if([1])])
diff --git a/libltdl/m4/lt~obsolete.m4 b/libltdl/m4/lt~obsolete.m4
index 6a270fe..637bb20 100644
--- a/libltdl/m4/lt~obsolete.m4
+++ b/libltdl/m4/lt~obsolete.m4
@@ -7,7 +7,7 @@
 # unlimited permission to copy and/or distribute it, with or without
 # modifications, as long as this notice is preserved.
 
-# serial 3 lt~obsolete.m4
+# serial 4 lt~obsolete.m4
 
 # These exist entirely to fool aclocal when bootstrapping libtool.
 #


hooks/post-receive
--
GNU Libtool




reply via email to

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