X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=ChangeLog;h=0a51c1b206caec86ce0895ba40bd977eb70fedd7;hb=a4b063799a41f0b9ff89e3e47801423a349556f2;hp=1c600d963087b2772119fcf31fb87efa01ae8912;hpb=03e64d851db8b5d3b5044e4767b516705109c1eb;p=netatalk.git diff --git a/ChangeLog b/ChangeLog index 1c600d96..0a51c1b2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,57 @@ +2002-09-26 Andrew Morgan + * Added syncmail script to CVSROOT so commits are logged to the + netatalk-cvs@lists.sourceforge.net mailing list. + +2002-09-24 Sebastian Rittau + + * NEWS: Catted CHANGES to the end of this file. Updated from the + stable branch. + * CHANGES: Removed. + +2002-02-14 andy m + * etc/papd/queries.c: Added support for "ADOIsBinaryOK?" printer query + to papd. We now respond with "True" instead of "unknown". + +2002-02-09 joe c + * etc/afpd/afp_options.c: Redo the -server_notif flag. Now, server + notifications are enabled by default, and specifying the -client_polling + flag will disable them. + +2002-02-06 joe c + * 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 andy m + * 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 + * 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 + * 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 + * libatalk/cnid/cnid_open.c: Re-enable synchronous transaction support + to try improve performance. + +2001-12-04 joe c + * etc/afpd/unix.c: Fix afpd sharing NFSv3 mounts (thanks to + Pierre Beyssac ) + +2001-12-03 joe c + * etc/afpd/*.[ch]: Big commit to clean up code with astyle (readable code + is hackable code). Also committed a fix to give CNID DB a shot in + production use. + 2001-11-27 joe c * configure.in: Removed the --with-cnid-db option, and added --with-did=cnid for consistency