]> arthur.barton.de Git - netatalk.git/blobdiff - NEWS
systemd unit dir is /usr/lib/systemd/system now
[netatalk.git] / NEWS
diff --git a/NEWS b/NEWS
index deb2bc84e194a150f63da82c4bf5454d88ac850d..d567d5309e86ff30808c46b5f111301d0c61581d 100644 (file)
--- 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
 ================