diff options
| author | Lennart Poettering <lennart@poettering.net> | 2007-04-17 10:44:06 +0000 | 
|---|---|---|
| committer | Lennart Poettering <lennart@poettering.net> | 2007-04-17 10:44:06 +0000 | 
| commit | f0416e15c8d44f8a22c58f59315af8e70d27df4b (patch) | |
| tree | b0a4621159764a4b456e8ee76222d549c24581dd | |
| parent | c3ebaaeee7eae6f54b4bb9a349f248e6aaa98fba (diff) | |
prepare NEWS for 0.6.18
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1433 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
| -rw-r--r-- | docs/NEWS | 26 | 
1 files changed, 26 insertions, 0 deletions
@@ -1,3 +1,29 @@ +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". + * 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  ============  | 
