X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=ChangeLog;h=6b896685f2bc131acca9196d0886a1d87b33a50b;hb=f95bee25c76866918188b0c133ccc653331662d6;hp=b4ea18cb309c4c9dbbf5dc57a86aab9c2e544089;hpb=e9342efe346d62daa1413f6c28ebed6e237fb785;p=netatalk.git diff --git a/ChangeLog b/ChangeLog index b4ea18cb..6b896685 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,206 @@ +2003-01-11 Steven N. Hirsch + * Add Apple II boot support. + * Fix some build nits. + * Fix issues with building RPMs on RedHat 7.3 and 8.0. + * Fix issues with ProDOS attributes on files. + +2003-01-07 Rafal Marcin Lewczuk + * Moving files between different directories on the same volume + changes group of moved items if necessary (SGID bit set) + * Make FPCatSearch a bit more interactive (especially for MacOS 9) + +2003-01-04 Joe Marcus Clarke + * Add a doc/README.cnid which talks about the CNID calculation + and persistence scheme. + * Change all references to db3/DB3 to BDB since we now support + Berkeley DB3 and DB4. + * Add DB 4.1.x support. + +2002-09-26 Andrew Morgan + * Added syncmail script to CVSROOT so commits are logged to the + netatalk-cvs@lists.sourceforge.net mailing list. You can subscribe + to this mailing list to keep track of cvs commits. + +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 + +2001-11-08 jeff b + + * etc/afpd/uam.c, etc/uams/uams_pam.c, etc/uams/uams_dhx_pam.c, + include/atalk/uam.h: implemented patch #477640 for netatalk not + passing client name properly (thanks to Patrick Bihan-Faou + ) + +2001-11-04 joe c + + * libatalk/cnid/cnid_open.c: Re-added code to enable on-the-fly database + recovery + +2001-10-31 Dan + * Fixed bug in bin/afppasswd/Makefile.am causing compile problems + with SuSE distro. + +2001-10-24 joe c + + * etc/afpd/fork.c: Patch to add read-only locking support + (thanks to Miro Jurisic ) + +2001-10-23 jeff b + + * etc/afpd/{{afpd_options,filedir,main,unix}.c, + {filedir,globals,unix}.h}: patch from Edmund Lam to allow + perms masks + +2001-10-21 joe c + + * libatalk/cnid*.c: Big patch to improve transaction throughput + and database resiliency + +2001-10-19 Lance Levsen + + * doc/FAQ: Thanks for the Patch Karen. + + * doc/INSTALL: Thanks for the Patch Karen. + + * CONTRIBUTORS (Developers): Thanks for the patch Brandon. + + * configure.in: Fix db3 detection for db3 3.3.x users. Thanks to + Jonathan Newman + +2001-10-18 joe c + + * libatalk/cnid/cnid_add.c: Fix dancing icon problem + * bin/afile/achfile.c: Fix resource fork problem on littleendian + platforms. Thanks to Brandon Warren . + +2001-10-17 joe c + + * libatalk/cnid/cnid_add.c: Fix deadlock problem when copying files to + netatalk server from multiple clients + +2001-10-16 Lance Levsen + + * man/man1/apple_mv.1.tmpl: Added apple_mv man page. + + * man/man1/apple_rm.1.tmpl: Added apple_rm man page. + + * contrib/shell_utils/apple_mv: Updated perl. Added error check. + + * config/Makefile.am: Change autoconf variable $(f) to shell + variable $$f. + + * man/man1/Makefile.am: Modified to allow variable subs in man pages. + + * contrib/shell_utils/apple_cp: Updated. Fixed file to file + copy. + +2001-10-15 Lance Levsen + + * CONTRIBUTORS: Now up to date. + + * doc/FAQ: Added Karen A Swanberg's FAQ additions. + +2001-10-14 Lance Levsen + + * doc/INSTALL: Added some basic instructions. Filled in more of + the ./configure options. + + * doc/DEVELOPER: Added BDB3 information + +2001-10-11 joe c + + * configure.in: More PAM fixes + +2001-10-10 joe c + + * configure.in: More PAM fixes + * etc/uams/Makefile.am: Properly add -lpam (thanks, Sebastian) + +2001-10-09 joe c + + * configure.in: Fix problem with forced PAM + * etc/afpd/unix.c: Fix a problem setting directory perms on FreeBSD (thanks + to Glenn Trewitt ) + * libatalk/cnid/cnid_close.c: Fix problem with .AppleDB contents showing + up in share window + * libatalk/cnid/cnid_update.c: memset more for cleanliness sake + +2001-10-04 jeff b + + Released 1.5pre8 + +2001-10-03 joe c + + * configure.in: Fix bug with PAM configuration + * etc/afpd/directory.c: Fix bug with unaccessible directories causing + afpd to erroneously return AFPERR_NOOBJ + * acinclude.m4: Fixed make problem on systems running libtool 1.3.x 2001-09-28 joe c