X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=NEWS;h=c74787bfa8773791b1681f1f351953af245b1cdc;hb=a4a460b9d4e65c5d7435cf1f38fdba67f6552500;hp=0828927a6bc80cafa92772d6163761469e0f0c03;hpb=cc7d5d2543c91fe2461a7bd482bf8969638e89b9;p=netatalk.git diff --git a/NEWS b/NEWS index 0828927a..c74787bf 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,25 @@ +Changes in 3.0.4 +================ +* FIX: Opening files without metadata EA may result in an invalid + metadata EA. Check for malformed metadata EAs and delete them. + Fixes bug #510. +* FIX: Fix an issue with filenames containing non-ASCII characters that + 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. + Changes in 3.0.3 ================ * UPD: afpd: Increase default DSI server quantum to 1 MB @@ -44,6 +66,8 @@ Changes in 3.0.3 Fixes bug #508. * FIX: Setting POSIX ACLs on Linux Fixes bug #506. +* FIX: "ad ls" segfault if requested object is not in an AFP volume. + Fixes bug #496. Changes in 3.0.2 ================