summaryrefslogtreecommitdiffstats
path: root/docs/API-CHANGES-0.6
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2005-10-25 20:50:45 +0000
committerLennart Poettering <lennart@poettering.net>2005-10-25 20:50:45 +0000
commit7a7ffa0a841d3096259b55603f477e7e952516f9 (patch)
treeda55befc824749d2604e1d72fdafffec60846091 /docs/API-CHANGES-0.6
parent25de50ea4fc9b87efef09f44287436eb2275ebae (diff)
document that AVAHI_ERR_LOCAL_COLLISION has been renamed to AVAHI_ERR_COLLISION
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@869 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
Diffstat (limited to 'docs/API-CHANGES-0.6')
-rw-r--r--docs/API-CHANGES-0.611
1 files changed, 6 insertions, 5 deletions
diff --git a/docs/API-CHANGES-0.6 b/docs/API-CHANGES-0.6
index 965e521..bc9ed34 100644
--- a/docs/API-CHANGES-0.6
+++ b/docs/API-CHANGES-0.6
@@ -11,11 +11,10 @@ A terse list of API changes between 0.5.2 and 0.6:
* avahi-core/core.h has been split into core.h publish.h lookup.h
- * avahi_client_is_service_local() has been removed. The special flags
- AVAHI_LOOKUP_RESULT_LOCAL and AVAHI_LOOKUP_RESULT_OUR_OWN which are
- set when resolving or browsing for
- services. AVAHI_LOOKUP_RESULT_OUR_OWN is what most people should
- use.
+ * avahi_client_is_service_local() has been removed. Use instead the special
+ flags AVAHI_LOOKUP_RESULT_LOCAL and AVAHI_LOOKUP_RESULT_OUR_OWN which are
+ set when resolving or browsing for services. AVAHI_LOOKUP_RESULT_OUR_OWN is
+ what most people should use.
* AVAHI_RESOLVER_TIMEOUT and AVAHI_RESOLVER_NOT_FOUND have been
removed. Instead AVAHI_RESOLVER_FAILURE is used and the exact error
@@ -53,5 +52,7 @@ A terse list of API changes between 0.5.2 and 0.6:
* The functions avahi_service_name_join() and
avahi_service_name_split() have been introduced.
+
+ * AVAHI_ERR_LOCAL_COLLISION has been renamed to AVAHI_ERR_COLLSION
$Id$