X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=ChangeLog;h=c2abd854dca2a52b3f658067781d89b298f091b7;hp=d2a444307e068b2619b1a40b15156abfa0be4350;hb=3e2e8b43581f31be0cabe123dade6ff146dd31c7;hpb=e5f66154adf0d51a8557c71e80f842f959713c00 diff --git a/ChangeLog b/ChangeLog index d2a4443..c2abd85 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,18 @@ +Fri May 30 17:51:48 2000 Dan Harkless + + * etc/Makefile.in was incorrectly installing mts.conf.in and + sendfiles.in -- fixed. Generated sendfiles script was not a + dependency of the `all' target, and was incorrectly included in + the distribution. Changed the suffix for the backed-up previous + versions of the etc files from the ambiguous .old to .prev. Added + call to diff -- only keep the .prev files around if different from + the newly-installed versions (intentionally didn't redirect output + to /dev/null so you'll notice when your changed versions are + getting moved aside). + + * INSTALL never documented the etc/*.old thing. Documented the + new etc/*.prev thing (including a note to watch for diff output). + Mon May 29 7:48:15 2000 Shantonu Sen * Moved the date parsing routines from zotnet/tws to sbr/ (and @@ -15,19 +30,25 @@ Mon May 29 7:48:15 2000 Shantonu Sen Sun May 28 17:44:15 CEST 2000 Ruud de Rooij * Added autoconf check for getutent(). + * Changed uip/rcvtty.c and uip/slocal.c to use getutent() and - friends. Since I can only check on Linux, please check if - this works on other systems. + friends. Since I can only check on Linux, please check if + this works on other systems. Sun May 28 14:58:49 CEST 2000 Ruud de Rooij * Applied patch from Peter Maydell to uip/scansbr.c for more - checks for write failures. + checks for write failures. + * Unlink temporary file properly in uip/rcvtty.c. + * Moved viamail from bindir to libdir. + * Changed sendfiles into sendfiles.in, so that path to viamail - is patched in. + is patched in. + * Added gzip support to sendfiles. + * Added References header to replcomps and replgroupcomps. Sun May 28 14:39:31 CEST 2000 Ruud de Rooij