diff options
| author | Havoc Pennington <hp@redhat.com> | 2003-05-05 19:12:58 +0000 | 
|---|---|---|
| committer | Havoc Pennington <hp@redhat.com> | 2003-05-05 19:12:58 +0000 | 
| commit | e2a1ff66c3374a4f60536e83a19b343e3700125f (patch) | |
| tree | 0ce3afe5f9cccb2e41e76753b14ba6a26abe5b2b | |
| parent | d1c7eefb66483c3ea4d9e7fb6dca23dcfac8cad5 (diff) | |
add note to TODO about serial numbers
| -rw-r--r-- | doc/TODO | 5 | 
1 files changed, 5 insertions, 0 deletions
@@ -54,3 +54,8 @@   - write a DTD for the dbus-daemon-1 configuration file   - build and install the Doxygen manual in Makefile when --enable-docs + + - if you send the same message to multiple connections, the serial number  +   will only be right for one of them. Probably need to just write() the serial  +   number, rather than putting it in the DBusMessage, or something. +  | 
