ANNOUNCE: D-Bus - 0.31 released
Chris Patti
cpatti at gmail.com
Tue Mar 8 10:03:38 PST 2005
On Mon, 07 Mar 2005 16:43:51 -0500, John (J5) Palmieri <johnp at redhat.com> wrote:
> Get it while its hot. Be on the bleeding edge. D-BUS 0.31 has been
> released featuring a much cleaned up API and fantastic new type system
> along with updated python, mono and glib-bindings. This is an unstable
> release pit stop on the road to 1.0. Make your apps compatible or be
> left in the dust.
>
> As usual:
> http://dbus.freedesktop.org/releases/dbus-0.31.tar.gz
>
> --
> John (J5) Palmieri
There is breakage in dbus-sharp.
I'm not sure who or where I should submit the patch, so here's the
screamingly simple diff:
---
[feoh at forked-forefinger]~/src/dbus/mono/DBusType% cvs diff Array.cs
Index: Array.cs
===================================================================
RCS file: /cvs/dbus/dbus/mono/DBusType/Array.cs,v
retrieving revision 1.7
diff -r1.7 Array.cs
62c62
< (int) this.Code,
---
> (int) Array.Code,
Otherwise, you get:
--
./DBusType/Array.cs(62) error CS0176: Static member
`DBus.DBusType.Array.Code' cannot be accessed with an instance
reference, qualify with a type name instead
Which is not so good :)
-Chris
--
------------ Chris Patti - cpatti at gmail.com -----------
America goes not abroad, in search of monsters
to destroy. -John Quincy Adams
More information about the dbus
mailing list