X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=NEWS;h=d567d5309e86ff30808c46b5f111301d0c61581d;hb=d6871a38bd010d27e29aff572d291808b9da278a;hp=deb2bc84e194a150f63da82c4bf5454d88ac850d;hpb=59610cb40b09de7eb3201d1b3e1a3392d5b78235;p=netatalk.git diff --git a/NEWS b/NEWS index deb2bc84..d567d530 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,19 @@ +Changes in 3.0.5 +================ +* FIX: Fix a crash when using pam_winbind. Fixes bug #516. +* NEW: New global/volume option "ignored attributes" +* FIX: "afp listen" option failed to take IPv6 addresses. Bug #515. +* FIX: Fix a possible crash in set_groups. Bug #518. +* NEW: Send optional AFP messages for vetoed files, new option + "veto messages" can be used to enable sending messages. + Then whenever a client tries to access any file or directory + with a vetoed name, it will be sent an AFP message indicating + the name and the directory. From FR #81. +* NEW: New boolean volume option "delete veto files". If this option is + set to yes, then Netatalk will attempt to recursively delete any + vetoed files and directories. FR #82. +* UPD: systemd unit dir is /usr/lib/systemd/system . + Changes in 3.0.4 ================ * FIX: Opening files without metadata EA may result in an invalid @@ -18,6 +34,12 @@ Changes in 3.0.4 dirlookup() where the curdir is freed because the dircache detected a dev/inode cache difference and evicted the object from the cache. Fixes bug #498. +* FIX: Add missing include, fixes bug #512. +* FIX: Change default FinderInfo for directories to be all 0, fixes + bug 514. +* NEW: New option "afp interfaces" which allows specifying where + Netatalk listens for AFP connections by interface names. + From FR #79. Changes in 3.0.3 ================