dbus ChangeLog,1.930,1.931
Robert McQueen
robot101 at freedesktop.org
Sun Nov 27 08:40:59 PST 2005
Update of /cvs/dbus/dbus
In directory gabe:/tmp/cvs-serv16946
Modified Files:
ChangeLog
Log Message:
2005-11-27 Robert McQueen <robot101 at debian.org>
* python/dbus_bindings.pyx: Fix a bug where doing a strict append
with type v of an instance of dbus.Variant(foo, type='x') caused
it to be boxed twice before sending over the bus.
* python/dbus_bindings.pyx, python/service.py,
test/python/test-client.py: Update the constants for the new
request_name flags, and update comments/test cases now that queueing
is the default action.
Index: ChangeLog
===================================================================
RCS file: /cvs/dbus/dbus/ChangeLog,v
retrieving revision 1.930
retrieving revision 1.931
diff -u -d -r1.930 -r1.931
--- ChangeLog 22 Nov 2005 20:42:49 -0000 1.930
+++ ChangeLog 27 Nov 2005 16:40:57 -0000 1.931
@@ -1,3 +1,14 @@
+2005-11-27 Robert McQueen <robot101 at debian.org>
+
+ * python/dbus_bindings.pyx: Fix a bug where doing a strict append
+ with type v of an instance of dbus.Variant(foo, type='x') caused
+ it to be boxed twice before sending over the bus.
+
+ * python/dbus_bindings.pyx, python/service.py,
+ test/python/test-client.py: Update the constants for the new
+ request_name flags, and update comments/test cases now that queueing
+ is the default action.
+
2005-11-22 John (J5) Palmieri <johnp at redhat.com>
* configure.in:
More information about the dbus-commit
mailing list