summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorHavoc Pennington <hp@redhat.com>2006-10-20 05:16:58 +0000
committerHavoc Pennington <hp@redhat.com>2006-10-20 05:16:58 +0000
commitebb239648b60872d0e840e6b4fd63af0eb7d0d5a (patch)
tree51a21bc0fbde76e391f7cef9be055aaa8fa0854c /doc
parent2a895edf6b1cad3915f5ca9e8b41f4bba780b2e0 (diff)
2006-10-20 Havoc Pennington <hp@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
Diffstat (limited to 'doc')
-rw-r--r--doc/TODO18
1 files changed, 10 insertions, 8 deletions
diff --git a/doc/TODO b/doc/TODO
index b7b1b4d0..368144e4 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -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 @@ Can Be Post 1.0
- 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
===