X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=NEWS;h=5441053468672a8eaa50ab6b1f0dd2f4870b42ed;hb=d861fc384ee4d020ca523ed046ac1979a3eb2b11;hp=7c9a75f735ea5277216ba738a2038ea7db8970f0;hpb=8783a147f521e63a255e7fa8a4da417325834922;p=netatalk.git diff --git a/NEWS b/NEWS index 7c9a75f7..54410534 100644 --- a/NEWS +++ b/NEWS @@ -23,6 +23,7 @@ Changes in 2.1-beta1 database can't be open. * NEW: support for Unicode characters in the range above U+010000 using internal surrogate pairs +* NEW: apple_dump: utility to dump AppleSingle and AppleDouble files * UPD: atalkd and papd are now disabled by default. AppleTalk is legacy. * UPD: slp advertisement is now disabled by default. server option -slp SRVLOC is legacy. @@ -34,8 +35,14 @@ Changes in 2.1-beta1 * FIX: initscripts installation now correctly uses autoconf paths, ie they're installed to --sysconfdir. * FIX: UTF-8 volume name length +* FIX: atalkd: workaround for broken Linux 2.6 AT kernel module: + Linux 2.6 sends broadcast queries to the first available socket + which is in our case the last configured one. atalkd now tries to + find the right one. + Note: now a misconfigured or plugged router can broadcast a wrong route ! * REM: cnid_maint: use dbd [FIXME: s/dbd/INSERT NAME HERE/] - *REM: cleanappledouble.pl: use dbd [FIXME: s/dbd/INSERT NAME HERE/] +* REM: cleanappledouble.pl: use dbd [FIXME: s/dbd/INSERT NAME HERE/] +* REM: nu: use `macusers` instead Changes in 2.0.5 ================