]> arthur.barton.de Git - netatalk.git/blobdiff - NEWS
Add the changes since 1.5.2.
[netatalk.git] / NEWS
diff --git a/NEWS b/NEWS
index 5551e30fcff1eed1847515024380de295a6acf79..21f9a34407bfdd11fdc72ad649adf7cb805ffc45 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,8 +1,18 @@
+Changes from 1.5.2
+==================
+
+* FIX: afp_deleteid() now deletes the specified file and not the parent
+       directory.
+* FIX: Clean up some syslog messages.
+
 Changes from 1.5.1
 ==================
 
 * NEW: NetBSD support contributed by David Rankin and NetBSD contributors.
        This includes a new configure option --enable-netbsd.
+* NEW: Add the -client_polling afpd.conf flag to allow for clients to poll
+       the server every 10 seconds for open window updates.  Currently
+       this is the only way to get asynchronous directory updates.
 * UPD: Use separate macro for AFS configure check.
 * UPD: Some Perl scripts are now (partially) auto-generated. This improves
        out-of-the-box usage of Netatalk.
@@ -12,6 +22,8 @@ Changes from 1.5.1
 * UPD: CNID DB code sync'd with the current CVS version.  NOTE: Using this
        code requires you to delete _all_ existing .AppleDB directories in
        order to avoid database corruption!
+* FIX: The file AppleVolumes.system contained wrong line breaks so that
+       not all file types were properly recognized.
 * FIX: AFS compilation would fail due to a misnamed variable.
 * FIX: SLP configure check was wrong so SLP did not compile.
 * FIX: Fix the way quotas are handled under certain situations.