summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2005-11-14 21:47:19 +0000
committerLennart Poettering <lennart@poettering.net>2005-11-14 21:47:19 +0000
commit20c18433ce13ec9ecaa22e68171a34f3aff0e71e (patch)
treef5342912c489f1aacac6ffbdfc10baef3bfd1976
parentff9cf1d086013a466bd7d9a585dfb05749dbd5e1 (diff)
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
-rw-r--r--docs/TODO2
1 files changed, 1 insertions, 1 deletions
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