X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=docs%2FNEWS;h=55bff0657e25b1d3aecd1bd14921ff8150e30743;hb=8edd02efe5048c2eadcdf391951f607ab092eb89;hp=fd37d42e50d200ae09da16a0cb1d1e95e20ef86d;hpb=2c34e9d4eebf3b051ed69ceb7977402af267d7c9;p=catta diff --git a/docs/NEWS b/docs/NEWS index fd37d42..55bff06 100644 --- a/docs/NEWS +++ b/docs/NEWS @@ -1,3 +1,45 @@ +Avahi 0.6.18 +============ + +This is a bugfix release, adds a few new features and includes a new +component. + + * Add a new library libavahi-ui which contains a standard Gtk dialog + for browsing for services, and a new tool "zssh" that makes use of + it, which allows browsing for SSH and VNC servers and starts ssh or + xvncviewer if one item is selected. + * avahi-autoipd has been ported to FreeBSD (original patch from Bruce M Simpson) + * Improve OpenBSD, Solaris, MacOS X compatibility + * Linux inotify support for monitoring /etc/avahi/services/ and + /etc/avahi/hosts for changes. (Original patch from "behanw") + * Add the ability to dump the service type database from avahi-browse + with the new option "-b". + * Enable GCC stack smashing protection if available and working (Patch from tedp) + * Improve compatibility with Bonjour's libdns_sd (patch from Chris Rivera) + * Various updates to the service type database (based on patches from uws) + * Fix a local DoS vulnerability (very low priority, all you can do is + make Avahi hit an assert()); problem identified by "jamesh" + * Fix a problem when constantly generating conflict events for an RR + * Fix registration of very large RRs (original patch from Sjoerd Simons) + * Various minor fixes + +This release is backwards compatible with Avahi 0.6.x with x < 18. + +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 ============