dbus ChangeLog,1.506,1.507
Seth Nickell
seth at pdx.freedesktop.org
Sat May 29 22:30:11 PDT 2004
Update of /cvs/dbus/dbus
In directory pdx:/tmp/cvs-serv2439
Modified Files:
ChangeLog
Log Message:
2004-05-30 Seth Nickell <seth at gnome.org>
* python/dbus_bindings.pyx.in:
Add support for ObjectPath type.
* python/dbus.py:
Refactor message handling code to a common function.
* python/tests/test-client.py:
* python/tests/test-server.py:
Add tests that check to make sure values of all types
can be echoed from a service w/o mangling.
Index: ChangeLog
===================================================================
RCS file: /cvs/dbus/dbus/ChangeLog,v
retrieving revision 1.506
retrieving revision 1.507
diff -u -d -r1.506 -r1.507
--- a/ChangeLog 30 May 2004 02:26:48 -0000 1.506
+++ b/ChangeLog 30 May 2004 05:30:09 -0000 1.507
@@ -1,3 +1,19 @@
+2004-05-30 Seth Nickell <seth at gnome.org>
+
+ * python/dbus_bindings.pyx.in:
+
+ Add support for ObjectPath type.
+
+ * python/dbus.py:
+
+ Refactor message handling code to a common function.
+
+ * python/tests/test-client.py:
+ * python/tests/test-server.py:
+
+ Add tests that check to make sure values of all types
+ can be echoed from a service w/o mangling.
+
2004-05-29 Seth Nickell <seth at gnome.org>
* python/dbus.py:
More information about the dbus-commit
mailing list