X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=ChangeLog;h=6533fdcea2bb6b1a31dae10ff5cb5e98515c455e;hb=4f641fbfdffbf55b1ad67b2abd67c80bc3339959;hp=11bdd15cbc2e8570a78fa6820b0a93557a6955db;hpb=24f6146050a375b70dee14c7e3b500d17fa64209;p=mmh diff --git a/ChangeLog b/ChangeLog index 11bdd15..6533fdc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,52 @@ +Mon May 08 21:47:00 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'. + +Sat May 06 08:28:09 2000 Dan Harkless + + * Restored lost version histories for those moved files by doing a + manual `mv' in the CVSROOT on mhost. CVS badly needs a `cvs mv' + command so that you can move files (without having physical access + to the CVSROOT) without losing versioning. Put MACHINES back at + the top level as it needs to be read before building. Fixed DIST + variable in {.,docs}/Makefile.in to reflect that and to add + missing entry for "INSTALL" file. + +Sat May 06 13:13:07 2000 Doug Morris + + * Re-cleaned up nmh documentation (by moving things to docs + subdir) and modified Makefile & configure.in to handle the change. + +Mon Apr 17 21:28:40 2000 Dan Harkless + + * Scott Blachowicz pointed out that the configure --help output + for --enable-masquerade was misleading. Clarified. + +Mon Apr 17 19:01:00 2000 Shantonu Sen + + * APOP support can be compiled in to inc and msgchk using + --enable-apop. + + * To access an APOP host, specify -apop on the command line + along with any -host or -user option. + +Fri Apr 14 23:10:44 2000 Dan Harkless + + * Upped the version number to 1.0.4+dev until the next nmh release. + + * Added a "releasing nmh" section to README.developers, while the + process was fresh in my mind. + Fri Apr 14 18:21:34 2000 Dan Harkless * Added new files README.developers, ChangeLog_MH-3_to_MH-6.6, and