From f17d2832301b0f2fcd50fdcc6fec77666178158f Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Mon, 24 Oct 2005 22:41:39 +0000 Subject: * add new entry group state AVAHI_ENTRY_GROUP_FAILURE * pass error code alongside entry gorup state changes over DBUS * add new server state AVAHI_SERVER_FAILURE * pass error code alongside server state changes over DBUS * fix client-publish-service * rename error code AVAHI_ERR_LOCAL_COLLISION to AVAHI_ERR_COLLISION * update TODO git-svn-id: file:///home/lennart/svn/public/avahi/trunk@854 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe --- docs/TODO | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs') diff --git a/docs/TODO b/docs/TODO index a851d33..aaea9a9 100644 --- a/docs/TODO +++ b/docs/TODO @@ -6,6 +6,8 @@ for 0.6: * add support for subtypes in static services * Add static host configuration like static services [lathiat] * wrap avahi_server_add_record() via DBUS and in avahi-client [lathiat] +* make sure that all limit definitions end with _MAX +* unify argument oder of functions returning a string in a user supplied buffer later: * add simplification routine for adding services -- cgit