X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=ChangeLog;h=3bb7d272837c2db4360041e9f568fd60c0eb7dae;hp=6533fdcea2bb6b1a31dae10ff5cb5e98515c455e;hb=09470876aa753a96fa312296ed3c39ba761f3dd2;hpb=bb150a8ccfa50b732eeb47110a1f63d91260728c diff --git a/ChangeLog b/ChangeLog index 6533fdc..3bb7d27 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,15 @@ -Mon May 08 21:47:00 2000 Dan Harkless +Tue May 09 00:50:39 2000 Dan Harkless + + * Alphabetized Shantonu's $pop_kinds output on configure's "pop is + enabled" line. If POP3 is the only kind of POP enabled, say so, + rather than just saying "yes" (which is ambiguous). + + * Got rid of four warnings in Shantonu's new getpass.c. Needed to + #include for calloc(), for ttyname(), and + "h/mh.h" for adios(). Also changed ch from char to int to get rid + of "comparison is always 1 due to limited range of data type" on EOF. + +Mon May 08 23:51:55 2000 Dan Harkless * Doug informed me that the way I had restored the "lost" version histories was wrong, because `cvs checkout's of old versions of @@ -11,7 +22,24 @@ Mon May 08 21:47:00 2000 Dan Harkless file in that directory). `cvs diff' will no longer be able to diff pre-move versions vs. post-move versions -- you'll have to do a lot of manual gyrations with `cvs checkout' and then use `diff'. - + + * I had alphabetized the --configure options in the --help output + awhile back, but Shantonu added --enable-apop just under + --enable-pop. Put it in alphabetical order and clarified what + --enable-apop does vs. --enable-pop and --with-krb4. Also changed + --with-mts help line from "mail transport agent" to "mail + transport agent/service" so the 's' in "mts" doesn't seem to come + out of nowhere. + + * Added two steps to "releasing nmh" in README.developers. After + making the tarball, it's a good idea to diff the tree vs. the CVS + tree to make sure no files got left out, and then to chown the + files so that they're owned by root, preventing a Trojaning attack + by a malicious remote user with a UID matching yours. + + * Changed DIFFERENCES to say that RPOP is not currently supported + rather than implying it by saying that APOP, KPOP, and POP[3] are. + Sat May 06 08:28:09 2000 Dan Harkless * Restored lost version histories for those moved files by doing a