summaryrefslogtreecommitdiffstats
path: root/docs/TODO
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2005-10-18 19:53:47 +0000
committerLennart Poettering <lennart@poettering.net>2005-10-18 19:53:47 +0000
commit3aeee19e4d56b2e92859986981843b89e387c045 (patch)
treec2a14730bf50cb793c5094b4b1aa227043b3afc8 /docs/TODO
parent6b391bb81f0dce0193a722254016b26c12a17643 (diff)
update TODO
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@812 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
Diffstat (limited to 'docs/TODO')
-rw-r--r--docs/TODO6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/TODO b/docs/TODO
index 6fe526f..347c5ea 100644
--- a/docs/TODO
+++ b/docs/TODO
@@ -3,12 +3,10 @@ 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
* drop partially created created entries on failure
+* 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]
-* remove AVAHI_PUBLISH_IS_PROXY
-* replace avahi_server_is_service_local() by AVAHI_PUBLISH flag
later:
* implement avahi-utils in C
@@ -92,3 +90,5 @@ done:
* consolidate browsing failure events and add an API to query the reason
* Add sensible record updating API
* rename AvahiAnnouncement to AvahiAnnouncer (to match AvahiQuerier)
+* remove AVAHI_PUBLISH_IS_PROXY
+* replace avahi_server_is_service_local() by AVAHI_PUBLISH flag