X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=ChangeLog;h=6729232bbb0b3b2252b1125333e7b9a40ec48a64;hb=150ccf4f4356f91bc4e580fc1c5365188d5eee9c;hp=1abae8a3f58bfb2414a309f51f79a92aa085243b;hpb=ecb2e0f6dd2d0aa1d244ede5dbb68b21001b3c87;p=netatalk.git diff --git a/ChangeLog b/ChangeLog index 1abae8a3..6729232b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,69 @@ - +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 + +2001-11-19 pooba53 + * Modified distrib/initscripts/Makefile.am so + that SuSE init script ends up in the correct directory. + +2001-11-19 pooba53 + * modified config/AppleVolumes.default to not + have the "/Home Directory" text in it as this is not the + proper way of allowing default Home directory access. + +2001-11-16 jnewman + * macros/db3-check.m4: Prefer specific directories before general ones + 2001-11-15 pooba53 * Modified SuSE initscript, distrib/initscripts/rc.atalk.suse.tmpl