]> git.meshlink.io Git - catta/blob - docs/NEWS
74484e9bffbe62ce7488078147875194ccaaa305
[catta] / docs / NEWS
1 Avahi 0.6.11
2 ============
3
4 This is a bugfix and portability release.
5
6 Changes:
7   * Ported to Solaris
8   * avahi-sharp: fix a fatal error in object disposal code
9   * add a few new entries to the servivce type database
10   * fix potential crash when the daemon shuts down
11   * compatibility with newer autoconf versions
12
13 This release is backwards compatible with Avahi 0.6, 0.6.1, 0.6.2,
14 0.6.3, 0.6.4, 0.6.5, 0.6.6, 0.6.7, 0.6.9 and 0.6.10.
15
16 Avahi 0.6.10
17 ============
18
19 This is mostly a bugfix release. Two of the bugs fixed are security
20 sensitive: a remote denial-of-service vulnerability and a buffer
21 overflow that can allow local users to become the 'avahi' user. We do
22 not consider either of them major security threats. 
23
24 The DoS vulnerability can be exploited from a local network only. It
25 is not worth much, though, since mDNS can easily be flooded with
26 nonsense anyway. It is easy to kick remote mDNS/DNS-SD services by
27 provoking a name conflict in perfect accordance with the specs. 
28
29 The buffer overflow is hard to exploit remotely, only local users can
30 become the 'avahi' user. In addition the user is trapped inside a
31 chroot() environment (at least on Linux). 
32
33 Anyhow, our security assessments are possibly as buggy as our
34 code. Hence:
35
36      *** PLEASE UPDATE YOUR INSTALLATION ASAP! ***
37
38 Changes:
39  * Fix a buffer overflow in avahi-core
40  * Refuse to process invalid UTF8 data
41  * Automatically reconnect to the DBUS if we're kicked. (Works only if
42    chroot() is disabled)
43  * Don't hit an assert() in the client libs when the Avahi daemon is
44    terminated
45  * Enumerate all service types in the database in the Service
46    Discovery Applet for Gnome
47  * Improve the Bonjour compatibility layer to make it survive
48    GnomeMeeting's broken usage
49  * Deal properly with local non-ASCII hostnames
50  * AMD64 and FreeBSD portability fixes
51  * Filter double DNS server entries in avahi-dnsconfd
52  * Fix a locking bug in avahi-sharp's EntryGroup.AddService()
53  * Ported to Solaris (incomplete)
54  * Add _airport._tcp to our service type database
55
56 This release is backwards compatible with Avahi 0.6, 0.6.1, 0.6.2,
57 0.6.3, 0.6.4, 0.6.5, 0.6.6, 0.6.7, 0.6.8 and 0.6.9.
58
59 Avahi 0.6.9
60 ===========
61
62 This release fixes some bugs and includes minor enhancements.
63
64  * Don't allow registration of address records with invalid host names
65  * Clean up argument validity checking for AvahiHostNameResolver and 
66    AvahiAddressResolver
67  * Fix Avahi builds without DBUS
68
69 This release is backwards compatible with Avahi 0.6, 0.6.1, 0.6.2,
70 0.6.3, 0.6.4, 0.6.5, 0.6.6, 0.6.7 and 0.6.8.
71
72 Avahi 0.6.8
73 ===========
74
75 This release fixes some bugs and adds a few new features. Users of 0.6.7,
76 please update ASAP!
77
78  * Fix broken parsing of static hosts file 
79  * Improve out-of-the-box Debian support
80  * Add configuration option to allow mDNS over POINTOPOINT links.
81    This is a potential security hole and YMMV. See man page for details.
82  * Create $(localstatedir)/run on installation
83
84 This release is backwards compatible with Avahi 0.6, 0.6.1, 0.6.2,
85 0.6.3, 0.6.4, 0.6.5, 0.6.6 and 0.6.7.
86
87 Avahi 0.6.7
88 ===========
89
90 This release fixes some bugs and adds a few new features
91
92  * Add static hosts name mappings
93  * Work around kernel bugs regarding multicast group membership
94  * ia64 portability fixes
95  * Don't require X11 to run avahi-bookmarks
96  * API: Return AVAHI_ERR_IS_EMPTY when the user tries to commit an
97    empty entry group.
98  * Improved Slackware and Fedora suppport
99
100 This release is backwards compatible with Avahi 0.6, 0.6.1, 0.6.2,
101 0.6.3, 0.6.4, 0.6.5 and 0.6.6.
102
103 Avahi 0.6.6
104 ===========
105
106 This release fixes some bugs and includes some documentation updates
107
108  * Add a bunch of new types to the service type database
109  * Return errors of avahi_entry_group_commit() properly
110  * Many doxygen documentation improvements
111  * Fix destruction of AvahiEntryGroup objects using 
112    avahi_entry_group_free().
113  * Don't allow commiting of empty entry groups
114  * Use a little less memory in avahi-qt
115  * Don't accept empty TXT strings
116  * Update example "client-publish-service.c" to show how to modify an
117    existing service
118
119 This release is backwards compatible with Avahi 0.6, 0.6.1, 0.6.2,
120 0.6.3, 0.6.4 and 0.6.5.
121
122 Avahi 0.6.5
123 ===========
124
125 This release fixes some bugs and adds a new API function.
126  
127  * avahi-browse: properly show services that are removed from the 
128    network
129  * fix build on bi-arch platforms, on GNU/kFreeBSD, on MIPS and 
130    for non-DBUS builds
131  * add new API function avahi_nss_support() and DBUS function
132    IsNSSSupportAvailable() which may be used to detect whether
133    libc's gethostbyname() supports mDNS domain names.
134  * patch avahi-bookmarks to make use of
135    IsNSSSupportAvailable(). avahi-bookmarks will now generate links
136    with real hostnames instead of numeric IP addresses if mDNS support
137    is detected for gethostbyname().
138  * add init script for Mandriva Linux
139  * speed up avahi_client_free()
140  * man page updates
141  * install missing header thread-watch.h
142  * fix avahi-bookmarks to work with certain twisted versions
143  * fix record updating
144  * Use pkg-config's Requires.private directive where it makes sense
145
146 This release is backwards compatible with Avahi 0.6, 0.6.1, 0.6.2,
147 0.6.3 and 0.6.4.
148
149 Avahi 0.6.4
150 ===========
151
152 This is a bugfix release and adds a new event loop implementation to
153 avahi-common's public interface.
154  
155  * avahi-common: add new AvahiThreadedPool event loop implementation
156  * avahi-sharp: compatibility with newer mono versions
157  * avahi-publish-service: don't ignore the port number specified
158  * avahi-sharp: correct some flags definitions
159
160 This release is backwards compatible with Avahi 0.6, 0.6.1, 0.6.2 and
161 0.6.3.
162
163 A quick introduction how to use the new AvahiThreadedPool interface is
164 available in our Wiki:
165
166           http://avahi.org/wiki/RunningAvahiClientAsThread
167
168 Avahi 0.6.3
169 ===========
170
171 This is a bugfix release. Everyone should update ASAP!
172
173  * avahi-sharp: make sure to append a trailing NUL byte to all C strings
174  * avahi-core: fix a double free() which occurs when wide area lookups timeout
175
176 This release is fully compatible with Avahi 0.6, 0.6.1 and 0.6.2.
177
178 Avahi 0.6.2
179 ===========
180
181 This is mostly a bugfix release.
182
183  * Compatibility with DBUS 0.60 (Full compatibility with DBUS 0.3x and 
184    0.5 is retained)
185  * Fix introspection for some auxiliary DBUS objects
186  * Miscellaneous documentation updates
187  * Improve Autoconf support for detecting PTHREADS library
188  * Fix avahi-publish --help
189  * Workaround a DBUS limitation which might cause Avahi to die when a
190    user sends an empty TXT entry over DBUS
191  * Increase number of resolver/browser objects a DBUS client may create
192  * Remove fprintf() call in avahi_client_new()
193  * Other minor fixes
194
195 This release is both up and downwards compatible with Avahi 0.6 and 0.6.1.
196
197 Avahi now has its own Domain (http://avahi.org) and a new Website!
198
199 And, most importantly, we now have a Logo:
200       http://avahi.org/chrome/site/avahi-trac.png
201
202 Avahi 0.6.1
203 ===========
204         
205 This is mostly a bugfix release.
206
207  * Fix a segfault when shutting down the daemon. Please note that this
208    issue was not security sensitive in any way but had the ugly side
209    effect that the daemon's PID file was not removed properly.
210  * Added init scripts for ArchLinux and FreeBSD
211  * Add DBUS API versioning through the new method GetAPIVersion()
212  * Build the HOWL compatibility library as "libhowl.so", instead of
213    "libavahi-compat-howl.so". This will help distributors to ensure
214    full API/ABI compatibility with HOWL out-of-the-box.
215  * Same for the Bonjour compatibility library
216  * Other fixes
217
218 We encourage Linux users to update to libdaemon 0.10 since logging
219 does not work from a chroot() environment with older versions.
220
221 This release is fully API and ABI compatible with Avahi 0.6. This is
222 true for both the C libraries and the DBUS interface.
223
224 Packagers should read the new documentation file doc/COMPAT-LAYERS
225 which contains some information about maintaining full build system
226 compatibility in addition to ABI/API compatibility.
227
228 Avahi 0.6, the "Goddag" release
229 ===============================
230
231  * Support for (read-only) wide area support. (i.e. DNS-SD over unicast DNS)
232  * Ported to FreeBSD, NetBSD, Darwin/MacOSX and to some extent OpenBSD
233  * Portability fixes for ARM CPUs
234  * Compatibility layers for the HOWL and Bonjour APIs
235  * Support for registering/browsing arbitrary records
236  * Proper support for DNS-SD service subtypes
237  * Native C implementations of the client utilities
238  * Now passes the Bonjour conformance test suite without any exceptions
239  * "Passive observation of failures"
240  * chroot() support
241  * Many traffic reduction improvements
242  * Bugfixes, cleanups
243
244 This release is not API/ABI compatible with Avahi 0.5. Please see
245 docs/API-CHANGES-0.6 for a rough overview over the changes. 
246
247 Avahi 0.5.2
248 ===========
249
250  * Bug fix release.
251  * Fix browing in QT applications (was totally broken)
252  * Minor documentation update.
253
254 Avahi 0.5.1
255 ===========
256
257  * This is a bug fix release, before the big changes coming in 0.6
258  * Fix reporting of the NO_DAEMON error
259  * Fix commit throttling algorithm for entry groups
260  * Fix counting of the number of resources in an entry group 
261
262 Avahi 0.5, the 'Bom Dia' release
263 ================================
264
265  * New Mono bindings, allowing you to use Avahi from
266    any CLI language such as C#
267  * Attempt auto-detection of the D-BUS system bus address
268  * Include a 'cookie' in all published records which allows us
269    to reliably determine if a service is the same as another.
270  * Add API to determine if services are local
271  * Better support for threading with AvahiSimplePoll
272  * Add some new StringList functions to help binding to it in
273    other languages
274  * Various build and run-time bug fixes
275
276 Avahi 0.4, the 'Hyvää päivää' release
277 =====================================
278
279  * Renamed the include dirs for the Qt bindings to include the
280    version number, as they may diverge in future.
281  * Fix a critical bug in avahi-daemon triggered by configuring an interface
282    with various DHCP clients when you have no other active addresses which
283    caused avahi-daemon to abort.
284  * Move to using python-gdbm exclusivly for the service type database.
285  * Add support for SUSE
286  * Various fixes to the build system
287
288 Avahi 0.3, the 'Buenos Días' release
289 ====================================
290
291  * New integration library for QT main-loop applications.
292  * Fix a crash in avahi-dnsconfd
293  * Documentation Updates
294  * Fix building when you don't want Python DBUS or GTK
295  * avahi-bookmarks
296    - Add new help option
297    - Fix handling of paths not starting with a /
298    - You can now specify the port and IP to bind to
299    - Add option to generate links with hostnames instead of IPs
300
301 Avahi 0.2, the 'Dzień Dobry' release
302 ====================================
303
304  * Unfortunately this release broke the API/ABI of libavahi-client
305    with the following function removals
306
307    Removal of these functions may affect users of the 0.1 API
308     - avahi_service_resolver_block()
309
310    The following functions were simply for debugging information
311    and their removal should not affect anyone
312     - avahi_entry_group_get_dbus_path()
313     - avahi_domain_browser_get_dbus_path()
314     - avahi_service_type_browser_get_dbus_path()
315     - avahi_service_browser_get_dbus_path()
316
317    Note that while the libavahi-client API changed slightly, the DBUS
318    API itself has only had additions and no existing definitions
319    have changed.
320  
321  * avahi-daemon will now ignore local IP addresses with the "link" scope
322    unless it is the only IP address on the interface.
323  * avahi-daemon will no longer fail to start if D-BUS is not
324    available (if configured with enable-dbus=warn)
325  * Fixed a potential crasher when resolving things in libavahi-core.
326  * New example demonstrating integration into glib applications
327  * Addtion of a set of convenience functions for AvahiStringList
328    avahi_string_list_find()
329    avahi_string_list_get_pair()
330    avahi_string_list_add_pair()
331    avahi_string_list_add_pair_arbitrary()
332  * Fixed a typo in avahi-glib.pc that stopped programs using
333    the GLIB api from compiling correctly
334  * A critical bug in the reflector was fixed where it may go into a
335    state of constantly flooding queries out to the network.
336  * Introduced new asynchronous resolver API
337  * libavahi-client gained an API for resolving HostNames and Addresses
338    in addition to the ServiceResolver provided in 0.1
339  * Added support for Arch and Gentoo linux distributions.
340  * Allowed configuration on non-supported distributions
341  * Fixed a critical bug where you cannot use more than one AvahiClient 
342    or use it in an application already using D-BUS
343  * Fixed assembly of empty string lists to RFC compliant TXT records
344  * Added a new service type description database with human
345    understandable descriptions of services with translations.
346  * Fixed various minor memory corruption bugs
347  * Fixed an issue where Avahi might think it encountered a conflict
348    if the process or machine has been suspended
349  * Fixed compilation and runtime issues on 64-bit distributions
350  * ...
351  * PROFIT!!!
352
353 Avahi 0.1, the "Guten Tag" release
354 ==================================
355
356 The Avahi team would like to announce the immediate availability of
357 Avahi 0.1 "Guten Tag".
358
359 Avahi is a fully LGPL framework for Multicast DNS Service Discovery.
360 It allows programs to publish and discover services and hosts
361 running on a local network with no specific configuration.  For
362 example you can plug into a network and instantly find printers to
363 print to, files to look at and people to talk to.
364
365 Avahi is designed to be compatible with the mDNS/DNS-SD specification
366 and boasts the following features
367
368  * Fully open source and freely available under the LGPL
369  * Full IPv4 and IPv6 support
370  * An embeddable mDNS stack
371  * Dynamic adjustment to network reconfiguration
372  * Daemon with DBUS API for desktop applications
373  * C library to interface with the DBUS API
374  * Compatible with other mDNS/DNS-SD implementations such as
375    Howl and Apple Bonjour (previously Rendezvous)
376  * Ability to correctly "reflect" mDNS between two or more LAN segments
377  * Ability to configure DNS servers based on mDNS/DNS-SD published
378    information, a feature that is very usefull on IPv6
379    which has no other mechanism for this.
380  * Combined with nss-mdns, allows hostname lookup such as
381    'laptop.local' without the configuration of a DNS server.
382    http://0pointer.de/lennart/projects/nss-mdns/
383  * Easy integration into GLIB, GTK other mainloop applications.
384  * Documentation and examples of both developer APIs and utilities.
385
386 mDNS/DNS-SD is part of a larger set of specifications for easy
387 configuration of networking known as "ZeroConf"
388 (http://www.zeroconf.org/), with the aim of allowing you to plug into
389 a network and instantly be able to interact with it's services.
390
391 Avahi was designed to be a fully free implementation, and is
392 available under the LGPL.  Many other implementations of the mDNS/DNS-SD
393 specification were previously non-free, restricting their use in many
394 platforms such as the GNOME desktop and many distributions.
395
396 While Avahi is a 0.1 release, we feel it is feature complete and
397 available for immediate use, developers can make use of the Avahi
398 client library to provide above mentioned functionality in their
399 programs.
400
401 We unfortunately do not have a logo yet! We would love if someone
402 could suggest ideas for a logo or even design us one.  If you think
403 you can help us out, you can contact us on our mailing list or by
404 emailing Trent Lloyd on lathiat@bur.st.
405
406 If you would like more information or help, you can subscribe
407 to our mailinglist, goto
408     http://lists.freedesktop.org/mailman/listinfo/avahi
409
410 You can download Avahi 0.1 here
411     http://www.freedesktop.org/~lennart/avahi-0.1.tar.gz
412
413 You can also find out more information from our homepage
414     http://www.freedesktop.org/Software/Avahi
415
416 We would like to thank the following people for their
417 contribution to Avahi 0.1.
418     Lennart Poeterring
419     Trent Lloyd
420     Sebastien Estienne
421     Ross Burton
422     Tommi Vainikainen
423     Joe Shaw
424     Ikke
425     Steev
426
427 Cheers,
428 The Avahi Team
429
430 $Id$