[lib-fix] If error -1 should be returned by kdbus_decode_msg
[platform/upstream/dbus.git] / doc / TODO
index 368144e..eb4e797 100644 (file)
--- 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
 ===