X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=NEWS;h=1c071750b8981ed739cd7084ac8561d178bf37d1;hb=d5f8878208f0ab18752aaaa6685495d5eb542e71;hp=a1c3cedf5d7b73d5066872aad4ad72459138c69a;hpb=4c691d7ebf0d54b3ee69d54955bcaf2283e98abc;p=netatalk.git diff --git a/NEWS b/NEWS index a1c3cedf..1c071750 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,15 @@ +Changes in 3.0.5 +================ +* FIX: Fix a crash when using pam_winbind. Fixes bug #516. +* NEW: New global/volume option "ignored attributes" +* FIX: "afp listen" option failed to take IPv6 addresses. Bug #515. +* FIX: Fix a possible crash in set_groups. Bug #518. +* NEW: Send optional AFP messages for vetoed files, new option + "veto messages" can be used to enable sending messages. + Then whenever a client tries to access any file or directory + with a vetoed name, it will be sent an AFP message indicating + the name and the directory. From FR #81. + Changes in 3.0.4 ================ * FIX: Opening files without metadata EA may result in an invalid @@ -14,7 +26,17 @@ Changes in 3.0.4 true/yes setting. This is the default. mode = map ACLs to Finder UARights and UNIX mode From FR #73. - +* FIX: Fix a possible crash in cname() where cname_mtouname calls + dirlookup() where the curdir is freed because the dircache + detected a dev/inode cache difference and evicted the object + from the cache. Fixes bug #498. +* FIX: Add missing include, fixes bug #512. +* FIX: Change default FinderInfo for directories to be all 0, fixes + bug 514. +* NEW: New option "afp interfaces" which allows specifying where + Netatalk listens for AFP connections by interface names. + From FR #79. + Changes in 3.0.3 ================ * UPD: afpd: Increase default DSI server quantum to 1 MB