dbus ChangeLog,1.693,1.694
Joe Shaw
joe at freedesktop.org
Fri Feb 11 16:51:35 PST 2005
Update of /cvs/dbus/dbus
In directory gabe:/tmp/cvs-serv17905
Modified Files:
ChangeLog
Log Message:
2005-02-11 Joe Shaw <joeshaw at 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.
Index: ChangeLog
===================================================================
RCS file: /cvs/dbus/dbus/ChangeLog,v
retrieving revision 1.693
retrieving revision 1.694
diff -u -d -r1.693 -r1.694
--- ChangeLog 11 Feb 2005 19:51:18 -0000 1.693
+++ ChangeLog 12 Feb 2005 00:51:33 -0000 1.694
@@ -1,3 +1,13 @@
+2005-02-11 Joe Shaw <joeshaw at 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 at redhat.com>
* python/dbus.py (class Sender): added to support dbus signals better
More information about the dbus-commit
mailing list