X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;ds=sidebyside;f=docs%2FNEWS;h=f101e4b5a8ded50a83253da9b984e15ac44b5f90;hb=ee448b6e8d7c0ae4a01f0c3d062368fb55839d67;hp=c866ac86156641a00ef5bd582a5ae826542e5bb9;hpb=8377f6f3884b1c3334daecb73ccd09d3668f8cad;p=catta diff --git a/docs/NEWS b/docs/NEWS index c866ac8..f101e4b 100644 --- a/docs/NEWS +++ b/docs/NEWS @@ -1,3 +1,46 @@ +Avahi 0.6.5 +=========== + +This release fixes some bugs and adds a new API function. + + * avahi-browse: properly show services that are removed from the + network + * fix build on bi-arch platforms and on GNU/kFreeBSD + * add new API function avahi_nss_support() and DBUS function + IsNSSSupportAvailable() which may be used to detect whether + libc's gethostbyname() supports mDNS domain names. + * patch avahi-bookmarks to make use of + IsNSSSupportAvailable(). avahi-bookmarks will now generate links + with real hostnames instead of numeric IP addresses if mDNS support + is detected for gethostbyname(). + * add init script for Mandriva Linux + * speed up avahi_client_free() + * man page updates + * install missing header thread-watch.h + * fix avahi-bookmarks to work with certain twisted versions + +This release is backwards compatible with Avahi 0.6, 0.6.1, 0.6.2, +0.6.3 and 0.6.4. + +Avahi 0.6.4 +=========== + +This is a bugfix release and adds a new event loop implementation to +avahi-common's public interface. + + * avahi-common: add new AvahiThreadedPool event loop implementation + * avahi-sharp: compatibility with newer mono versions + * avahi-publish-service: don't ignore the port number specified + * avahi-sharp: correct some flags definitions + +This release is backwards compatible with Avahi 0.6, 0.6.1, 0.6.2 and +0.6.3. + +A quick introduction how to use the new AvahiThreadedPool interface is +available in our Wiki: + + http://avahi.org/wiki/RunningAvahiClientAsThread + Avahi 0.6.3 ===========