]> git.meshlink.io Git - catta/blob - docs/NEWS
the API to determine if a service is local does not depend on the cookie stuff
[catta] / docs / NEWS
1 $Id$
2
3 Avahi 0.5, the 'omghai2uasl' release
4 ====================================
5
6  * New Mono bindings, allowing you to use Avahi from
7    any CLI language such as C#
8  * Attempt auto-detection of the D-BUS system bus address
9  * Include a 'cookie' in all published records which allows us
10    to reliably determine if a service is our own.
11  * Add API to determine if services are local
12  * Better support for threading with AvahiSimplePoll
13  * Add some new StringList functions to help binding to it in
14    other languages
15  * Various build and run-time bug fixes
16
17 Avahi 0.4, the 'Hyvää päivää' release
18 =====================================
19
20  * Renamed the include dirs for the Qt bindings to include the
21    version number, as they may diverge in future.
22  * Fix a critical bug in avahi-daemon triggered by configuring an interface
23    with various DHCP clients when you have no other active addresses which
24    caused avahi-daemon to abort.
25  * Move to using python-gdbm exclusivly for the service type database.
26  * Add support for SUSE
27  * Various fixes to the build system
28
29 Avahi 0.3, the 'Buenos Días' release
30 ====================================
31
32  * New integration library for QT main-loop applications.
33  * Fix a crash in avahi-dnsconfd
34  * Documentation Updates
35  * Fix building when you don't want Python DBUS or GTK
36  * avahi-bookmarks
37    - Add new help option
38    - Fix handling of paths not starting with a /
39    - You can now specify the port and IP to bind to
40    - Add option to generate links with hostnames instead of IPs
41
42 Avahi 0.2, the 'Dzień Dobry' release
43 ====================================
44
45  * Unfortunately this release broke the API/ABI of libavahi-client
46    with the following function removals
47
48    Removal of these functions may affect users of the 0.1 API
49     - avahi_service_resolver_block()
50
51    The following functions were simply for debugging information
52    and their removal should not affect anyone
53     - avahi_entry_group_get_dbus_path()
54     - avahi_domain_browser_get_dbus_path()
55     - avahi_service_type_browser_get_dbus_path()
56     - avahi_service_browser_get_dbus_path()
57
58    Note that while the libavahi-client API changed slightly, the DBUS
59    API itself has only had additions and no existing definitions
60    have changed.
61  
62  * avahi-daemon will now ignore local IP addresses with the "link" scope
63    unless it is the only IP address on the interface.
64  * avahi-daemon will no longer fail to start if D-BUS is not
65    available (if configured with enable-dbus=warn)
66  * Fixed a potential crasher when resolving things in libavahi-core.
67  * New example demonstrating integration into glib applications
68  * Addtion of a set of convenience functions for AvahiStringList
69    avahi_string_list_find()
70    avahi_string_list_get_pair()
71    avahi_string_list_add_pair()
72    avahi_string_list_add_pair_arbitrary()
73  * Fixed a typo in avahi-glib.pc that stopped programs using
74    the GLIB api from compiling correctly
75  * A critical bug in the reflector was fixed where it may go into a
76    state of constantly flooding queries out to the network.
77  * Introduced new asynchronous resolver API
78  * libavahi-client gained an API for resolving HostNames and Addresses
79    in addition to the ServiceResolver provided in 0.1
80  * Added support for Arch and Gentoo linux distributions.
81  * Allowed configuration on non-supported distributions
82  * Fixed a critical bug where you cannot use more than one AvahiClient 
83    or use it in an application already using D-BUS
84  * Fixed assembly of empty string lists to RFC compliant TXT records
85  * Added a new service type description database with human
86    understandable descriptions of services with translations.
87  * Fixed various minor memory corruption bugs
88  * Fixed an issue where Avahi might think it encountered a conflict
89    if the process or machine has been suspended
90  * Fixed compilation and runtime issues on 64-bit distributions
91  * ...
92  * PROFIT!!!
93
94 Avahi 0.1, the "Guten Tag" release
95 ==================================
96
97 The Avahi team would like to announce the immediate availability of
98 Avahi 0.1 "Guten Tag".
99
100 Avahi is a fully LGPL framework for Multicast DNS Service Discovery.
101 It allows programs to publish and discover services and hosts
102 running on a local network with no specific configuration.  For
103 example you can plug into a network and instantly find printers to
104 print to, files to look at and people to talk to.
105
106 Avahi is designed to be compatible with the mDNS/DNS-SD specification
107 and boasts the following features
108
109  * Fully open source and freely available under the LGPL
110  * Full IPv4 and IPv6 support
111  * An embeddable mDNS stack
112  * Dynamic adjustment to network reconfiguration
113  * Daemon with DBUS API for desktop applications
114  * C library to interface with the DBUS API
115  * Compatible with other mDNS/DNS-SD implementations such as
116    Howl and Apple Bonjour (previously Rendezvous)
117  * Ability to correctly "reflect" mDNS between two or more LAN segments
118  * Ability to configure DNS servers based on mDNS/DNS-SD published
119    information, a feature that is very usefull on IPv6
120    which has no other mechanism for this.
121  * Combined with nss-mdns, allows hostname lookup such as
122    'laptop.local' without the configuration of a DNS server.
123    http://0pointer.de/lennart/projects/nss-mdns/
124  * Easy integration into GLIB, GTK other mainloop applications.
125  * Documentation and examples of both developer APIs and utilities.
126
127 mDNS/DNS-SD is part of a larger set of specifications for easy
128 configuration of networking known as "ZeroConf"
129 (http://www.zeroconf.org/), with the aim of allowing you to plug into
130 a network and instantly be able to interact with it's services.
131
132 Avahi was designed to be a fully free implementation, and is
133 available under the LGPL.  Many other implementations of the mDNS/DNS-SD
134 specification were previously non-free, restricting their use in many
135 platforms such as the GNOME desktop and many distributions.
136
137 While Avahi is a 0.1 release, we feel it is feature complete and
138 available for immediate use, developers can make use of the Avahi
139 client library to provide above mentioned functionality in their
140 programs.
141
142 We unfortunately do not have a logo yet! We would love if someone
143 could suggest ideas for a logo or even design us one.  If you think
144 you can help us out, you can contact us on our mailing list or by
145 emailing Trent Lloyd on lathiat@bur.st.
146
147 If you would like more information or help, you can subscribe
148 to our mailinglist, goto
149     http://lists.freedesktop.org/mailman/listinfo/avahi
150
151 You can download Avahi 0.1 here
152     http://www.freedesktop.org/~lennart/avahi-0.1.tar.gz
153
154 You can also find out more information from our homepage
155     http://www.freedesktop.org/Software/Avahi
156
157 We would like to thank the following people for their
158 contribution to Avahi 0.1.
159     Lennart Poeterring
160     Trent Lloyd
161     Sebastien Estienne
162     Ross Burton
163     Tommi Vainikainen
164     Joe Shaw
165     Ikke
166     Steev
167
168 Cheers,
169 The Avahi Team