X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=NEWS;h=50eaf5e542454457729dc7b7bd4b10ded820b96d;hb=835046ffee549c23b8500f06b7eb63b62ad13f94;hp=2b46166a9bc2e05ed490b7084c8b3db504dd7dea;hpb=62d347c783553c2888fd16ae6002d8fbde1b929f;p=netatalk.git diff --git a/NEWS b/NEWS index 2b46166a..50eaf5e5 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,16 @@ +Changes in 3.0 alpha3 +===================== + +* NEW: afpd: Per volume "login message", NetAFP bug ID #18 +* NEW: afpd: Cross-platform locking (share modes) on Solaris and derivates + with Solaris CIFS/SMB server. Uses new Solaris fcntl F_SHARE share + reservation locking primitives. +* NEW: ad: ad set subcommand for changing Mac metadata on the server +* UPD: unix charset is UTF8 by default + vol charset is same value as unix charset by default +* FIX: afpd: Server info packet was malformed resulting in broken + server names being displayed on clients + Changes in 3.0 alpha2 ===================== @@ -5,8 +18,17 @@ Changes in 3.0 alpha2 CAP hexencode as "2e" and "2f" respectively * UPD: afdp: Automatic name conversion, renaming files and directories containing CAP sequences to their not enscaped forms +* UPD: afpd: Correct handling of user homes and users without homes +* UPD: afpd: Perform complete automatic adouble:v2 to adouble:ea conversion + as root. Previously only unlinking the adouble:v2 file was done as root * UPD: dbd: -C option removes CAP encoding * UPD: Add graceful option to RedHat init script +* UPD: Add --disable-bundled-libevent configure options When set to yes, + we rely on a properly installed version on libevent CPPFLAGS and LDFLAGS + should be set properly to pick that up +* UPD: Run ldconfig on Linux at the end of make install +* FIX: afpd: ad cp on appledouble = ea volumes +* FIX: dbd: ignore ._ appledouble files * REM: Volumes options "use dots" and "hex encoding" Changes in 3.0 alpha1