diff options
-rw-r--r-- | TODO | 6 | ||||
-rw-r--r-- | changelog | 1 |
2 files changed, 5 insertions, 2 deletions
@@ -1,6 +1,8 @@ + * test bus daemon on non-java things + * add other bus types support to daemon + * check if need to split sending thread in AbstractConnection and disable non-blocking * autolaunch - * fix bus daemon - * test on windbus + * test on windbus/java daemon on windows * autodetection of float support * allow 'virtual' object handlers, so that all object paths under a certain hierarchy are handled by the same object * fix dbus-viewer to recurse on paths @@ -27,6 +27,7 @@ Version 2.0: * Fix TCP and SHA-1 auth * fix wrapper scripts with new depends * add a DBusDaemon + * Make daemon multithreaded; performance improvements Version 1.13: |