X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=NEWS;h=566cfb5f00bc10075e90de6d482bf7c3a3d72dae;hb=d57dffcecc66f642fc7b53cdbdbb72c435c2da0a;hp=65c6c1e0001e8a8f825eb775383ed6251f6d3481;hpb=1e787cd52b5d7327d180af76ca7e4ab071683313;p=netatalk.git diff --git a/NEWS b/NEWS index 65c6c1e0..566cfb5f 100644 --- a/NEWS +++ b/NEWS @@ -7,6 +7,20 @@ Changes in 3.0.4 lead to a failure setting the size of a files ressource fork. This affected application like Adobe Photoshop where saving files may fail. Fixes bug #511. +* UPD: Enhance ACL mapping, change global ACL option 'map acl' to take + the following options: "none", "rights" (default), "mode". + none = no mapping, this resembles the previous false/no setting + rights = map ACLs to Finder UARights, this resembles the previous + 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. Changes in 3.0.3 ================