[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

[ANN] DBus/Ruby 0.1.7

leon breedt

12/11/2004 10:53:00 AM

hi,

this is a bug-fix only release.

changes in 0.1.7:

- ownership rules for D-BUS structs not allocated explicitly by the
bindings are now handled properly. in other words, you shouldn't have
the Ruby GC now try to double-unref DBusMessage's incorrectly, this
was occuring due to a missing dbus_xxx_ref() when the Ruby DATA class
instance was being set up in some cases.
- some extra debug messages can be compiled in by passing --debug to extconf.rb

a small tip:
if you want the D-BUS library to print out verbose messages,
set the environment variable DBUS_VERBOSE to a value.

it is available as a Gem, .tar.gz, .zip. RPA should be forthcoming
some time as well.

http://rubyforge.org/projects...

leon