X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=ChangeLog;h=96618bb599ad443a748835fa829becd85a444e66;hp=80dc52d04b778dddf06d7956a0ee94db65ad9860;hb=df7b16cb148474b3b80dbf1e226e858cf1e47edb;hpb=b4376bf886a77fed4acec0505bbbf4150e71bbf9 diff --git a/ChangeLog b/ChangeLog index 80dc52d..96618bb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,44 @@ +Sat Jun 10 18:37:59 CEST 2000 Ruud de Rooij + + * Merged mts/sendmail functionality into mts/smtp; switching between + smtp and sendmail delivery method is now controlled by mts.conf. + + * If tsort cannot deal with loops, in addition to defining tsort as + cat, also define lorder as echo. + + * Removed uip/popi.c from list of sources. + +Thu Jun 08 19:36:57 2000 Dan Harkless + + * New dtimep.lex didn't parse day names properly. Fixed. Also + clarified ambiguous comments preceding day_map[] array (from old + dtimep.lex) that probably led to the erroneous cp++ being added. + +Wed Jun 7 20:52:33 CEST 2000 Ruud de Rooij + + * Added one more mkstemp invocation to uip/spost.c (which was in a + #if 0 block). + + * Applied patch from Peter Maydell to clean up permissions handling + and error handling in uip/inc.c. + +Mon Jun 5 22:10:07 CEST 2000 Ruud de Rooij + + * Use cat instead of tsort if tsort cannot deal with loops in its + input (which is the case for tsort from GNU textutils). + +Mon Jun 5 21:14:36 CEST 2000 Ruud de Rooij + + * If lockfile is present, and its dotlockfile program is setgid, + inc does not need to be setgid. + +Sun Jun 4 21:35:40 CEST 2000 Ruud de Rooij + + * Added autoconf test for Miquel van Smoorenburg's liblockfile + library, as found on Debian systems. + + * Added liblockfile support to sbr/lock_file.c. + Wed May 31 7:19:30 2000 Shantonu Sen * Fixed up dtimep.lex a bit. Added back memory options for AIX to @@ -7,7 +48,7 @@ Wed May 31 7:19:30 2000 Shantonu Sen Wed May 31 07:40:45 2000 Doug Morris - * added a lint target to the Makefiles and a check in autoconf + * Added a lint target to the Makefiles and a check in autoconf to determine whether lint or lclint exists on the system. Fri May 30 19:21:48 2000 Dan Harkless @@ -56,13 +97,13 @@ Mon May 29 7:48:15 2000 Shantonu Sen 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. + * Rewrote dparsetime (in dtimep.lex -> dtimep.c) to replace the + old zotnet/tws/dtimep.c, dtimep.lex, 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