2003-12-13 Mikael Hallendal <micke@imendio.com>
authorMikael Hallendal <micke@imendio.com>
Sat, 13 Dec 2003 14:30:37 +0000 (14:30 +0000)
committerMikael Hallendal <micke@imendio.com>
Sat, 13 Dec 2003 14:30:37 +0000 (14:30 +0000)
* doc/TODO: Added not about better error check of configuration files.

ChangeLog
doc/TODO

index ccf317d..26e461a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2003-12-13  Mikael Hallendal  <micke@imendio.com>
+
+       * doc/TODO: Added not about better error check of configuration files.
+
 2003-12-02  Richard Hult  <richard@imendio.com>
 
        * Update AFL version to 2.0 throughout the source files to reflect
index 6c56f9b..0ce8882 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
  - 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.