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