X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=docs%2FNEWS;h=3bf5b07edbb40cb2214c743f762d30e081a94955;hb=8887d20666736c74b72c77d7a5339271bfbb6f14;hp=f6d04c629233eccb386bf90ac4ca95c1bec3f786;hpb=71ef4b773ae4cc737dde645b76b8ffa0ace227e5;p=catta diff --git a/docs/NEWS b/docs/NEWS index f6d04c6..3bf5b07 100644 --- a/docs/NEWS +++ b/docs/NEWS @@ -1,3 +1,43 @@ +Avahi 0.6.17 +============ + +This is a bugfix release. + + * Don't accept "localhost" as a local mDNS host name + * Allow running avahi-bookmarks as CGI script + * Improve libdns_sd compatibility + * Stability: libdns_sd mutex locking order fix + * Publish IPv6 addresses via IPv4 and vice versa + * IA64 fixes + * A lot of minor cleanups and fixes + +This release is backwards compatible with Avahi 0.6.x with x < 17. + +Avahi 0.6.16 +============ + +This is a bugfix release, it fixes one DoS (100% CPU Usage) and a regression +from the last release + + * Revert previous patch to check nlmsg_pid as it is bogus and breaks in + many cases, notably when using NetworkManager (Closes: #72) + * Replace with new SO_PASSCRED-based check of the sending UID, which + seems to work better (Closes: #72) + * Handle some errors in libdns_sd more gracefully the way the real + libdns_sd does (Closes: #64) + * Apply fix for Linux 2.6.19+ where IFA_RTA / IFLA_RTA is no longer + defined (Closes: #86) + * Fix doxygen comments for avahi watch, thanks to tedp (Closes: #77) + * Make d-bus version detection work for >= 1.0 (Closes: #71) + * Dont dbus_connection_close on shared dbus connections (Closes: #68) + * Fix potential endless loop in dns label unpacking code (Closes: #84) + * Fix bogus assertion in client-publish-service.c example + * Mild fix to some doxygen docs for avahi-common/address.h + * Fix passing in custom priviledged group (previously ignored setting) + (Closes: #85) + +This release is backwards compatible with Avahi 0.6.x with x < 16. + Avahi 0.6.15 ============