]> 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 a988243261116578b8cd616d9f11c4ac39682e09..cf67388f135ec46ff04a7dca171d8b8bb4c1f146 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -2,13 +2,26 @@ 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
 ================