dbus/doc TODO,1.110,1.111
Havoc Pennington
hp at kemper.freedesktop.org
Thu Oct 19 22:17:00 PDT 2006
Update of /cvs/dbus/dbus/doc
In directory kemper:/tmp/cvs-serv4745/doc
Modified Files:
TODO
Log Message:
2006-10-20 Havoc Pennington <hp at redhat.com>
* doc/TODO: remove the int64 thing from 1.0 since it doesn't
matter, and the message-loader-breaker thing since nobody is going
to do it. Add an item to 1.0 about supporting recursive locks
in dbus_threads_init_default() though, since it should be easy.
* dbus/dbus-connection.c (_dbus_connection_read_write_dispatch):
Fix this in the !dispatch case to avoid busy-looping after
disconnection
* More misc docs improvements
Index: TODO
===================================================================
RCS file: /cvs/dbus/dbus/doc/TODO,v
retrieving revision 1.110
retrieving revision 1.111
diff -u -d -r1.110 -r1.111
--- TODO 14 Oct 2006 16:25:53 -0000 1.110
+++ TODO 20 Oct 2006 05:16:58 -0000 1.111
@@ -1,14 +1,7 @@
Important for 1.0
===
- - the "break loader" and valid/invalid message tests are all disabled;
- they need to be fixed and re-enabled with the new message args stuff.
- I think I want to drop the .message files thing and just have code
- that generates messages, more like the tests for
- dbus-marshal-recursive.c (this is mostly done now, just needs some
- cleanup)
-
- - just before 1.0, try a HAVE_INT64=0 build and be sure it runs
+ - support recursive locks in dbus_threads_init_default()
Important for 1.0 GLib Bindings
===
@@ -129,6 +122,15 @@
- Match rules aren't in the spec (probably a lot of methods on the bus
are not)
+ - the "break loader" and valid/invalid message tests are all disabled;
+ they need to be fixed and re-enabled with the new message args stuff.
+ I think I want to drop the .message files thing and just have code
+ that generates messages, more like the tests for
+ dbus-marshal-recursive.c (this is mostly done now, just needs some
+ cleanup)
+
+ - just before 1.0, try a HAVE_INT64=0 build and be sure it runs
+
Should Be Post 1.0
===
More information about the dbus-commit
mailing list