]> git.meshlink.io Git - catta/blob - docs/NEWS
prepare NEWS for 0.6.18
[catta] / docs / NEWS
1 Avahi 0.6.18
2 ============
3
4 This is a bugfix release, adds a few new features and includes a new
5 component.
6
7  * Add a new library libavahi-ui which contains a standard Gtk dialog
8    for browsing for services, and a new tool "zssh" that makes use of
9    it, which allows browsing for SSH and VNC servers and starts ssh or
10    xvncviewer if one item is selected.
11  * avahi-autoipd has been ported to FreeBSD (original patch from Bruce M Simpson)
12  * Improve OpenBSD, Solaris, MacOS X compatibility
13  * Linux inotify support for monitoring /etc/avahi/services/ and
14    /etc/avahi/hosts for changes. (Original patch from "behanw")
15  * Add the ability to dump the service type database from avahi-browse
16    with the new option "-b".
17  * Improve compatibility with Bonjour's libdns_sd (patch from Chris Rivera)
18  * Various updates to the service type database (based on patches from uws)
19  * Fix a local DoS vulnerability (very low priority, all you can do is 
20    make Avahi hit an assert()); problem identified by "jamesh"
21  * Fix a problem when constantly generating conflict events for an RR
22  * Fix registration of very large RRs (original patch from Sjoerd Simons)
23  * Various minor fixes
24
25 This release is backwards compatible with Avahi 0.6.x with x < 18.
26
27 Avahi 0.6.17
28 ============
29
30 This is a bugfix release.
31
32  * Don't accept "localhost" as a local mDNS host name
33  * Allow running avahi-bookmarks as CGI script
34  * Improve libdns_sd compatibility
35  * Stability: libdns_sd mutex locking order fix
36  * Publish IPv6 addresses via IPv4 and vice versa
37  * IA64 fixes
38  * A lot of minor cleanups and fixes
39
40 This release is backwards compatible with Avahi 0.6.x with x < 17.
41
42 Avahi 0.6.16
43 ============
44
45 This is a bugfix release, it fixes one DoS (100% CPU Usage) and a regression
46 from the last release
47
48  * Revert previous patch to check nlmsg_pid as it is bogus and breaks in
49    many cases, notably when using NetworkManager (Closes: #72)
50  * Replace with new SO_PASSCRED-based check of the sending UID, which
51    seems to work better (Closes: #72)
52  * Handle some errors in libdns_sd more gracefully the way the real
53    libdns_sd does (Closes: #64)
54  * Apply fix for Linux 2.6.19+ where IFA_RTA / IFLA_RTA is no longer
55    defined (Closes: #86)
56  * Fix doxygen comments for avahi watch, thanks to tedp (Closes: #77)
57  * Make d-bus version detection work for >= 1.0 (Closes: #71)
58  * Dont dbus_connection_close on shared dbus connections (Closes: #68)
59  * Fix potential endless loop in dns label unpacking code (Closes: #84)
60  * Fix bogus assertion in client-publish-service.c example
61  * Mild fix to some doxygen docs for avahi-common/address.h
62  * Fix passing in custom priviledged group (previously ignored setting)
63    (Closes: #85) 
64
65 This release is backwards compatible with Avahi 0.6.x with x < 16.
66
67 Avahi 0.6.15
68 ============
69
70 This is a bugfix release, this bug is potentially security sensitive
71
72  * Check that netlink messages actually originate from the kernel
73    and not another process.
74  * Fix build on NetBSD (thanks to Daniel S. Haischt)
75  * Fix dbus_service_browser not setting AVAHI_LOOKUP_RESULT_OUR_OWN.
76
77 This release is backwards compatible with Avahi 0.6.x with x < 15.
78
79 Avahi 0.6.14
80 ============
81
82 This release fixes some bugs and includes a new component.
83
84 Changes:
85
86   * Add new daemon "avahi-autoipd" which is an implementation of
87     IPv4LL as defined in RFC3927, a technology for assigning link-local IP
88     addresses without DHCP server. The same functionality has been available on
89     Windows under the name APIPA. While it is not the first implemenatation of
90     this technology for Free operating systems it is clearly the most powerful
91     and hopefully even the most secure. (Because it chroot()s and drops
92     priviliges and suchlike) For more information, especially about packaging
93     this new tool for distributions, please make sure to read:
94     http://avahi.org/wiki/AvahiAutoipd 
95     and of course the man page included in the tarball.  For the rationale for
96     adding this program to the Avahi toolset please read this mailing list
97     thread:
98     http://lists.freedesktop.org/archives/avahi/2006-September/000863.html
99   * Fix a segfault in the code handling static host name registrations
100   * Add a few new entries to the service type database
101   * s/D-?BUS/D-Bus/g
102   * Documentation updates
103   * Fix service type database building on Solaris
104   * Make use of newer D-Bus APIs
105   * Fix random seed initialization
106   * Install SFTP static service file by default
107   * Other minor code cleanups
108
109 This release is backwards compatible with Avahi 0.6.x with x < 14.
110
111 Please note that this version doesn't compile on NetBSD, patches
112 welcome.
113
114 Please note that avahi-autoipd is available on Linux only for
115 now. Patches welcome. It is recommended to pass --disable-autoipd to
116 "configure" on non-Linux operating systems, otherwise the build will
117 fail.
118
119 Avahi 0.6.13
120 ============
121
122 This release fixes some bugs and includes minor enhancements.
123
124 Changes:
125   * Add a new D-Bus method for changing the mDNS host name during
126     runtime. This functionality is only available to members of the
127     UNIX group "netdev", which is the same access group that is
128     enforced by GNOME's NetworkManager daemon. Since NM will probably
129     be the most prominent user of this new method, we decided to limit
130     access to the same group. The access group can be set by passing
131     --with-avahi-priv-access-group= to "configure". If you need more
132     sophisticated access control you can freely edit
133     /etc/dbus/system.d/avahi-dbus.conf.
134   * Add a new utility "avahi-set-host-name" which is a command line
135     wrapper around the aforementioned SetHostName() method.
136   * Bonjour API compatibility library:
137         * Implement DNSServiceUpdateRecord() 
138         * Allow passing NULL as callback function for
139           DNSServiceRegister()
140         * Implement subtype registration in DNSServiceRegister() in a
141           way that is compatible with Bonjour.
142         * Update to newer copy of dns_sd.h
143   * If the host name changes update names of static services wich
144     contain wildcards.
145   * Don't build documentation about embedding the Avahi mDNS stack into
146     other programs by default. This is a feature used only by embedded
147     developers. Pass --enable-core-docs to "configure" to enable
148     building these docs, like in Avahi <= 0.6.12.
149   * Build Qt documentation only when Qt support is enabled in
150     the configuration. Same for GLib.
151   * Change algorithm used to find a new host name on conflict. In
152     Avahi <= 0.6.12 a conflicting host name of "foobar" would be
153     changed to the new name "foobar2". With 0.6.13 "foobar-2" will be
154     picked instead. This follows Bonjour's behaviour and has the
155     advantage not confusing people with regular host names ending in
156     digits.
157   * Don't disable all static services when SIGHUP is recieved.
158   * Fix build when Avahi is configured without Gtk+ but with Python
159     support
160   * Fix build on MacOS X
161   * Support using Solaris DBM instead of gdbm for the service type
162     database. The latter is still recommended
163   * Minor other fixes and documentation updates
164
165 This release is backwards compatible with Avahi 0.6.x with x < 13.
166
167 Avahi 0.6.12
168 ============
169
170 This is a bugfix and general cleanups release.
171
172 Changes:
173   * Compatibility with newer D-Bus releases (0.9x)
174   * Compatibility with DBUS builds with --disable-checks
175   * Fix an error in the DBUS event loop wrapping which
176     caused the avahi client libraries to dispatch some events
177     too late when used with D-BUS 0.62 and newer.
178   * avahi-daemon: fix a minor memory leak in the DBUS code.
179   * avahi-glib: some GLIB adapter cleanups
180   * avahi-dnsconfd: fix segfault when passing an invalid command 
181     line option
182   * avahi-test: portability patches for Solaris
183   * avahi-browse: flush STDOUT after each line, making it useful 
184     in shell scripts.
185   * update service type database
186
187 This release is backwards compatible with Avahi 0.6.x with x < 12.
188
189 Avahi 0.6.11
190 ============
191
192 This is a bugfix and portability release.
193
194 Changes:
195   * Ported to Solaris
196   * avahi-sharp: fix a fatal error in object disposal code
197   * add a few new entries to the servivce type database
198   * fix potential crash when the daemon shuts down
199   * compatibility with newer autoconf versions
200
201 This release is backwards compatible with Avahi 0.6, 0.6.1, 0.6.2,
202 0.6.3, 0.6.4, 0.6.5, 0.6.6, 0.6.7, 0.6.9 and 0.6.10.
203
204 Avahi 0.6.10
205 ============
206
207 This is mostly a bugfix release. Two of the bugs fixed are security
208 sensitive: a remote denial-of-service vulnerability and a buffer
209 overflow that can allow local users to become the 'avahi' user. We do
210 not consider either of them major security threats. 
211
212 The DoS vulnerability can be exploited from a local network only. It
213 is not worth much, though, since mDNS can easily be flooded with
214 nonsense anyway. It is easy to kick remote mDNS/DNS-SD services by
215 provoking a name conflict in perfect accordance with the specs. 
216
217 The buffer overflow is hard to exploit remotely, only local users can
218 become the 'avahi' user. In addition the user is trapped inside a
219 chroot() environment (at least on Linux). 
220
221 Anyhow, our security assessments are possibly as buggy as our
222 code. Hence:
223
224      *** PLEASE UPDATE YOUR INSTALLATION ASAP! ***
225
226 Changes:
227  * Fix a buffer overflow in avahi-core
228  * Refuse to process invalid UTF8 data
229  * Automatically reconnect to the DBUS if we're kicked. (Works only if
230    chroot() is disabled)
231  * Don't hit an assert() in the client libs when the Avahi daemon is
232    terminated
233  * Enumerate all service types in the database in the Service
234    Discovery Applet for Gnome
235  * Improve the Bonjour compatibility layer to make it survive
236    GnomeMeeting's broken usage
237  * Deal properly with local non-ASCII hostnames
238  * AMD64 and FreeBSD portability fixes
239  * Filter double DNS server entries in avahi-dnsconfd
240  * Fix a locking bug in avahi-sharp's EntryGroup.AddService()
241  * Ported to Solaris (incomplete)
242  * Add _airport._tcp to our service type database
243
244 This release is backwards compatible with Avahi 0.6, 0.6.1, 0.6.2,
245 0.6.3, 0.6.4, 0.6.5, 0.6.6, 0.6.7, 0.6.8 and 0.6.9.
246
247 Avahi 0.6.9
248 ===========
249
250 This release fixes some bugs and includes minor enhancements.
251
252  * Don't allow registration of address records with invalid host names
253  * Clean up argument validity checking for AvahiHostNameResolver and 
254    AvahiAddressResolver
255  * Fix Avahi builds without DBUS
256
257 This release is backwards compatible with Avahi 0.6, 0.6.1, 0.6.2,
258 0.6.3, 0.6.4, 0.6.5, 0.6.6, 0.6.7 and 0.6.8.
259
260 Avahi 0.6.8
261 ===========
262
263 This release fixes some bugs and adds a few new features. Users of 0.6.7,
264 please update ASAP!
265
266  * Fix broken parsing of static hosts file 
267  * Improve out-of-the-box Debian support
268  * Add configuration option to allow mDNS over POINTOPOINT links.
269    This is a potential security hole and YMMV. See man page for details.
270  * Create $(localstatedir)/run on installation
271
272 This release is backwards compatible with Avahi 0.6, 0.6.1, 0.6.2,
273 0.6.3, 0.6.4, 0.6.5, 0.6.6 and 0.6.7.
274
275 Avahi 0.6.7
276 ===========
277
278 This release fixes some bugs and adds a few new features
279
280  * Add static hosts name mappings
281  * Work around kernel bugs regarding multicast group membership
282  * ia64 portability fixes
283  * Don't require X11 to run avahi-bookmarks
284  * API: Return AVAHI_ERR_IS_EMPTY when the user tries to commit an
285    empty entry group.
286  * Improved Slackware and Fedora suppport
287
288 This release is backwards compatible with Avahi 0.6, 0.6.1, 0.6.2,
289 0.6.3, 0.6.4, 0.6.5 and 0.6.6.
290
291 Avahi 0.6.6
292 ===========
293
294 This release fixes some bugs and includes some documentation updates
295
296  * Add a bunch of new types to the service type database
297  * Return errors of avahi_entry_group_commit() properly
298  * Many doxygen documentation improvements
299  * Fix destruction of AvahiEntryGroup objects using 
300    avahi_entry_group_free().
301  * Don't allow commiting of empty entry groups
302  * Use a little less memory in avahi-qt
303  * Don't accept empty TXT strings
304  * Update example "client-publish-service.c" to show how to modify an
305    existing service
306
307 This release is backwards compatible with Avahi 0.6, 0.6.1, 0.6.2,
308 0.6.3, 0.6.4 and 0.6.5.
309
310 Avahi 0.6.5
311 ===========
312
313 This release fixes some bugs and adds a new API function.
314  
315  * avahi-browse: properly show services that are removed from the 
316    network
317  * fix build on bi-arch platforms, on GNU/kFreeBSD, on MIPS and 
318    for non-DBUS builds
319  * add new API function avahi_nss_support() and DBUS function
320    IsNSSSupportAvailable() which may be used to detect whether
321    libc's gethostbyname() supports mDNS domain names.
322  * patch avahi-bookmarks to make use of
323    IsNSSSupportAvailable(). avahi-bookmarks will now generate links
324    with real hostnames instead of numeric IP addresses if mDNS support
325    is detected for gethostbyname().
326  * add init script for Mandriva Linux
327  * speed up avahi_client_free()
328  * man page updates
329  * install missing header thread-watch.h
330  * fix avahi-bookmarks to work with certain twisted versions
331  * fix record updating
332  * Use pkg-config's Requires.private directive where it makes sense
333
334 This release is backwards compatible with Avahi 0.6, 0.6.1, 0.6.2,
335 0.6.3 and 0.6.4.
336
337 Avahi 0.6.4
338 ===========
339
340 This is a bugfix release and adds a new event loop implementation to
341 avahi-common's public interface.
342  
343  * avahi-common: add new AvahiThreadedPool event loop implementation
344  * avahi-sharp: compatibility with newer mono versions
345  * avahi-publish-service: don't ignore the port number specified
346  * avahi-sharp: correct some flags definitions
347
348 This release is backwards compatible with Avahi 0.6, 0.6.1, 0.6.2 and
349 0.6.3.
350
351 A quick introduction how to use the new AvahiThreadedPool interface is
352 available in our Wiki:
353
354           http://avahi.org/wiki/RunningAvahiClientAsThread
355
356 Avahi 0.6.3
357 ===========
358
359 This is a bugfix release. Everyone should update ASAP!
360
361  * avahi-sharp: make sure to append a trailing NUL byte to all C strings
362  * avahi-core: fix a double free() which occurs when wide area lookups timeout
363
364 This release is fully compatible with Avahi 0.6, 0.6.1 and 0.6.2.
365
366 Avahi 0.6.2
367 ===========
368
369 This is mostly a bugfix release.
370
371  * Compatibility with DBUS 0.60 (Full compatibility with DBUS 0.3x and 
372    0.5 is retained)
373  * Fix introspection for some auxiliary DBUS objects
374  * Miscellaneous documentation updates
375  * Improve Autoconf support for detecting PTHREADS library
376  * Fix avahi-publish --help
377  * Workaround a DBUS limitation which might cause Avahi to die when a
378    user sends an empty TXT entry over DBUS
379  * Increase number of resolver/browser objects a DBUS client may create
380  * Remove fprintf() call in avahi_client_new()
381  * Other minor fixes
382
383 This release is both up and downwards compatible with Avahi 0.6 and 0.6.1.
384
385 Avahi now has its own Domain (http://avahi.org) and a new Website!
386
387 And, most importantly, we now have a Logo:
388       http://avahi.org/chrome/site/avahi-trac.png
389
390 Avahi 0.6.1
391 ===========
392         
393 This is mostly a bugfix release.
394
395  * Fix a segfault when shutting down the daemon. Please note that this
396    issue was not security sensitive in any way but had the ugly side
397    effect that the daemon's PID file was not removed properly.
398  * Added init scripts for ArchLinux and FreeBSD
399  * Add DBUS API versioning through the new method GetAPIVersion()
400  * Build the HOWL compatibility library as "libhowl.so", instead of
401    "libavahi-compat-howl.so". This will help distributors to ensure
402    full API/ABI compatibility with HOWL out-of-the-box.
403  * Same for the Bonjour compatibility library
404  * Other fixes
405
406 We encourage Linux users to update to libdaemon 0.10 since logging
407 does not work from a chroot() environment with older versions.
408
409 This release is fully API and ABI compatible with Avahi 0.6. This is
410 true for both the C libraries and the DBUS interface.
411
412 Packagers should read the new documentation file doc/COMPAT-LAYERS
413 which contains some information about maintaining full build system
414 compatibility in addition to ABI/API compatibility.
415
416 Avahi 0.6, the "Goddag" release
417 ===============================
418
419  * Support for (read-only) wide area support. (i.e. DNS-SD over unicast DNS)
420  * Ported to FreeBSD, NetBSD, Darwin/MacOSX and to some extent OpenBSD
421  * Portability fixes for ARM CPUs
422  * Compatibility layers for the HOWL and Bonjour APIs
423  * Support for registering/browsing arbitrary records
424  * Proper support for DNS-SD service subtypes
425  * Native C implementations of the client utilities
426  * Now passes the Bonjour conformance test suite without any exceptions
427  * "Passive observation of failures"
428  * chroot() support
429  * Many traffic reduction improvements
430  * Bugfixes, cleanups
431
432 This release is not API/ABI compatible with Avahi 0.5. Please see
433 docs/API-CHANGES-0.6 for a rough overview over the changes. 
434
435 Avahi 0.5.2
436 ===========
437
438  * Bug fix release.
439  * Fix browing in QT applications (was totally broken)
440  * Minor documentation update.
441
442 Avahi 0.5.1
443 ===========
444
445  * This is a bug fix release, before the big changes coming in 0.6
446  * Fix reporting of the NO_DAEMON error
447  * Fix commit throttling algorithm for entry groups
448  * Fix counting of the number of resources in an entry group 
449
450 Avahi 0.5, the 'Bom Dia' release
451 ================================
452
453  * New Mono bindings, allowing you to use Avahi from
454    any CLI language such as C#
455  * Attempt auto-detection of the D-BUS system bus address
456  * Include a 'cookie' in all published records which allows us
457    to reliably determine if a service is the same as another.
458  * Add API to determine if services are local
459  * Better support for threading with AvahiSimplePoll
460  * Add some new StringList functions to help binding to it in
461    other languages
462  * Various build and run-time bug fixes
463
464 Avahi 0.4, the 'Hyvää päivää' release
465 =====================================
466
467  * Renamed the include dirs for the Qt bindings to include the
468    version number, as they may diverge in future.
469  * Fix a critical bug in avahi-daemon triggered by configuring an interface
470    with various DHCP clients when you have no other active addresses which
471    caused avahi-daemon to abort.
472  * Move to using python-gdbm exclusivly for the service type database.
473  * Add support for SUSE
474  * Various fixes to the build system
475
476 Avahi 0.3, the 'Buenos Días' release
477 ====================================
478
479  * New integration library for QT main-loop applications.
480  * Fix a crash in avahi-dnsconfd
481  * Documentation Updates
482  * Fix building when you don't want Python DBUS or GTK
483  * avahi-bookmarks
484    - Add new help option
485    - Fix handling of paths not starting with a /
486    - You can now specify the port and IP to bind to
487    - Add option to generate links with hostnames instead of IPs
488
489 Avahi 0.2, the 'Dzień Dobry' release
490 ====================================
491
492  * Unfortunately this release broke the API/ABI of libavahi-client
493    with the following function removals
494
495    Removal of these functions may affect users of the 0.1 API
496     - avahi_service_resolver_block()
497
498    The following functions were simply for debugging information
499    and their removal should not affect anyone
500     - avahi_entry_group_get_dbus_path()
501     - avahi_domain_browser_get_dbus_path()
502     - avahi_service_type_browser_get_dbus_path()
503     - avahi_service_browser_get_dbus_path()
504
505    Note that while the libavahi-client API changed slightly, the DBUS
506    API itself has only had additions and no existing definitions
507    have changed.
508  
509  * avahi-daemon will now ignore local IP addresses with the "link" scope
510    unless it is the only IP address on the interface.
511  * avahi-daemon will no longer fail to start if D-BUS is not
512    available (if configured with enable-dbus=warn)
513  * Fixed a potential crasher when resolving things in libavahi-core.
514  * New example demonstrating integration into glib applications
515  * Addtion of a set of convenience functions for AvahiStringList
516    avahi_string_list_find()
517    avahi_string_list_get_pair()
518    avahi_string_list_add_pair()
519    avahi_string_list_add_pair_arbitrary()
520  * Fixed a typo in avahi-glib.pc that stopped programs using
521    the GLIB api from compiling correctly
522  * A critical bug in the reflector was fixed where it may go into a
523    state of constantly flooding queries out to the network.
524  * Introduced new asynchronous resolver API
525  * libavahi-client gained an API for resolving HostNames and Addresses
526    in addition to the ServiceResolver provided in 0.1
527  * Added support for Arch and Gentoo linux distributions.
528  * Allowed configuration on non-supported distributions
529  * Fixed a critical bug where you cannot use more than one AvahiClient 
530    or use it in an application already using D-BUS
531  * Fixed assembly of empty string lists to RFC compliant TXT records
532  * Added a new service type description database with human
533    understandable descriptions of services with translations.
534  * Fixed various minor memory corruption bugs
535  * Fixed an issue where Avahi might think it encountered a conflict
536    if the process or machine has been suspended
537  * Fixed compilation and runtime issues on 64-bit distributions
538  * ...
539  * PROFIT!!!
540
541 Avahi 0.1, the "Guten Tag" release
542 ==================================
543
544 The Avahi team would like to announce the immediate availability of
545 Avahi 0.1 "Guten Tag".
546
547 Avahi is a fully LGPL framework for Multicast DNS Service Discovery.
548 It allows programs to publish and discover services and hosts
549 running on a local network with no specific configuration.  For
550 example you can plug into a network and instantly find printers to
551 print to, files to look at and people to talk to.
552
553 Avahi is designed to be compatible with the mDNS/DNS-SD specification
554 and boasts the following features
555
556  * Fully open source and freely available under the LGPL
557  * Full IPv4 and IPv6 support
558  * An embeddable mDNS stack
559  * Dynamic adjustment to network reconfiguration
560  * Daemon with DBUS API for desktop applications
561  * C library to interface with the DBUS API
562  * Compatible with other mDNS/DNS-SD implementations such as
563    Howl and Apple Bonjour (previously Rendezvous)
564  * Ability to correctly "reflect" mDNS between two or more LAN segments
565  * Ability to configure DNS servers based on mDNS/DNS-SD published
566    information, a feature that is very usefull on IPv6
567    which has no other mechanism for this.
568  * Combined with nss-mdns, allows hostname lookup such as
569    'laptop.local' without the configuration of a DNS server.
570    http://0pointer.de/lennart/projects/nss-mdns/
571  * Easy integration into GLIB, GTK other mainloop applications.
572  * Documentation and examples of both developer APIs and utilities.
573
574 mDNS/DNS-SD is part of a larger set of specifications for easy
575 configuration of networking known as "ZeroConf"
576 (http://www.zeroconf.org/), with the aim of allowing you to plug into
577 a network and instantly be able to interact with it's services.
578
579 Avahi was designed to be a fully free implementation, and is
580 available under the LGPL.  Many other implementations of the mDNS/DNS-SD
581 specification were previously non-free, restricting their use in many
582 platforms such as the GNOME desktop and many distributions.
583
584 While Avahi is a 0.1 release, we feel it is feature complete and
585 available for immediate use, developers can make use of the Avahi
586 client library to provide above mentioned functionality in their
587 programs.
588
589 We unfortunately do not have a logo yet! We would love if someone
590 could suggest ideas for a logo or even design us one.  If you think
591 you can help us out, you can contact us on our mailing list or by
592 emailing Trent Lloyd on lathiat@bur.st.
593
594 If you would like more information or help, you can subscribe
595 to our mailinglist, goto
596     http://lists.freedesktop.org/mailman/listinfo/avahi
597
598 You can download Avahi 0.1 here
599     http://www.freedesktop.org/~lennart/avahi-0.1.tar.gz
600
601 You can also find out more information from our homepage
602     http://www.freedesktop.org/Software/Avahi
603
604 We would like to thank the following people for their
605 contribution to Avahi 0.1.
606     Lennart Poeterring
607     Trent Lloyd
608     Sebastien Estienne
609     Ross Burton
610     Tommi Vainikainen
611     Joe Shaw
612     Ikke
613     Steev
614
615 Cheers,
616 The Avahi Team
617
618 $Id$