X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;ds=sidebyside;f=ChangeLog;h=1f7408121533cd5191949362a9e97b78ec85a693;hb=c40202d3d91242b22664e1bb056a13dde4205661;hp=61342349a82221e9b14cebc5f79bbaf7d063e5ce;hpb=522138c8d86c20435f045eaee0944a9b008b1c5a;p=mmh diff --git a/ChangeLog b/ChangeLog index 6134234..1f74081 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,19 +1,52 @@ +Fri May 30 17:51:48 2000 Dan Harkless + + * etc/Makefile.in was incorrectly installing mts.conf.in and + sendfiles.in -- fixed. 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 + tws.h to h/). Updated all source files to reflect to new location + of tws.h. + + * Rewrote dparsetime (dtimep.c) to replace the old + zotnet/tws/dtimep.c, lexstring.c, lexedit.c, and + dtimep.c-lexed. It should now work with flex (although untested + with lex), and requires no sed-ing. For now, I have the lexed + version in the distribution, so that end-users don't need to worry + about running it through flex/lex. I have not added back support + for guessing the time zone when it's not specified. + 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