[seed] NEWS for 2.29.90



commit bfebe34bf15e6e17ea8c32eb78002b39fac3f2d1
Author: Tim Horton <hortont424 gmail com>
Date:   Mon Feb 8 18:44:23 2010 -0500

    NEWS for 2.29.90

 NEWS         |    9 +++++++++
 configure.ac |    2 +-
 2 files changed, 10 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index 633657d..808e147 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+== Seed 2.29.90, "Fort Nightly" (2010.02.08) ==
+
+* To avoid potential filename collisions, the imports system now supports:
+  imports['somedir/somefile.js'] (Alan Knowles)
+
+* Fix crash involving gtk_tree_model_get_value (Alan Knowles)
+
+* Fix subtle crash in DBus bindings (Rob Taylor)
+
 == Seed 2.29.5.3, "Twist and Shout" (2010.01.11) ==
 
 * Pass null structs through as "null" instead of empty seed_structs
diff --git a/configure.ac b/configure.ac
index ed526c8..22fab59 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
 AC_PREREQ(2.59)
-AC_INIT(seed, 2.29.6.1)
+AC_INIT(seed, 2.29.90)
 
 AM_INIT_AUTOMAKE([1.7 -Wno-portability])
 AM_MAINTAINER_MODE



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