X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=ChangeLog;h=c97e57c9621b456ed64fb929671b037f0c51f719;hb=eeef255a56fa2a1551c88571cf4bc34eeb858ef8;hp=693d7c8f2389593b3bfed1b4b1c5e57199d2e66d;hpb=e4f812b967a682665b19183a6189e458e4a983ee;p=mmh diff --git a/ChangeLog b/ChangeLog index 693d7c8..c97e57c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,69 @@ +Mon Jan 24 22:26:06 2000 Dan Harkless + + * Got rid of the rest of the warnings that I didn't have time for + on 1999-07-15 (and, it would seem, some new ones people introduced + since then). The primary ones were the warnings that default + prototypes were being used for [v]snprintf() and str[n]casecmp(). + As of right now, there are _no_ compilation warnings except on the + lex output file (at least under AIX 4.1.5 and Solaris 2.6). + +Sun Jan 2 23:42:18 2000 Ruud de Rooij + + * Move mhtest from bindir to libdir. + + * Move sendfiles from libdir to bindir. + + * Updated sendfiles manpage to reflect this change. + + * Added documentation for -build and -file switches to repl and + forw manpages (patch from Peter Maydell). + + * Fixed interaction between specifying -cc in profile and -group on + command-line. + +Tue Nov 1 13:48:10 1999 Dan Harkless + + * Changed the version number from 1.0.3 to 1.0.2+dev. There was + not unanimous support for my proposed even/odd release/developer + version number dichotomy. 1.0.2+dev implies release 1.0.2 plus + some development. + +Fri Oct 29 13:42:51 1999 Dan Harkless + + * Upped the version number to 1.0.3. If we don't do this, then + when people report bugs against 1.0.2, we won't know "which" 1.0.2 + they're talking about (since the development source is publically + available via CVS). I think the Linux kernel version numbers are + a good model, so the next time we roll a tarball, it should be + version 1.0.4 (or higher -- anyhow, an even-numbered version). + +Fri Oct 29 06:41:08 1999 Doug Morris + + * Released nmh-1.0.2. + +Tue Oct 26 22:57:00 1999 Doug Morris + + * Added check for whether "libtool" is in fact gnu libtool. If + it is, it is not used. This is the wrong behavior. If vendor + XYZ later on decides to create yet another libtool, we'll be + caught again. This works for now. + + * Minor updates to MACHINES refering to Mac OS X. + +Thu Oct 21 20:45:37 1999 Doug Morris + + * Added check for "libtool" (a ranlib type tool for Mac OS X) + and modified Makefiles so that nmh will build under Mac OS X. + +Sun Oct 17 08:28:56 1999 Ruud de Rooij + + * Changed repl defaults to partly revert to MH behaviour, + "-cc all" is now only implied with -group. + + * The replcomps template includes cc: header again (as in MH). + + * Updated repl man page to reflect these changes. + Sat Oct 16 02:57:47 1999 Doug Morris * Tweaked configure to handle Solaris and SunOS after the BIND