X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=docs%2FNEWS;h=f6d04c629233eccb386bf90ac4ca95c1bec3f786;hb=83b432c2369d7ef4142811bea0109b6588b6f313;hp=9f8d15b35e0a353d85cd86589608047d5e3d55cf;hpb=830178084ad66af4314af888eb661ec1a3920fcc;p=catta diff --git a/docs/NEWS b/docs/NEWS index 9f8d15b..f6d04c6 100644 --- a/docs/NEWS +++ b/docs/NEWS @@ -1,3 +1,55 @@ +Avahi 0.6.15 +============ + +This is a bugfix release, this bug is potentially security sensitive + + * Check that netlink messages actually originate from the kernel + and not another process. + * Fix build on NetBSD (thanks to Daniel S. Haischt) + * Fix dbus_service_browser not setting AVAHI_LOOKUP_RESULT_OUR_OWN. + +This release is backwards compatible with Avahi 0.6.x with x < 15. + +Avahi 0.6.14 +============ + +This release fixes some bugs and includes a new component. + +Changes: + + * Add new daemon "avahi-autoipd" which is an implementation of + IPv4LL as defined in RFC3927, a technology for assigning link-local IP + addresses without DHCP server. The same functionality has been available on + Windows under the name APIPA. While it is not the first implemenatation of + this technology for Free operating systems it is clearly the most powerful + and hopefully even the most secure. (Because it chroot()s and drops + priviliges and suchlike) For more information, especially about packaging + this new tool for distributions, please make sure to read: + http://avahi.org/wiki/AvahiAutoipd + and of course the man page included in the tarball. For the rationale for + adding this program to the Avahi toolset please read this mailing list + thread: + http://lists.freedesktop.org/archives/avahi/2006-September/000863.html + * Fix a segfault in the code handling static host name registrations + * Add a few new entries to the service type database + * s/D-?BUS/D-Bus/g + * Documentation updates + * Fix service type database building on Solaris + * Make use of newer D-Bus APIs + * Fix random seed initialization + * Install SFTP static service file by default + * Other minor code cleanups + +This release is backwards compatible with Avahi 0.6.x with x < 14. + +Please note that this version doesn't compile on NetBSD, patches +welcome. + +Please note that avahi-autoipd is available on Linux only for +now. Patches welcome. It is recommended to pass --disable-autoipd to +"configure" on non-Linux operating systems, otherwise the build will +fail. + Avahi 0.6.13 ============ @@ -35,10 +87,11 @@ Changes: changed to the new name "foobar2". With 0.6.13 "foobar-2" will be picked instead. This follows Bonjour's behaviour and has the advantage not confusing people with regular host names ending in - numbers. + digits. * Don't disable all static services when SIGHUP is recieved. * Fix build when Avahi is configured without Gtk+ but with Python support + * Fix build on MacOS X * Support using Solaris DBM instead of gdbm for the service type database. The latter is still recommended * Minor other fixes and documentation updates