From b0e260cd15f5d95f501eba254a803f180d547174 Mon Sep 17 00:00:00 2001 From: Ryan Lortie Date: Fri, 18 Feb 2005 18:18:32 +0000 Subject: This commit was manufactured by cvs2svn to create tag 'dbus-0.23.2'. --- NEWS | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index a6c25ea3..07bfae88 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,17 @@ +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