NEWS for 2.29.90 SEED_2_29_90
authorTim Horton <hortont424@gmail.com>
Mon, 8 Feb 2010 23:44:23 +0000 (18:44 -0500)
committerTim Horton <hortont424@gmail.com>
Mon, 8 Feb 2010 23:44:23 +0000 (18:44 -0500)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 633657d..808e147 100644 (file)
--- 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
index ed526c8..22fab59 100644 (file)
@@ -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