X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=NEWS;h=cf67388f135ec46ff04a7dca171d8b8bb4c1f146;hb=18f2ef43a479721553a989931d8c60e84c5e1cac;hp=22b496f724ef691253761758636b2e9ac126e61e;hpb=9c0bd06843f77fe7ec5b4cb404560be127f4c10c;p=netatalk.git diff --git a/NEWS b/NEWS index 22b496f7..cf67388f 100644 --- a/NEWS +++ b/NEWS @@ -1,11 +1,27 @@ Changes in 2.2.3 ================ +* NEW: afpd: support for mdnsresponder +* NEW: afpd: new LDAP config option ldap_uuid_string * UPD: based on Unicode 6.1.0 * UPD: experimental systemd service files: always run both afpd and cnid_metad * UPD: afpd: Ensure our umask is not altered by eg pam_umask +* UPD: afpd: Use GSS_C_NO_NAME as server principal when Kerberos options -fqdn + and -krb5service are not set, from Jamie Gilbertson +* UPD: afpd: Changed behaviour for TimeMachine volumes in case there's a problem + talking to the CNID daemons. Previously the volume was flagged read-only + and an AFP message was sent to the client. As this might result in + TimeMachine assuming the backup sparse bundle is damaged, we now just + switch the CNID database to an in-memory tdb without the additional stuff. * FIX: afpd: sendfile() on FreeBSD was broken, courtesy of Denis Ahrens * FIX: afpd: Dont use searchdb when doing partial name search +* FIX: afpd: Fix a possible bug handling disconnected sessions, + NetAFP Bug ID #16 +* FIX: afpd: Close IPC fds in afpd session child inherited from the afpd + master process +* FIX: dbd: Don't remove BerkeleyDB if it's still in use by eg cnid_dbd, fixes + bug introduced in 2.2.2 +* FIX: debian initscript: start avahi-daemon (if available) before atalkd Changes in 2.2.2 ================