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