From 0242b82152e7d1bd529a2248e97a7db0c5b6e4be Mon Sep 17 00:00:00 2001 From: Joe Shaw Date: Sat, 12 Feb 2005 00:51:33 +0000 Subject: 2005-02-11 Joe Shaw * mono/Connection.cs: The unpredictability of finalizers in mono prevents us from deterministically disconnecting the filters from the Service class's finalizer, so move tracking of filters and matches here. Add API for that. * mono/Service.cs: Remove the code, add code which calls the methods now on the Connection class. --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 1789aacf..9903710a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2005-02-11 Joe Shaw + + * mono/Connection.cs: The unpredictability of finalizers in mono + prevents us from deterministically disconnecting the filters from + the Service class's finalizer, so move tracking of filters and + matches here. Add API for that. + + * mono/Service.cs: Remove the code, add code which calls the + methods now on the Connection class. + 2005-02-11 John (J5) Palmieri * python/dbus.py (class Sender): added to support dbus signals better -- cgit