From 20c18433ce13ec9ecaa22e68171a34f3aff0e71e Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Mon, 14 Nov 2005 21:47:19 +0000 Subject: I decided to not implement a "reconfirm_record()" API for Avahi 0.6. I don't see how this should ever become handy. I couldn't find a single program on the internet that makes use of the Apple's equivalent function DNSServiceReconfirmRecord(). It's just too complicated to use this function properly, so I guess there is no point in adding it now. Let's see if Apple improves the situation eventually, and how. git-svn-id: file:///home/lennart/svn/public/avahi/trunk@960 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe --- docs/TODO | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/TODO b/docs/TODO index 77a2016..9b77006 100644 --- a/docs/TODO +++ b/docs/TODO @@ -1,5 +1,4 @@ for 0.6: -* add API to allow user to tell the server that some service is not reachable * pass *all* Bonjour conformance tests * Add static host configuration like static services [lathiat] * Expose AvahiSRecordBrowser over D-BUS and implement in avahi-client [lathiat] @@ -19,6 +18,7 @@ later: * long lived queries * libavahi-compat-libdns_sd: implement kDNSServiceFlagsNoAutoRename and missing functions * libavahi-compat-howl: implement missing functions +* add API to allow user to tell the server that some service is not reachable done: * drop glib from avahi-daemon -- cgit