X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=NEWS;h=854d591cbc33ba74c8618804949a2c7aa660ab92;hb=b3c52ea7097b09cafe6002acca2c996f1f5ea2fb;hp=3aed94ffe9280f8fc99f51461b5bc2bfe8c7a5f7;hpb=50bb4258fcc91a19f39989fbe727ffd93fbe2c2f;p=netatalk.git diff --git a/NEWS b/NEWS index 3aed94ff..854d591c 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,10 @@ +Changes in 3.0 alpha3 +===================== + +* NEW: afpd: Per volume "login message", NetAFP bug ID #18 +* UPD: unix charset is UTF8 by default + vol charset is same value as unix charset by default + Changes in 3.0 alpha2 ===================== @@ -5,12 +12,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