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 f0ba93d85bf975a4fdd0a6fab6b2168c216ce937 (commit)
via e9170e0daf1880db04269434ab0ef8872b9cb4f7 (commit)
via e3b973b8e10df84cb2ad5d19097cef7590bb8a44 (commit)
via ba19397c94378626bc66f44fa75d769490a52ebf (commit)
from bff43a89559b2be74250d990e18b1b64ec073b3a (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 f0ba93d85bf975a4fdd0a6fab6b2168c216ce937
Author: Gary V. Vaughan <[email protected]>
Date: Wed Sep 22 21:29:36 2010 +0700
Post-release administrivia.
* configure.ac, libltdl/configure.ac (AC_INIT): Bump version
numbers to 2.4.1a.
* NEWS: Add header line for next release.
Signed-off-by: Gary V. Vaughan <[email protected]>
commit e9170e0daf1880db04269434ab0ef8872b9cb4f7
Author: Gary V. Vaughan <[email protected]>
Date: Wed Sep 22 21:42:13 2010 +0700
Release 2.4.
* libltdl/Makefile.inc (LTDL_VERSION_INFO): We've added the
static libprefix interface, so new version-info is C+1:0:R+1.
* configure.ac, libltdl/configure.ac (AC_INIT): Bump version
numbers.
* NEWS: Update version number.
Signed-off-by: Gary V. Vaughan <[email protected]>
commit e3b973b8e10df84cb2ad5d19097cef7590bb8a44
Author: Gary V. Vaughan <[email protected]>
Date: Wed Sep 22 21:41:22 2010 +0700
manual: web-manual index.html clashes with @node Index.
* doc/libtool.texi (Index): Renamed to `Combined Index'.
Signed-off-by: Gary V. Vaughan <[email protected]>
commit ba19397c94378626bc66f44fa75d769490a52ebf
Author: Gary V. Vaughan <[email protected]>
Date: Wed Sep 22 08:48:56 2010 +0700
tests: ISO C++ forbids declaration of 'v1' with no type.
* tests/lt_dlexit.at (lt_dlexit unloading libs): Added an
explicit int type to declaration of 'v1' to prevent compilation
failure with C++.
Signed-off-by: Gary V. Vaughan <[email protected]>
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 22 ++++++++++++++++++++++
NEWS | 8 +++++++-
configure.ac | 2 +-
doc/libtool.texi | 6 +++---
libltdl/Makefile.inc | 2 +-
libltdl/configure.ac | 2 +-
tests/lt_dlexit.at | 2 +-
7 files changed, 36 insertions(+), 8 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 7ecc325..566b74e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,25 @@
+2010-09-22 Gary V. Vaughan <[email protected]>
+
+ Post-release administrivia.
+ * configure.ac, libltdl/configure.ac (AC_INIT): Bump version
+ numbers to 2.4.1a.
+ * NEWS: Add header line for next release.
+
+ Release 2.4.
+ * libltdl/Makefile.inc (LTDL_VERSION_INFO): We've added the
+ static libprefix interface, so new version-info is C+1:0:R+1.
+ * configure.ac, libltdl/configure.ac (AC_INIT): Bump version
+ numbers.
+ * NEWS: Update version number.
+
+ manual: web-manual index.html clashes with @node Index.
+ * doc/libtool.texi (Index): Renamed to `Combined Index'.
+
+ tests: ISO C++ forbids declaration of 'v1' with no type.
+ * tests/lt_dlexit.at (lt_dlexit unloading libs): Added an
+ explicit int type to declaration of 'v1' to prevent compilation
+ failure with C++.
+
2010-09-22 Peter Rosin <[email protected]>
tests: reloadable objects do not work on MSVC, SKIP test.
diff --git a/NEWS b/NEWS
index 1d4419b..6e8e0fe 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,12 @@
NEWS - list of user-visible changes between releases of GNU Libtool
-New in 2.2.12 2010-08-??: git version 2.2.11a, Libtool team:
+New in 2.4.2 2010-12-??: git version 2.4.1a, Libtool team:
+
+* Bug fixes:
+
+ - None yet!
+
+New in 2.4 2010-09-22: git version 2.2.11a, Libtool team:
* New features:
diff --git a/configure.ac b/configure.ac
index 131cd3b..63ee8bf 100644
--- a/configure.ac
+++ b/configure.ac
@@ -31,7 +31,7 @@ dnl Oldest automake required for bootstrap is below in
AM_INIT_AUTOMAKE.
## ------------------------ ##
## Autoconf initialisation. ##
## ------------------------ ##
-AC_INIT([GNU Libtool], [2.2.11a], [[email protected]])
+AC_INIT([GNU Libtool], [2.4.1a], [[email protected]])
m4_ifndef([AC_PACKAGE_URL],
[AC_SUBST([PACKAGE_URL], [http://www.gnu.org/software/libtool/])])
AC_CONFIG_HEADERS([config.h:config-h.in])
diff --git a/doc/libtool.texi b/doc/libtool.texi
index 7688871..56852ca 100644
--- a/doc/libtool.texi
+++ b/doc/libtool.texi
@@ -101,7 +101,7 @@ GNU Libtool.
* Troubleshooting:: When libtool doesn't work as advertised.
* Maintaining:: Information used by the libtool maintainer.
* GNU Free Documentation License:: License for this manual.
-* Index:: Full index.
+* Combined Index:: Full index.
@detailmenu
--- The Detailed Node Listing ---
@@ -6926,8 +6926,8 @@ order to test new changes without having to rerun
@code{configure}.
@include fdl.texi
@page
-...@node Index
-...@unnumbered Index
+...@node Combined Index
+...@unnumbered Combined Index
@printindex cp
diff --git a/libltdl/Makefile.inc b/libltdl/Makefile.inc
index 6b8db4e..adf2aad 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 9:2:2
+LTDL_VERSION_INFO = -version-info 10:0:3
noinst_LTLIBRARIES += $(LT_DLLOADERS)
diff --git a/libltdl/configure.ac b/libltdl/configure.ac
index 4f71221..1c50ce3 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.11a], [[email protected]])
+AC_INIT([libltdl], [2.4.1a], [[email protected]])
AC_CONFIG_HEADERS([config.h:config-h.in])
AC_CONFIG_SRCDIR([ltdl.c])
AC_CONFIG_AUX_DIR([config])
diff --git a/tests/lt_dlexit.at b/tests/lt_dlexit.at
index c80c1eb..9441f8a 100644
--- a/tests/lt_dlexit.at
+++ b/tests/lt_dlexit.at
@@ -124,7 +124,7 @@ extern "C" {
# define LIBA1_SCOPE extern
#endif
LIBA1_SCOPE int f1 (int);
-LIBA1_SCOPE v1;
+LIBA1_SCOPE int v1;
int fb1 (int x) { return f1 (v1) + x - 3; }
int vb1 = 3;
#ifdef __cplusplus
hooks/post-receive
--
GNU Libtool