X-Git-Url: https://arthur.barton.de/gitweb/?p=netatalk.git;a=blobdiff_plain;f=NEWS;h=6cdb7df2860e86c033700b70ab2f6a1d1baeb228;hp=162ea29d69baf7c9a1f654eb1a4fff3001099d9a;hb=1fb39a247c20d733792f2877fce4d753065abef5;hpb=e421da9fdfa2026757b60277a83614fe4a7db2ab diff --git a/NEWS b/NEWS index 162ea29d..6cdb7df2 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,20 @@ +Changes in 3.1.2 +================ +* FIX: Option "vol dbpath" was broken in 3.1.1 +* FIX: Spotlight: file modification date, bug #545 +* FIX: Improve reliability of afpd child handler +* FIX: debian initscript: add 0 and 6 to Default-Stop. debian-bug#745520 +* FIX: put the Solaris share reservation after our locking stuff, bug #560. +* UPD: Improve Linux quota behaviour +* FIX: xattrs on *BSD, bug #562 +* NEW: afpd: support for using $u username variable in AFP volume + definitions. FR#90. +* FIX: getvolbypath returns incorrect volume, bug #563 +* FIX: fd leak when using appledouble = v2, bug #554 +* UPD: New options that control whether dbus and Tracker are started: + 'start dbus' and 'start tracker', both default to yes, FR#91 +* UPD: Spotlight: SPARQL query optimisations + Changes in 3.1.1 ================ * FIX: Add asprint() compatibility function for systems lacking it @@ -9,6 +26,12 @@ Changes in 3.1.1 * FIX: Saving from applications like Photoshop may fail, because removing the ressource fork AppleDouble file failed. Bug #542. * FIX: dbd: remove orphaned ._ AppleDouble files. Bug #549. +* NEW: afpd: Automatic conversion of ._ AppleDouble files + created by OS X. Bug #550. +* FIX: afpd: Fix a crash in of_closefork(). Bug #551. +* FIX: dbd: Don't print message "Ignoring ._file" for every ._ file. + Bug #552. +* FIX: afpd: Don't flood log with failed sys_set_ea() messages. Changes in 3.1.0 ================