X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=ChangeLog;h=f7d4eb48d856a8272c78d5514572a7278f0c25b8;hb=1f9b59c7eb5c5394754bcc0fe28248f55ff6957d;hp=0ca05aaa3f74f51e5692532ac3a01fabe14ac99b;hpb=e001a96010a62d4bd79a33955bb29e3c18bb26fe;p=mmh diff --git a/ChangeLog b/ChangeLog index 0ca05aa..f7d4eb4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,47 @@ +Mon Jan 24 22:26:06 2000 Dan Harkless + + * Got rid of the rest of the gcc -Wall 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 dtimep.c-lexed (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