]> arthur.barton.de Git - netatalk.git/blobdiff - NEWS
From trunk: removed file permission masking.
[netatalk.git] / NEWS
diff --git a/NEWS b/NEWS
index 2cf5103fca7d6187a30568a2dd4ce6b24a40318c..49bf27819a4a987fb9212535bc4ee11ddff440fd 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,18 +1,40 @@
+Changes from 1.5.2
+==================
+
+* UPD: Extend the --disable-shell-check functionality to ignore users
+       with _no_ shell.  Also, send a log message if a user is refused login
+       based on the fact that they have no shell.
+* UPD: Autoconf updates.
+* FIX: Problems with Photoshop trying to open image files has been
+       corrected.
+* FIX: Preserve special permission bits when creating or modifying
+       directories.
+* FIX: afp_deleteid() now deletes the specified file and not the parent
+       directory.
+* FIX: NetBSD ELF support.
+* FIX: acleandir.rc is now installed in the bin directory.
+* FIX: megatron does now compile even if compiled with -DDEBUG.
+* 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: -server_notif afpd flag has been added to control whether or not
-       you want the server to send notifications (this is the current way
-       of doing things).  If you do not specify this flag (default), the 
-       client will poll the server every 10 seconds for directory updates.
+* 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.
 * UPD: Solaris Kernel Makefile is now auto-generated. This fixes some path
        issues, but isn't perfect, yet. Added some Solaris compatibility
        fixes to the Kernel sources, too.
+* 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.