From c3575017e2137ef664e4735bd6f9ff1209653ef3 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 25 Oct 2005 22:20:37 +0000 Subject: * replace AF_UNSPEC by AVAHI_PROTO_UNSPEC in client-test.c * remove some functions from the public API in avahi-common/{domain,address}.[ch] and move them into avahi-core/{domain-util,add-util}.[ch] * properly generate CNAME responses * add some more comments to server.c git-svn-id: file:///home/lennart/svn/public/avahi/trunk@871 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe --- docs/TODO | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'docs') diff --git a/docs/TODO b/docs/TODO index 65a606a..757fb82 100644 --- a/docs/TODO +++ b/docs/TODO @@ -1,11 +1,11 @@ for 0.6: * remove outgoing queries from queue if the browse object they were issued from is destroyed * add API to allow user to tell the server that some service is not reachable -* generate local CNAME responses * 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] -* unify argument oder of functions returning a string in a user supplied buffer +* unify argument order of functions returning a string in a user supplied buffer +* remove irrelevant functions from pubic rr.h API later: * add simplification routine for adding services @@ -96,3 +96,4 @@ done: * drop partially created created entries on failure * add error state for server and entry group * make sure that all limit definitions end with _MAX +* generate local CNAME responses -- cgit