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