From: leon breedt Date: 2004-12-12T14:33:16+09:00 Subject: [ANN] DBus/Ruby 0.1.8 hi! another bug fix release, this fixes an incorrect Ruby GC usage which had the possibility to cause a crash. changes: * ext/ruby-dbus-connection.c: don't use rb_gc_register_address, but use a mark function instead, and store the callbacks in an array in the DATA struct. many thanks to Geoff Youngs for pointing out the incorrect usage! http://rubyforge.org/projects/dbus-ruby Gem & .tar.gz is available, RPA should be available soon as well. regards leon