dbus/doc TODO,1.34,1.35

Mikael Hallendal micke@pdx.freedesktop.org
Sat, 13 Dec 2003 06:30:39 -0800


Update of /cvs/dbus/dbus/doc
In directory pdx:/tmp/cvs-serv7675/doc

Modified Files:
	TODO 
Log Message:
2003-12-13  Mikael Hallendal  <micke@imendio.com>

	* doc/TODO: Added not about better error check of configuration files.



Index: TODO
===================================================================
RCS file: /cvs/dbus/dbus/doc/TODO,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -d -r1.34 -r1.35
--- TODO	1 Nov 2003 18:24:32 -0000	1.34
+++ TODO	13 Dec 2003 14:30:37 -0000	1.35
@@ -128,3 +128,7 @@
  - 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.