summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2006-09-13 20:12:38 +0000
committerLennart Poettering <lennart@poettering.net>2006-09-13 20:12:38 +0000
commita09c6b5182720c67e150f9db459f661f5bc41893 (patch)
tree548a3c9d3a2c08c9ab113ae6711ceec98f6ccd51
parent6702120361ffb2efdf33d94c520643c51ef4a920 (diff)
update NEWS file
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1324 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
-rw-r--r--docs/NEWS38
1 files changed, 38 insertions, 0 deletions
diff --git a/docs/NEWS b/docs/NEWS
index 4f5e4fc..fe561a5 100644
--- a/docs/NEWS
+++ b/docs/NEWS
@@ -1,3 +1,41 @@
+Avahi 0.6.14
+============
+
+This release fixes some bugs and includes a new component.
+
+Changes:
+
+ * Add new daemon "avahi-autoipd" which is an implementation of
+ IPv4LL as defined in RFC3927. While it is not the first
+ implemenatation of this technology for Free operating systems it
+ is clearly the most powerful and hopefully even the most
+ secure. (Because it chroot()s and drops priviliges and suchlike)
+ For more information, especially about packaging this new tool for
+ distributions, please make sure to read:
+ http://avahi.org/wiki/AvahiAutoipd
+ For the rationale for adding this program to the Avahi toolset
+ please read this mailing list thread:
+ http://lists.freedesktop.org/archives/avahi/2006-September/000863.html
+ * Fix a segfault in the code handling static host name registrations
+ * Add a few new entries to the service type database
+ * s/D-?BUS/D-Bus/g
+ * Documentation updates
+ * Fix service type database building on Solaris
+ * Make use of newer D-Bus APIs
+ * Fix random seed initialization
+ * Install SFTP static service file by default
+ * Other minor code cleanups
+
+This release is backwards compatible with Avahi 0.6.x with x < 14.
+
+Please note that this version doesn't compile on NetBSD, patches
+welcome.
+
+Please note that avahi-autoipd is available on Linux only for
+now. Patches welcome. It is recommended to pass --disable-autoipd to
+"configure" on non-Linux operating systems, otherwise the build will
+fail.
+
Avahi 0.6.13
============