X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=ChangeLog;h=1fdd6f87cc97770730d7c5ed0cb5263be3d0710b;hb=5f98c0e77b9e8ef4320b87a008e6f4c02c17fe90;hp=11acc13e6ea5a539d6c431d879f8b08bbb2622c3;hpb=abef2feafec2ef1d80775451d80b20f338d8d623;p=mmh diff --git a/ChangeLog b/ChangeLog index 11acc13..1fdd6f8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,34 @@ +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 + nmh wouldn't work properly. It occurs to me that this could be + fixed by simply deleting those tags in the new-location *,v files, + but oh well. I'm putting everything back to the way Doug + originally had it. To get the old version history for a file that + used to be in the top directory, you'll need to "blindly" do a + `cvs log' there (even though you won't have a local copy of the + 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