diff options
author | Lennart Poettering <lennart@poettering.net> | 2007-05-09 14:32:24 +0000 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2007-05-09 14:32:24 +0000 |
commit | b03d934f6f36e12f76aac6734934081fa9fe3c47 (patch) | |
tree | 6724c412a8c99f1d1c3b1534cc9a058a404567d0 /docs | |
parent | 5dbbdff597b01d5dab06f3d23d41f4dbb9f7ba9b (diff) |
update NEWS for 0.6.19
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1472 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
Diffstat (limited to 'docs')
-rw-r--r-- | docs/NEWS | 24 |
1 files changed, 24 insertions, 0 deletions
@@ -1,3 +1,27 @@ +Avahi 0.6.19 +============ + +This is a bugfix release, but also adds a new component "avahi-ui-sharp". + + * Rename zssh/zvnc to bssh/bvnc to avoid a name collision with another + free software tool, on request of the Debian developers. I hope + this name change early in the life of bssh/bvnc won't be too + difficult to handle by the distributors. + * avahi-ui: fix segfault when browsing in empty domains + * avahi-ui: allow GTK_RESPONSE_OK, _YES and _APPLY besides _ACCEPT as + positive dialog response codes + * avahi-ui-sharp: Add Mono/C# API wrapper for avahi-ui + * Don't pick the first and the last 256 IP addresses from the IPV4LL + range in avahi-autoipd, as required by RC3927 section 2.1 + * No longer publish the Avahi service identification cookie anymore + by default. It was a bad idea in the first place. A better + replacement will hopefully be made available in Avahi eventually. + * Properly set umask before writing to /var/lib/avahi-autoipd + * Update .deskop files to work around KDE menu issue + * Various build fixes and other minor fixes and updates + +This release is backwards compatible with Avahi 0.6.x with x < 19. + Avahi 0.6.18 ============ |