X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=doc%2FTODO;h=eb4e797ff6fcc61919e9194c3dc75605706dac45;hb=16ed767007722d7450e6f5a4e23fff0166f466dc;hp=368144e412db85a2ae83a7f67bbd6cf075d4296e;hpb=ebb239648b60872d0e840e6b4fd63af0eb7d0d5a;p=platform%2Fupstream%2Fdbus.git diff --git a/doc/TODO b/doc/TODO index 368144e..eb4e797 100644 --- a/doc/TODO +++ b/doc/TODO @@ -1,7 +1,9 @@ -Important for 1.0 +Important for 1.2 === - - support recursive locks in dbus_threads_init_default() + - System bus activation + + - Windows port Important for 1.0 GLib Bindings === @@ -36,6 +38,15 @@ Might as Well for 1.0 Can Be Post 1.0 === + - revamp dbus-launch a bit, + see http://lists.freedesktop.org/archives/dbus/2006-October/005906.html + for some thoughts. + + - clean up the creds issue on *BSD's in dbus/dbus-sysdeps-unix.c. + They should work as is but we need to rearange it to make it + clearer which method is being used. configure.in should + be fixed up to make that decition. + - _dbus_connection_unref_unlocked() is essentially always broken because the connection finalizer calls non-unlocked functions. One fix is to make the finalizer run with the lock held, but since it calls out to the app that may @@ -131,6 +142,8 @@ Can Be Post 1.0 - just before 1.0, try a HAVE_INT64=0 build and be sure it runs + - Windows port needs recursive mutexes + Should Be Post 1.0 ===