dbus/doc TODO,1.32,1.33
Havoc Pennington
hp@pdx.freedesktop.org
Wed, 22 Oct 2003 09:01:10 -0700
Update of /cvs/dbus/dbus/doc
In directory pdx:/tmp/cvs-serv6152/doc
Modified Files:
TODO
Log Message:
2003-10-22 Havoc Pennington <hp@redhat.com>
* bus/bus.c (bus_context_check_security_policy): fix up assertion
* bus/connection.c (bus_transaction_send_from_driver): set the
destination to the connection's base service
Index: TODO
===================================================================
RCS file: /cvs/dbus/dbus/doc/TODO,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -d -r1.32 -r1.33
--- TODO 21 Oct 2003 05:46:52 -0000 1.32
+++ TODO 22 Oct 2003 16:01:08 -0000 1.33
@@ -122,3 +122,7 @@
- the auth protocol may as well use hex encoding instead of
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