]> arthur.barton.de Git - netatalk.git/blobdiff - NEWS
Changed behaviour for TimeMachine volumes in case there's a problem
[netatalk.git] / NEWS
diff --git a/NEWS b/NEWS
index 68da4aa24729e00a6a2e29707bf626ad9157382b..cf67388f135ec46ff04a7dca171d8b8bb4c1f146 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -8,6 +8,11 @@ Changes in 2.2.3
 * 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,