X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=netatalk.git;a=blobdiff_plain;f=NEWS;h=eb1d743e793f7487e2f4a9ae0e465100f0ee75aa;hp=22b496f724ef691253761758636b2e9ac126e61e;hb=86842c08a4faa8fcd7b4f6639f39a3245f0b7d81;hpb=9c0bd06843f77fe7ec5b4cb404560be127f4c10c diff --git a/NEWS b/NEWS index 22b496f7..eb1d743e 100644 --- a/NEWS +++ b/NEWS @@ -1,11 +1,60 @@ +Changes in 3.0 alpha2 +===================== + +* UPD: afpd: Store '.' as is and '/' as ':' on the server, don't + 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: 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 +* REM: Volumes options "use dots" and "hex encoding" + +Changes in 3.0 alpha1 +===================== + +* NEW: Central configuration file afp.conf which replaces all previous files +* NEW: netatalk: service controller starting and restarting afpd and cnid_metad + as necessary +* NEW: afpd: Extended Attributes AppleDouble backend (default) +* UPD: CNID databases are stored in $localstatedir/netatalk/CNID + (default: /var/netatalk/CNID), databases found in AFP volumes are + automatically moved +* UPD: Start scripts and service manifests have been changed to only start + the new netatalk service controller process +* UPD: afpd: UNIX privileges and use dots enabled by default +* UPD: afpd: Support for arbitrary AFP volumes using variable expansion has been + removed +* UPD: afpd: afp_voluuid.conf and afp_signature.conf location has been + changed to $localstatedir/netatalk/ (default: /var/netatalk/) +* UPD: afpd: default server messages dir changed to $localstatedir/netatalk/msg/ +* UPD: dbd: new option -C for conversion from AppleDouble v2 to ea +* REM: AppleTalk support has been removed +* REM: afpd: SLP and AFP proxy support have been removed +* REM: afpd: legacy file extension to type/creator mapping has been removed +* REM: afpd: AppleDouble backends v1, osx and sfm have been removed + Changes in 2.2.3 ================ +* NEW: afpd: support for mdnsresponder +* NEW: afpd: new LDAP config option ldap_uuid_string * UPD: based on Unicode 6.1.0 * UPD: experimental systemd service files: always run both afpd and cnid_metad * UPD: afpd: Ensure our umask is not altered by eg pam_umask +* UPD: afpd: Use GSS_C_NO_NAME as server principal when Kerberos options -fqdn + and -krb5service are not set, from Jamie Gilbertson * FIX: afpd: sendfile() on FreeBSD was broken, courtesy of Denis Ahrens * FIX: afpd: Dont use searchdb when doing partial name search +* FIX: afpd: Fix a possible bug handling disconnected sessions, + NetAFP Bug ID #16 +* FIX: dbd: Don't remove BerkeleyDB if it's still in use by eg cnid_dbd, fixes + bug introduced in 2.2.2 +* FIX: debian initscript: start avahi-daemon (if available) before atalkd Changes in 2.2.2 ================