summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2005-11-24 18:30:58 +0000
committerLennart Poettering <lennart@poettering.net>2005-11-24 18:30:58 +0000
commit14b8e77f72911a2e33312a1a9860d5c2672992b6 (patch)
tree2dcf99d856c9f4cff7fb77189dda26d66458b8b4
parentd60e0ed319b741371f92b732eda1f3f304ff1939 (diff)
Add release notes for 0.6.1
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1032 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
-rw-r--r--docs/NEWS28
1 files changed, 27 insertions, 1 deletions
diff --git a/docs/NEWS b/docs/NEWS
index 1a20666..1cd04a5 100644
--- a/docs/NEWS
+++ b/docs/NEWS
@@ -1,4 +1,28 @@
-$Id$
+Avahi 0.6.1
+===========
+
+This is mostly a bugfix release.
+
+ * Fix a segfault when shutting down the daemon. Please note that this
+ issue was not security sensitive in any way but had the ugly side
+ effect that the daemon's PID file was not removed properly.
+ * Added init scripts for ArchLinux and FreeBSD
+ * Add DBUS API versioning through the new method GetAPIVersion()
+ * Build the HOWL compatibility library as "libhowl.so", instead of
+ "libavahi-compat-howl.so". This will help distributors to ensure
+ full API/ABI compatibility with HOWL out-of-the-box.
+ * Same for the Bonjour compatibility library
+ * Other fixes
+
+We encourage Linux users to update to libdaemon 0.10 since logging
+does not work from a chroot() environment with older versions.
+
+This release is fully API and ABI compatible with Avahi 0.6. This is
+true for both the C libraries and the DBUS interface.
+
+Packagers should read the new documentation file doc/COMPAT-LAYERS
+which contains some information about maintaining full build system
+compatibility in addition to ABI/API compatibility.
Avahi 0.6, the "Goddag" release
===============================
@@ -201,3 +225,5 @@ contribution to Avahi 0.1.
Cheers,
The Avahi Team
+
+$Id$