]> arthur.barton.de Git - netatalk.git/blobdiff - NEWS
.volinfo file not created on first volume access if user in rolist
[netatalk.git] / NEWS
diff --git a/NEWS b/NEWS
index d4df9e7a64f22c91b30243397ed4d3f099a98d86..9df6a08ee09b30901ae9efcef112b653e69b4e0c 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,32 @@
+Changes in 2.2.1
+================
+
+* NEW: afpd: disable continous service feature by default, new option
+       -keepsessions to enable it
+* UPD: afpd: Enhance ACL support detection for volumes: enable them per volume if
+       1) ACL support compiled in, 2) the volume supports ACLs, 3) the new volume
+       option "noacls" is not set for the volume.
+       The previous behaviour was to enable ACL support for a volume if
+       1) it was compiled in and 2) the volume supported ACLs. There was no way
+       to disable ACLs for a volume.
+* FIX: afpd: increase BerkeleyDB locks and lockobjs
+* FIX: afpd: create special folder as root
+* FIX: afpd: fix compilation error if --enable-ddp is used
+* FIX: afpd: More robust IPC reconnect error handling
+* FIX: afpd: ACL access checking
+* FIX: afpd: fix a possible race condition between SIGCHLD handler and
+       new connection attempts
+* FIX: afpd: fix undefined behaviour when more then ~510 connetions where
+       established
+* FIX: afpd: fix a crash when searching for a UUID that is not a special
+       local UUID and LDAP support is not compiled in
+* FIX: afpd: .volinfo file not created on first volume access if user in rolist
+* FIX: cnid_dbd: increase BerkeleyDB locks and lockobjs
+* FIX: cnid_dbd: implement -d option, deletes CNID db
+* FIX: suse: initscript return better status
+* FIX: Sourcecode distribution: add missing headers
+* FIX: Solaris 10: missing dirfd replacement function
+
 Changes in 2.2
 ==============