summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2005-09-14 18:07:43 +0000
committerLennart Poettering <lennart@poettering.net>2005-09-14 18:07:43 +0000
commit88beec5e4fad4bfd9fbe51e7cf2320d53669f80d (patch)
treef12a1f5132e852412dd8a7d29ebfa3be7c6c7ce1
parent5911ded1909977dd2b8d6463bf321105825456c5 (diff)
the API to determine if a service is local does not depend on the cookie stuff
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@590 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
-rw-r--r--docs/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/NEWS b/docs/NEWS
index 115cd6f..61a04bd 100644
--- a/docs/NEWS
+++ b/docs/NEWS
@@ -8,7 +8,7 @@ Avahi 0.5, the 'omghai2uasl' release
* Attempt auto-detection of the D-BUS system bus address
* Include a 'cookie' in all published records which allows us
to reliably determine if a service is our own.
- * Add API using the cookie to determine if services are local
+ * Add API to determine if services are local
* Better support for threading with AvahiSimplePoll
* Add some new StringList functions to help binding to it in
other languages