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(-)

commit e29a3aca80d3e7d1095a093e2778ce6433aa9b0e
Author: Alan Knowles <alan@akbkhome.com>
Date:   Fri Feb 5 21:10:58 2010 -0500

    imports['somedir/somefile.js'] works now
    
    Closes BGO#607987

 libseed/seed-importer.c |   18 +++++++++++++++++-
 1 files changed, 17 insertions(+), 1 deletions(-)

commit dbf7423f196043966b90fa4aad6dc50f51647bf5
Author: Alan Knowles <alan@akbkhome.com>
Date:   Fri Feb 5 20:57:24 2010 -0500

    Fix handling of GValue structs; fixes segfault
    
    Fixes gtk_tree_model_get_value calls eventually segfaulting
    Fixes BGO#608015

 libseed/seed-engine.c  |   11 ++++++++---
 libseed/seed-structs.c |   24 ++++++++++++++++++++++++
 2 files changed, 32 insertions(+), 3 deletions(-)

commit 9a7d0b8d303909a0073bd1ca0009416554470754
Author: Rob Taylor <rob.taylor@codethink.co.uk>
Date:   Tue Feb 2 23:22:40 2010 +0000

    Fix subtle crashed when a dbus reply has no message content.
    
    In the DBus spec, its perfectly valid to send empty reply messages, even
    if a method call message has been set 'no_reply'. In this case, the dbus
    module was invoking a closure with uninitialised data, causing all sorts
    of interesting behaviour.
    
    This patch fixes this by not invoking the
    closure when a reply is empty.

 modules/dbus/module.c |   15 ++++++++++++++-
 1 files changed, 14 insertions(+), 1 deletions(-)

commit 227f3df192bd6df029f3779a26e35e9a4a343a9b
Author: Tim Horton <hortont424@gmail.com>
Date:   Mon Jan 25 18:10:35 2010 -0500

    Post-release version bump.

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)