]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
GNU Libtool 2.2 was released. release-2-2
authorGary V. Vaughan <gary@gnu.org>
Sun, 2 Mar 2008 00:05:02 +0000 (00:05 +0000)
committerGary V. Vaughan <gary@gnu.org>
Sun, 2 Mar 2008 00:05:02 +0000 (00:05 +0000)
* configure.ac, libltdl/configure.ac (AC_INIT): Bump version
number to 2.2.
* NEWS: Updated.

ChangeLog
NEWS
configure.ac
libltdl/configure.ac

index 187aaa6f7ce51772b3df20a0104a51ff500de2be..f9505ab3482ab401adec162cb1b1f850add2a62c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 2008-03-01  Gary V. Vaughan <gary@gnu.org>
 
+       GNU Libtool 2.2 was released.
+
+       * configure.ac, libltdl/configure.ac (AC_INIT): Bump version
+       number to 2.2.
+       * NEWS: Updated.
+
        * tests/lt_dladvise.at, tests/lt_dlexit.at,
        tests/need_lib_prefix.at: Skip these tests when called from
        `make distcheck DISTCHECK_CONFIGURE_FLAGS=--disable-ltdl-install'.
diff --git a/NEWS b/NEWS
index 5f83fd4448ab8d1d3701bbeb205ed0d0f26a0cd1..2271c54652ad07603c0ba0bc4a5d1652217c8f60 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -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 cc66f8b38fba5817d3541ebb28035e291b2cf81c..85104d8a642563279e93d5532643417adc96afaf 100644 (file)
@@ -30,7 +30,7 @@ dnl Oldest automake required for bootstrap is below in AM_INIT_AUTOMAKE.
 ## ------------------------ ##
 ## Autoconf initialisation. ##
 ## ------------------------ ##
-AC_INIT([libtool], [2.1c], [bug-libtool@gnu.org])
+AC_INIT([libtool], [2.2], [bug-libtool@gnu.org])
 AC_CONFIG_HEADERS([config.h:config-h.in])
 AC_CONFIG_SRCDIR([libtoolize.in])
 LT_CONFIG_LTDL_DIR([libltdl], [nonrecursive])
index e747a23a627779f3c074288aff390c527c963f43..26863b9b4302422e390029c498e5e2dec07d443a 100644 (file)
@@ -40,7 +40,7 @@ AC_PREREQ(2.59)dnl We use AS_HELP_STRING
 ## ------------------------ ##
 ## Autoconf initialisation. ##
 ## ------------------------ ##
-AC_INIT([libltdl], [2.1c], [bug-libtool@gnu.org])
+AC_INIT([libltdl], [2.2], [bug-libtool@gnu.org])
 AC_CONFIG_HEADERS([config.h:config-h.in])
 AC_CONFIG_SRCDIR([ltdl.c])
 AC_CONFIG_AUX_DIR([config])