X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=ChangeLog;h=efc679d0397c0c3d1464cbedb8e390664ba29252;hb=cc9976fbd511140bf7eef525a447c6e47f17850e;hp=86ecc8019da6b44fdcab070b93aa99745d74d795;hpb=2bb7e26c6ae27f9b8a0ca9e5b7ddd1c824bcedda;p=mmh diff --git a/ChangeLog b/ChangeLog index 86ecc80..efc679d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,53 @@ +Tue Jul 18 19:36:59 EDT 2000 Kimmo Suominen + + * Added the obvious answer to Dan's question in README.developers; + I'm not sure why we don't just have this discussion in e-mail. + +Mon Jul 17 19:10:36 2000 Dan Harkless + + * Clarified and made some corrections to Kimmo's README.developers + changes (BTW, if anyone can explain why the RCS Ids are able to cause + problems with the dependencies, please fill in the explanation -- + I never encountered a problem with the old single-commit method). + +Sat Jul 15 23:13:49 EDT 2000 Kimmo Suominen + + * Add configure option --with-hash-backup so the backup prefix can + be easily changed from "," to "#". + + * Simplified sbr/Makefile.in so that it works with any make. + + * Use mkstemp in sbr/lock_file.c. + + * Commits of autoconf-related files apparently can't all be done + in one shot due to RCS Ids changing when committing -- updated + README.developers. + +Tue Jul 11 14:18:01 2000 Dan Harkless + + * Clarified post.man and send.man for those not completely up on + SASL terminology. "SASL encryption layers are not supported for + SMTP" means that encryption is supported for the authentication + but not for the subsequent data stream. + +Sat Jul 8 01:36:19 EDT 2000 Kimmo Suominen + + * Applied Ken Hornstein 's patches + implementing SASL support for POP3 and SMTP. If nmh is compiled + with SASL support, using the -sasl switch on the inc, msgchk, + post, and send commands will enable authentication encryption for + SMTP, and both authentication and data stream encryption for POP3. + +Sat Jun 10 18:37:59 CEST 2000 Ruud de Rooij + + * Merged mts/sendmail functionality into mts/smtp; switching between + smtp and sendmail delivery method is now controlled by mts.conf. + + * If tsort cannot deal with loops, in addition to defining tsort as + cat, also define lorder as echo. + + * Removed uip/popi.c from list of sources. + Thu Jun 08 19:36:57 2000 Dan Harkless * New dtimep.lex didn't parse day names properly. Fixed. Also