summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2006-01-15 14:27:11 +0000
committerLennart Poettering <lennart@poettering.net>2006-01-15 14:27:11 +0000
commit9693638f576929c51eb48cc692f9008b4aed7901 (patch)
tree95b34727860376d0df822797aa31552a7329eba8
parentd58a7d27ad23a83ffc24efd84b2627bce2723512 (diff)
update NEWS file
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1078 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
-rw-r--r--docs/NEWS19
1 files changed, 19 insertions, 0 deletions
diff --git a/docs/NEWS b/docs/NEWS
index c866ac8..a67391f 100644
--- a/docs/NEWS
+++ b/docs/NEWS
@@ -1,3 +1,22 @@
+Avahi 0.6.4
+===========
+
+This is a bugfix release and adds a new event loop implementation to
+avahi-common's public interface.
+
+ * avahi-common: add new AvahiThreadedPool event loop implementation
+ * avahi-sharp: compatibility with newer mono versions
+ * avahi-publish-service: don't ignore the port number specified
+ * avahi-sharp: correct some flags definitions
+
+This release is backwards compatible with Avahi 0.6, 0.6.1, 0.6.2 and
+0.6.3.
+
+A quick introduction how to use the new AvahiThreadedPool interface is
+available in our Wiki:
+
+ http://avahi.org/wiki/RunningAvahiClientAsThread
+
Avahi 0.6.3
===========