summaryrefslogtreecommitdiffstats
path: root/doc/TODO
diff options
context:
space:
mode:
authorJohn (J5) Palmieri <johnp@redhat.com>2004-04-22 19:14:46 +0000
committerJohn (J5) Palmieri <johnp@redhat.com>2004-04-22 19:14:46 +0000
commitc24e6e11a6f9cabfd0311242f8388c8d82e840dc (patch)
treeccb1ca19ddf9bca7647a51351f023d5875acb480 /doc/TODO
parent6971a06b04b3fdd48b61202b2276e8140f4b7be0 (diff)
* rename HEADER_FIELD_SERVICE -> HEADER_FIELD_DESTINATION
and HEADER_FIELD_SENDER_SERVICE -> HEADER_FIELD_SENDER for both dbus-protocol.h and in the spec
Diffstat (limited to 'doc/TODO')
-rw-r--r--doc/TODO4
1 files changed, 0 insertions, 4 deletions
diff --git a/doc/TODO b/doc/TODO
index 77308c29..7105910b 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -120,10 +120,6 @@
base64, then we can dump the base64 implementation and
save some bloat.
- - rename HEADER_FIELD_SERVICE -> HEADER_FIELD_DESTINATION
- and HEADER_FIELD_SENDER_SERVICE -> HEADER_FIELD_SENDER
- for both dbus-protocol.h and in the spec
-
- Better error checking for bogus configuration files. Currently if a
configuration file tries to include itself the bus crashes on start. We
should probably have a check against this.