diff options
author | Lennart Poettering <lennart@poettering.net> | 2005-10-17 18:28:18 +0000 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2005-10-17 18:28:18 +0000 |
commit | e59d53a034f0cfdede9c439d1fd7e5f25aea5802 (patch) | |
tree | 445eb4879d8407ddcc7c5064d6ed096e29838661 /docs | |
parent | ab758d7bf41d1d7565e80fe5d2bded0d18160ccb (diff) |
Rename "AvahiAnnouncement" to "AvahiAnnouncer" to match AvahiQuerier
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@794 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
Diffstat (limited to 'docs')
-rw-r--r-- | docs/TODO | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,6 @@ 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 -* rename AvahiAnnouncement to AvahiAnnouncer (to match AvahiQuerier) * 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] @@ -89,3 +88,4 @@ done: * split linux specific parts from iface.c * consolidate browsing failure events and add an API to query the reason * Add sensible record updating API +* rename AvahiAnnouncement to AvahiAnnouncer (to match AvahiQuerier) |