diff options
author | John (J5) Palmieri <johnp@redhat.com> | 2006-02-24 18:18:41 +0000 |
---|---|---|
committer | John (J5) Palmieri <johnp@redhat.com> | 2006-02-24 18:18:41 +0000 |
commit | 0154580c521536e50ea98ea60c6c6d51c32b5769 (patch) | |
tree | 4856a9350c9c92e1fe7681637b7967b61c9945db /NEWS | |
parent | a2866f736612afc3308a1df33e7902283354e0f9 (diff) |
2006-02-24 John (J5) Palmieri <johnp@redhat.com>dbus-0.61
* Released 0.61
2006-02-24 John (J5) Palmieri <johnp@redhat.com>
* proxies.py: Fix the callchain
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 22 |
1 files changed, 22 insertions, 0 deletions
@@ -1,3 +1,25 @@ +D-BUS 0.61 (24 Febuary 2006) +== +- Documentation all around +- dbus-launch now produces correct sh and csh syntax +- Nested arrays now work correctly +- GLib bindings: + - Inheriting from DBusGProxy is now possible + - GPtrArrays can now be marshalled + - org.freedesktop.DBus.GLib.ClientCSymbol annotation added + - Openning connections to arbitrary addresses now supported +- Python bindings: + - sender_keyword and path_keyword keywords added to signal listener API + - Byte types now demarshal to unsigned char + - calling methods now do the correct thing +- Qt bindings: + - both Qt3 and Qt4 bindings can be built at the same time + - Use the standard org.freedesktop.DBus.Method.NoReply annotation + for the "async" calls instead of creating one for us. +- Mono bindings: + - 64bit arch fixes +- Massive bug fixing all around + D-BUS 0.60 (30 November 2005) == |