From e5118f163d2f6eb70375e6394156b23eb1835d2d Mon Sep 17 00:00:00 2001 From: "John (J5) Palmieri" Date: Wed, 30 Nov 2005 21:23:12 +0000 Subject: * dbus/dbus-list.c (_dbus_list_insert_after_link, _dbus_list_insert_after): remove #ifdef DBUS_BUILD_TESTS since we use these methods in production code --- NEWS | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 4ce570e2..e7c13591 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,35 @@ +D-BUS 0.60 (30 November 2005) +== + +- major ABI/API changes - sonames changed +- RequestName queuing behavior has changed (refer to dbus-specification) + - DBUS_NAME_FLAG_PROHIBIT_REPLACEMENT has been removed and + DBUS_NAME_FLAG_ALLOW_REPLACEMENT has been added to the flags +- signals emitted by the bus now show up in the introspect data +- auth EXTERNAL now supported on BSD varients +- ReleaseName method added to the bus to allow a service + to remove itself as owner of a bus name +- dbus_connection_read_write added for getting messages off the bus + in the absence of a mainloop +- Qt4 bindings added and the Qt3 bindings have been depricated +- python bindings: + - marshal using introspect data if available + - better exception handling and propigation + - private connections are now supported + - UTF-8 cleanups + - out_signature added to method decorators for specifying + how the return values should be marshaled + - sender_keyword added to method decorators for specifying + and argument to provide the unique name of the method caller + - async_callbacks added to method decorators + - multiple inheritance of classes now supported +- GLib bindings: + - respect NoReply annotations + - dbus_g_method_return_get_reply and dbus_g_method_return_send_reply + added to the lowlevel code for use when the dbus-glib marshalling + code is not adiquate +- numerous bug fixes all around + D-BUS 0.50 (06 September 2005) === This is a minor release from 0.36.2. The series number has changed -- cgit