summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorpdurante <pdurante@30a43799-04e7-0310-8b2b-ea0d24f86d0e>2006-12-31 02:03:53 +0000
committerpdurante <pdurante@30a43799-04e7-0310-8b2b-ea0d24f86d0e>2006-12-31 02:03:53 +0000
commit12266bd407e85c7468bc9dfd2284dfebdc9a9430 (patch)
treeeab68f058c2f383b8ece447ad3c733187c85d30c /TODO
parentd74a45890aac40a42f8eba4a4132a78162fd0f49 (diff)
downloaddbus-c++-12266bd407e85c7468bc9dfd2284dfebdc9a9430.tar.gz
* Bumped version number to 0.5.0
* Updated copyright notice to the upcoming year * Some s/DBus/D-Bus/g in the comments * Updated TODO list * Removed hardcoded version number from output file names * Added --enable-debug switch to ./configure (debug mode is now off by default) * Reordered autogen.sh (Robert Schwebel) * Removed autogenerated files (Robert Schwebel) * Fixed 'make maintainer-clean' (Robert Schebel) git-svn-id: http://dev.openwengo.org/svn/openwengo/wengophone-ng/branches/wengophone-dbus-api/libs/dbus@9042 30a43799-04e7-0310-8b2b-ea0d24f86d0e
Diffstat (limited to 'TODO')
-rw-r--r--TODO4
1 files changed, 3 insertions, 1 deletions
diff --git a/TODO b/TODO
index 4fe0787..988d58b 100644
--- a/TODO
+++ b/TODO
@@ -1,4 +1,6 @@
-* Fix dbusxx-xml2cpp to generate client-side proxies
* Implement continuations in a saner way
* Find time for some hardcore valgrinding
* Make DBus::Server free an incoming connection when it's disconnected, not when freeing the server
+* More examples
+* Inline (Doxygen-style) documentation
+* Native protocol implementation (as an alternative to libdbus)