[seed] Seed 2.29.2 changes



commit b4d995eccb03ce0952aebe050e13461d5970a0ee
Author: Tim Horton <hortont424 gmail com>
Date:   Mon Nov 16 18:52:27 2009 -0500

    Seed 2.29.2 changes

 NEWS          |   11 ++++++++
 RELEASE       |   75 ---------------------------------------------------------
 config.h.in   |    3 --
 m4/libtool.m4 |    3 --
 4 files changed, 11 insertions(+), 81 deletions(-)
---
diff --git a/NEWS b/NEWS
index 5b56469..dfbe6a9 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,14 @@
+== Seed 2.29.2 (2009.11.16) ==
+
+* Change semantics of seed_value_from_string and _from_filename; they 
+  now return JavaScript null if passed a null input value.
+
+* Seed interpreter adds --version argument
+
+* libseed adds --seed-version argument
+
+* Clutter extension wrapper for animate_with_alpha
+
 == Seed 2.28.0, "The Rise and Fall of Ziggy Stardust and the Spiders
    from Mars" (2009.09.21) ==
 
diff --git a/config.h.in b/config.h.in
index 035e732..25050a3 100644
--- a/config.h.in
+++ b/config.h.in
@@ -79,9 +79,6 @@
 /* Define to the one symbol short name of this package. */
 #undef PACKAGE_TARNAME
 
-/* Define to the home page for this package. */
-#undef PACKAGE_URL
-
 /* Define to the version of this package. */
 #undef PACKAGE_VERSION
 
diff --git a/m4/libtool.m4 b/m4/libtool.m4
index 1e7ea47..2ca1c1f 100644
--- a/m4/libtool.m4
+++ b/m4/libtool.m4
@@ -4261,9 +4261,6 @@ dnl Note also adjust exclude_expsyms for C++ above.
   openbsd*)
     with_gnu_ld=no
     ;;
-  linux* | k*bsd*-gnu)
-    _LT_TAGVAR(link_all_deplibs, $1)=no
-    ;;
   esac
 
   _LT_TAGVAR(ld_shlibs, $1)=yes



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