X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=doc%2Fdoc-txt%2FChangeLog;h=024f6a5c3d4a87641399f8251fb8e9e89029a50c;hb=1ee1cef2842f879d6b3c94a3b978e3dee6ad4e6c;hp=b88fbea69cb770eb9c8fc225cc97b23236cf28d0;hpb=bb6e88ff38009f30d0483414fcabc97f00042f17;p=user%2Fhenk%2Fcode%2Fexim.git diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog index b88fbea69..024f6a5c3 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -1,4 +1,4 @@ -$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.79 2005/02/16 15:24:21 ph10 Exp $ +$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.82 2005/02/17 09:49:08 ph10 Exp $ Change log file for Exim from version 4.21 ------------------------------------------- @@ -375,6 +375,20 @@ Exim version 4.50 else would have woken the daemon, and it would have reaped the completed process earlier. +80. If a message was submitted locally by a user whose login name contained one + or more spaces (ugh!), the spool file that Exim wrote was not re-readable. + It caused a spool format error. I have fixed the spool reading code. A + related problem was that the "from" clause in the Received: line became + illegal because of the space(s). It is now covered by ${quote_local_part. + +81. Included the latest eximstats from Steve (adds average sizes to HTML Top + tables). + +82. Updated OS/Makefile-AIX as per message from Mike Meredith. + +83. Patch from Sieve maintainer to fix unterminated string problem in + "vacation" handling. + ---------------------------------------------------- See the note above about the 4.44 and 4.50 releases.