]> arthur.barton.de Git - netatalk.git/blobdiff - ChangeLog
Change the name of the Perl-check macro to reflect the fact we are now using
[netatalk.git] / ChangeLog
index b5a2efd5fa6adca945a2b82939bc57cbeab9acab..f92e858e361d23b8265f863c41dbb72beced85b8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,25 @@
+2002-02-06  joe c  <marcus@marcuscom.com>
+       * etc/afpd/globals.h, etc/afpd/afp_options.c, etc/afpd/status.c
+       etc/afpd/volume.c: Add a new option -server_notif to specify that
+       a server supports server notifications.  If this flag is not specified
+       the client will poll the server every 10 seconds for directory changes.
+
+2002-02-03  and m  <morgan@orst.edu>
+       * bin/afppasswd/Makefile.am
+       Added an install-exec-hook to make the afppasswd binary suid root
+       after it is installed.  This lets local users change their afppasswd
+       password.
+
+2001-12-14  joe c   <marcus@marcuscom.com>
+       * etc/afpd/afp_options.c, etc/afpd/afp_dsi.c, etc/afpd/globals.h:
+       Add a new option to afpd called -timeout to specify the number of
+       server tickles to send before killing a AFPoTCP session.
+
+2001-12-10  joe c   <marcus@marcuscom.com>
+       * bin/cnid/cnid_didname_verify,c: Add a utility to verify the consistency
+       of didname.db.  Using the stock db_verify utility will fail as the sort
+       routine is unknown.
+
 2001-12-07  joe c   <marcus@marcuscom.com>
        * libatalk/cnid/cnid_open.c: Re-enable synchronous transaction support
        to try improve performance.