dbus ChangeLog,1.512,1.513
Seth Nickell
seth at pdx.freedesktop.org
Mon May 31 23:13:33 PDT 2004
Update of /cvs/dbus/dbus
In directory pdx:/tmp/cvs-serv16903
Modified Files:
ChangeLog
Log Message:
2004-06-01 Seth Nickell <seth at gnome.org>
* python/dbus_bindings.pyx.in:
* python/tests/test-client.py:
Round off basic type support. Add dicts (yay!), and
remaining array types.
Make MessageIter more general so it works for dicts too.
Mark all loop variables as C integers.
Index: ChangeLog
===================================================================
RCS file: /cvs/dbus/dbus/ChangeLog,v
retrieving revision 1.512
retrieving revision 1.513
diff -u -d -r1.512 -r1.513
--- a/ChangeLog 1 Jun 2004 03:02:26 -0000 1.512
+++ b/ChangeLog 1 Jun 2004 06:13:31 -0000 1.513
@@ -1,3 +1,15 @@
+2004-06-01 Seth Nickell <seth at gnome.org>
+
+ * python/dbus_bindings.pyx.in:
+ * python/tests/test-client.py:
+
+ Round off basic type support. Add dicts (yay!), and
+ remaining array types.
+
+ Make MessageIter more general so it works for dicts too.
+
+ Mark all loop variables as C integers.
+
2004-05-31 Havoc Pennington <hp at redhat.com>
* glib/dbus-gidl.c (method_info_add_arg): keep args sorted with
@@ -25,7 +37,7 @@
Test Suite: 1
Python Bindings: 0
- (fix string array memory trashing bug... oops)
+ Fix string array memory trashing bug... oops...
2004-05-30 Seth Nickell <seth at gnome.org>
More information about the dbus-commit
mailing list