summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorSeth Nickell <seth@gnome.org>2004-05-30 06:21:00 +0000
committerSeth Nickell <seth@gnome.org>2004-05-30 06:21:00 +0000
commit8a10d91cc0b6f75c07e69c4663b8aea4e6096be2 (patch)
treebd1f6d793ae83c5b9fc4813e02e0061df3d5ebd7 /ChangeLog
parent26c937cb302506c0f4dd96e2a1dd98535f167696 (diff)
2004-05-30 Seth Nickell <seth@gnome.org>
* python/dbus_bindings.pyx.in: * python/tests/test-client.py: Add some more tests and fix errors that crop up. Unfortunately, currently it seems like marshalling and unmarshalling of lists is completely broken :-(
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b10a59d7..936ceaf3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,15 @@
2004-05-30 Seth Nickell <seth@gnome.org>
* python/dbus_bindings.pyx.in:
+ * python/tests/test-client.py:
+
+ Add some more tests and fix errors that crop up.
+ Unfortunately, currently it seems like marshalling
+ and unmarshalling of lists is completely broken :-(
+
+2004-05-30 Seth Nickell <seth@gnome.org>
+
+ * python/dbus_bindings.pyx.in:
Add support for ObjectPath type.