]> git.meshlink.io Git - catta/commitdiff
Add release notes for 0.6.1
authorLennart Poettering <lennart@poettering.net>
Thu, 24 Nov 2005 18:30:58 +0000 (18:30 +0000)
committerLennart Poettering <lennart@poettering.net>
Thu, 24 Nov 2005 18:30:58 +0000 (18:30 +0000)
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1032 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

docs/NEWS

index 1a20666839a5f82e2fc3aec1127a50058fb292df..1cd04a5a0b40507309ce416054ebf2c00f488a5c 100644 (file)
--- 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$