summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2006-01-22 18:30:05 +0000
committerLennart Poettering <lennart@poettering.net>2006-01-22 18:30:05 +0000
commit25bed78fe328520b5b18014bb4bda8ef9ad1115d (patch)
treee82ec9b708d3bf5f8c313900d95d196c990eacff
parent0addd4154f4bd3b8d8c7dd11ca8aaca90898c3c3 (diff)
add release notes for avahi 0.6.5
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1097 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
-rw-r--r--docs/NEWS23
1 files changed, 23 insertions, 0 deletions
diff --git a/docs/NEWS b/docs/NEWS
index a67391f..da44ed5 100644
--- a/docs/NEWS
+++ b/docs/NEWS
@@ -1,3 +1,26 @@
+Avahi 0.6.5
+===========
+
+This release fixes some bugs and adds a new API function.
+
+ * avahi-browse: properly show services that are removed from the
+ network
+ * fix build on bi-arch platforms and on GNU/kFreeBSD
+ * add new API function avahi_nss_support() and DBUS function
+ IsNSSSupportAvailable() which may be used to detect whether
+ libc's gethostbyname() supports mDNS domain names.
+ * patch avahi-bookmarks to make use of
+ IsNSSSupportAvailable(). avahi-bookmarks will now generate links
+ with real hostnames instead of numeric IP addresses if mDNS support
+ is detected for gethostbyname().
+ * add init script for Mandriva Linux
+ * speed up avahi_client_free()
+ * man page updates
+ * install missing header thread-watch.h
+
+This release is backwards compatible with Avahi 0.6, 0.6.1, 0.6.2,
+0.6.3 and 0.6.4.
+
Avahi 0.6.4
===========