summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TODO6
-rw-r--r--changelog1
2 files changed, 5 insertions, 2 deletions
diff --git a/TODO b/TODO
index 414a02b..bd0073d 100644
--- a/TODO
+++ b/TODO
@@ -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
diff --git a/changelog b/changelog
index 0cf2f31..9eaae15 100644
--- a/changelog
+++ b/changelog
@@ -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: