From b61b94a14488f22ab7f136dc0a9f6c7787d3f510 Mon Sep 17 00:00:00 2001 From: Ryan Lortie Date: Wed, 9 Mar 2005 23:12:24 +0000 Subject: This commit was manufactured by cvs2svn to create tag 'dbus-0.23.3'. --- NEWS | 41 +++++++++++++++++------------------------ 1 file changed, 17 insertions(+), 24 deletions(-) (limited to 'NEWS') diff --git a/NEWS b/NEWS index dc1199d7..720f43c1 100644 --- a/NEWS +++ b/NEWS @@ -1,29 +1,22 @@ -D-BUS 0.31 (07 Mar 2005) +D-BUS 0.23.3 (9 Mar 2005) === +- add back dbus_pending_call_get_reply() which was removed accidentally. +- fix a memory leak in return messages +- fix many memory leaks and lifecycle issues in the mono bindings. -- land the new message args API and recursive type system -- add docs and fixed Doxygen warnings throught source -- split out some functions not needed in libdbus to *-util.c source files -- take out type convienience functions -- libdbus now back below 150K -- booleans are now 32-bit instead of 8-bit -- specification updated -- grand renaming to strip out the use of "service" - just say "name" instead (or "bus name" when ambiguous) -- rename dbus-daemon-1 to dbus-daemon throughout -- rename activation to auto-start -- auto-start on by default now -- note that libdbus is the low-level API -- python bindings updated to the new API -- mono bindings updated to the new API -- add 16 bit types -- dictionaries are now ARRAYS of DICT_ENTRY -- dbus-glib-tool renamed to dbus-binding-tool -- massive rewrite of the glib bindings -- saner names for the dbus interface, object path and service defines -- new functions for handling type signitures -- bump sonames for libdbus and libdbus-glib -- various small fixes +D-BUS 0.23.2 (18 Feb 2005) +=== +- shuffle some code around in the mono bindings to deterministically + finalize classes so that delegates are unregistered correctly. +- backport a bunch of thread locking-related fixes from HEAD. + +D-BUS 0.23.1 (11 Feb 2005) +=== +- fix a bug in which the bus daemon wouldn't recognize that a service + owner quit +- fix a bug in the mono bindings that would cause unmanaged code to + call back into a delegate that had been garbage collected and + crashed. D-BUS 0.23 (11 Jan 2005) === -- cgit