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