summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJoe Shaw <joeshaw@novell.com>2005-02-12 00:51:33 +0000
committerJoe Shaw <joeshaw@novell.com>2005-02-12 00:51:33 +0000
commit0242b82152e7d1bd529a2248e97a7db0c5b6e4be (patch)
tree733cf07dc3a854026262d4451e7f140e3be39853 /ChangeLog
parent38dad64aced7360e43de5670c10d484caff3defe (diff)
2005-02-11 Joe Shaw <joeshaw@novell.com>
* 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.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1789aacf..9903710a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2005-02-11 Joe Shaw <joeshaw@novell.com>
+
+ * 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 <johnp@redhat.com>
* python/dbus.py (class Sender): added to support dbus signals better