]> git.meshlink.io Git - catta/blob - docs/NEWS
add a bad bad joke
[catta] / docs / NEWS
1 $Id$
2
3 Avahi 0.2, the 'DzieƄ Dobry' release
4 ====================================
5
6  * Unfortunately this release broke the API/ABI of libavahi-client
7    with the following function removals
8
9    Removal of these functions may affect users of the 0.1 API
10     - avahi_service_resolver_block()
11
12    The following functions were simply for debugging information
13    and their removal should not affect anyone
14     - avahi_entry_group_get_dbus_path()
15     - avahi_domain_browser_get_dbus_path()
16     - avahi_service_type_browser_get_dbus_path()
17     - avahi_service_browser_get_dbus_path()
18
19    Note that while the libavahi-client API changed slightly, the DBUS
20    API itself has only had additions and no existing definitions
21    have changed.
22  
23  * avahi-daemon will now ignore local IP addresses with the "link" scope
24    unless it is the only IP address on the interface.
25  * avahi-daemon will no longer fail to start if D-BUS is not
26    available (if configured with enable-dbus=warn)
27  * Fixed a potential crasher when resolving things in libavahi-core.
28  * New example demonstrating integration into glib applications
29  * Addition new convenience AvahiStringList functions
30    avahi_string_list_find()
31    avahi_string_list_get_pair()
32    avahi_string_list_add_pair()
33    avahi_string_list_add_pair_arbitrary()
34  * Fixed a typo in avahi-glib.pc that stopped programs using
35    the GLIB api from compiling correctly
36  * A critical bug in the reflector was fixed where it may go into a
37    state of constantly flooding queries out to the network.
38  * Introduced new asynchronous resolver API
39  * libavahi-client gained an API for resolving HostNames and Addresses
40    in addition to the ServiceResolver provided in 0.1
41  * Added support for Arch and Gentoo linux distributions.
42  * Allowed configuration on non-supported distributions
43  * Fixed a critical bug where you cannot use more than one AvahiClient 
44    or use it in an application already using D-BUS
45  * Fixed assembly of empty string lists to RFC compliant TXT records
46  * Added a new service type description database with human
47    understandable descriptions of services and translations.
48  * Fixed various minor memory corruption bugs
49  * Fixed an issue where Avahi might think it encountered a conflict
50    if the process or machine has been suspended
51  * Fixed compilation and runtime issues on 64-bit distributions
52  * ...
53  * PROFIT!!!