dbus/doc TODO,1.91,1.92
Havoc Pennington
hp at freedesktop.org
Sat Jul 30 11:33:58 EST 2005
Update of /cvs/dbus/dbus/doc
In directory gabe:/tmp/cvs-serv2703/doc
Modified Files:
TODO
Log Message:
2005-07-29 Havoc Pennington <hp at redhat.com>
* test/glib/test-profile.c (write_junk): initialize the junk
buffer so valgrind doesn't have a breakdown
Index: TODO
===================================================================
RCS file: /cvs/dbus/dbus/doc/TODO,v
retrieving revision 1.91
retrieving revision 1.92
diff -u -d -r1.91 -r1.92
--- TODO 29 Jul 2005 17:46:58 -0000 1.91
+++ TODO 30 Jul 2005 01:33:55 -0000 1.92
@@ -28,6 +28,13 @@
- Add support for getting sender
+ - format_version in the object info doesn't look like it's handled correctly. The creator
+ of the object info should specify some fixed number per struct version; the library
+ should handle only specific numbers it knows about. There's no assumption that all
+ numbers >= the given one are compatible. The idea is that new versions of the lib
+ can offer totally different object info structs, but old versions
+ keep working.
+
Important for 1.0 Python bindings
===
More information about the dbus-commit
mailing list