From 14b8e77f72911a2e33312a1a9860d5c2672992b6 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Thu, 24 Nov 2005 18:30:58 +0000 Subject: Add release notes for 0.6.1 git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1032 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe --- docs/NEWS | 28 +++++++++++++++++++++++++++- 1 file changed, 27 insertions(+), 1 deletion(-) 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$ -- cgit