]> arthur.barton.de Git - netatalk.git/blobdiff - ChangeLog
Updated contributors list in the CONTRIBUTORS file.
[netatalk.git] / ChangeLog
index 40ed6f1d50dcb0aeca5b4de0908e300f14d56d1d..e3959f748f84a85d6618ab61a8ce89fb26669415 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,25 +1,91 @@
+2001-10-15  Lance Levsen  <l.levsen@printwest.com>
+
+       * CONTRIBUTORS: Now up to date.
+
+       * doc/FAQ: Added Karen A Swanberg's FAQ additions.
+
+2001-10-14  Lance Levsen  <l.levsen@printwest.com>
+
+       * doc/INSTALL: Added some basic instructions. Filled in more of
+       the ./configure options.
+
+       * doc/DEVELOPER: Added BDB3 information 
+
+2001-10-11  joe  c  <marcus@marcuscom.com>
+
+       * configure.in: More PAM fixes
+
+2001-10-10  joe  c  <marcus@marcuscom.com>
+
+       * configure.in: More PAM fixes
+       * etc/uams/Makefile.am: Properly add -lpam (thanks, Sebastian)
+
+2001-10-09  joe  c  <marcus@marcuscom.com>
+
+       * configure.in: Fix problem with forced PAM
+       * etc/afpd/unix.c: Fix a problem setting directory perms on FreeBSD (thanks
+       to Glenn Trewitt <glenn@trewitt.org>)
+       * 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  <jeff@univrel.pr.uconn.edu>
+
+       Released 1.5pre8
+
+2001-10-03  joe c   <marcus@marcuscom.com>
+       
+       * 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   <marcus@marcuscom.com>
+
+       * libatalk/cnid/cnid_close.c: Add more db3 3.3.x compatibility to CNID DB
+
+2001-09-27  joe c   <marcus@marcuscom.com>
+
+       * libatalk/cnid/cnid_open.c: Set internal deadlock detection
+
+2001-09-23  joe c   <marcus@marcuscom.com>
+
+       * libatalk/cnid/cnid_close.c, libatalk/cnid/cnid_resolve.c,
+       libatalk/cnid/cnid_open.c: More s/errno/rc fixes and some code
+       cleanup
+
+2001-09-22  joe c   <marcus@marcuscom.com>
+
+       * configure.in: Fix db3 compilation on Linux
+
+       * libatalk/cnid/cnid_get.c: Fix another potential deadlock problem by
+       replacing EAGAIN with DB_LOCK_DEADLOCK
+
+2001-09-21  joe c   <marcus@marcuscom.com>
+
+       * etc/afpd/desktop.c: Re-enable codepage translations (thanks to
+       Egon Niederacher <niederacher@fh-vorarlberg.ac.at>)
+
+       * libatalk/cnid/cnid_add.c, libatalk/cnid/cnid_get.c,
+       libatalk/cnid/cnid_lookup.c, libatalk/cnid/cnid_close.c,
+       libatalk/cnid/cnid_open.c, libatalk/cnid/cnid_update.c: Fixed bugs
+       with database contention and database corruption.
 
 2001-09-19  joe c   <marcus@marcuscom.com>
 
        * etc/afpd/afp_config.c: Fixed a bug where SRVLOC services wouldn't
        show up in OS 9.x
 
-2001-09-19  joe c   <marcus@marcuscom.com>
-
-       * libatalk/cnid/cnid_add.c: Fix a bug where some DBT data structures were
-       not being memset to NULL correctly.
+       * libatalk/cnid/cnid_add.c: Fix a bug where some DBT data structures
+       were not being memset to NULL correctly.
 
 2001-09-18  joe c   <marcus@marcuscom.com>
 
        * etc/afpd/afp_options.c: Fix a bug in the custom icon code (thanks to
        Edmund Lam <epl@unimelb.edu.au> for finding this)
 
-2001-09-18  joe c   <marcus@marcuscom.com>
-
        * libatalk/cnid/cnid_open.c: Added db3 version checking code
 
-2001-09-18  joe c   <marcus@marcuscom.com>
-
        * config/afpd.conf.tmpl: Removed uams_guest.so from the default UAMs
        list