]> arthur.barton.de Git - netatalk.git/blobdiff - NEWS
pipexlate, give up and return an error if it reachs the end of the output buffer
[netatalk.git] / NEWS
diff --git a/NEWS b/NEWS
index b9e47312f1f2e5dac3178e2962292358feab92bc..ee0730df22be2a1f136a4f7071c876f9b52683ea 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -2,15 +2,19 @@ Changes in 2.0.4
 ================
 
 * NEW: afpd: DHX2 uams using GNU libgcrypt.
-* NEW: afpd: volume options 'perm' and 'invisibledots'
+* NEW: afpd: volume options 'illegalseq', 'perm' and 'invisibledots'
+       'ilegalseq'  encode illegal sequence in filename asis, ex "\217-", which is not 
+       a valid SHIFT-JIS char, is encoded  as U\217 -.
        'perm' value OR with the client requested permissions. (help with OSX 10.5
        strange permissions).
        Make dot files visible by default with 'usedots', use 'invisibledots' 
        for keeping the old behavior, ie for OS9 (OSX hide dot files on its
        own).
 * NEW: afpd: Mac greek encoding.
+* NEW: afpd: CJK encoding.
 * FIX: afpd: return the right error in createfile and copyfile if the disk
        is full.
+* FIX: afpd: resolveid return the same error code than OSX if it's a directory
 * FIX: afpd: server name check, test for the whole loopback subnet 
        not only 127.0.0.1.
 * UPD: afpd: limit comments size to 128 bytes, (workaround for Adobe CS2 bug).
@@ -20,7 +24,7 @@ Changes in 2.0.4
 * FIX: cnid: dbd detach the daemon from the control terminal.
 * UPD: cnid: never ending Berkeley API changes...
 * UPD: cnid: dbd add a timeout when reading data from afpd client.
-* UPD: Don't wait five second after the first error when speaking to the dbd
+* UPD: cnid: Don't wait five second after the first error when speaking to the dbd
        backend.
 * FIX: papd: vars use % not $
 * FIX: papd: quote chars in popen variables expansion. security fix.