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