]> arthur.barton.de Git - netatalk.git/blobdiff - ChangeLog
*** empty log message ***
[netatalk.git] / ChangeLog
index 0ccc3f131acef0fedd24ac6a2b289a57fc9917ad..a8870166093a0b93c796e16d52cdb5155524afc5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,73 @@
+($Id: ChangeLog,v 1.14 2001-03-06 23:08:01 lancel Exp $)
+
+2001-03-06 13:40  Lance Levsen <l.levsen@printwest.com>
+
+       * FAQ, README, README.ASUN: Moved FAQ, AND READMEs to ./INSTALL
+
+       * INSTALL/INSTALL.txt: Added ./INSTALL/INSTALL.txt
+
+       * INSTALL/FAQ, README, README.ASUN: Moved README.ASUN, README,
+       FAQ to ./INSTALL
+
+2001-03-06 11:47  Andrew Morgan <morgan@orst.edu>
+
+       * TODO: A few updates to papd entry.
+
+       * README.MORGAN: Removed README.MORGAN because that information in
+       now in papd's man page.
+
+       * man/man8/papd.8.tmpl: Updated papd man page to match current
+       code.  Added descriptions of authenticated printing and other new
+       papd options.
+
+2001-02-28 15:43  Marc J. Millar <itlm019@mailbox.ucdavis.edu>
+
+       * libatalk/adouble/ad_open.c: AppleDouble directory creation
+       debugging
+       
+2001-02-28  jeff b  <jeff@univrel.pr.uconn.edu>  
+
+       * etc/afpd/directory.c, etc/afpd/file.c, etc/afpd/filedir.c,
+       etc/afpd/unix.c, etc/afpd/unix.h, etc/afpd/volume.h,
+       etc/afpd/volume.c, man/man5/AppleVolumes.default.5.tmpl: added
+       "dropbox" to available option if DROPKLUDGE is used during
+       compile 
+
+2001-02-27  jeff b  <jeff@univrel.pr.uconn.edu>  
+
+       * README: updated 1.5+ install instructions to include list of
+       required and recommended packages
+
+       * etc/uams/uams_*.c: cleanups, addition of CVS Id tag to C source
+
+       * configure.in, acconfig.h: change USE_AFS to AFS to be the same as
+       all of the defines in the codebase
+
+       * etc/uams/uams_dhx_pam.c: fixed DHX login using this module (last
+       patch made with syslog()'s didn't include any brackets) 
+       (Bug #233756)
+
+       * distrib/initscripts/.cvsignore: removed pulling of atalk
+
+       * configure.in, etc/uams/Makefile.am: conditional compilation support
+       for PGP UAM module using --enable-pgp-uam
+
+       * configure.in, etc/uams/Makefile.am, etc/uams/uams_krb4/Makefile.am,
+       etc/uams/uams_krb4/.cvsignore, etc/uams/uams_krb4/*.c: modifications
+       for future Kerberos module reintegration
+
+2001-02-26  jeff b  <jeff@univrel.pr.uconn.edu>  
+
+       * configure.in: added /usr/local/ssl to list of SSL paths to check, to
+       help kludge compilation on Mac OS X from Marcel <lammerse@xs4all.nl>
+
+       * distrib/initscripts/rc.atalk.redhat.tmpl: adjusted to echo warning
+       instead of dumping out if appletalk module not present, from
+       Steven Karen <karelsf@users.sourceforge.net> (Bug #404087)
+
+       * configure.in, contrib/timelord/timelord.c: applied patch from Wes
+       Hardaker <hardaker@users.sourceforge.net> (Patch #402245), with
+       suitable configure.in fixes
 
 2001-02-23  jeff b  <jeff@univrel.pr.uconn.edu>