X-Git-Url: https://git.exim.org/users/jgh/exim.git/blobdiff_plain/9cec981fa37f4ad2f5234a2a5c296ae6ebebd019..48a53b7fdcd495fe49d43e395446b225e8193925:/doc/doc-txt/ChangeLog diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog index 663454888..eff70cc39 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -1,4 +1,4 @@ -$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.211 2005/08/23 11:25:38 ph10 Exp $ +$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.213 2005/08/30 10:07:58 ph10 Exp $ Change log file for Exim from version 4.21 ------------------------------------------- @@ -122,6 +122,12 @@ PH/28 Exim tries to create and chdir to its spool directory when it starts; PH/29 Added "crypteq" to the list of supported features that Exim outputs when -bV or -d is used. +PH/30 Fixed (presumably very longstanding) bug in exim_dbmbuild: if it failed + because an input line was too long, either on its own, or by virtue of + too many continuations, the temporary file was not being removed. + +PH/31 Missing "BOOL" in function definition in filtertest.c. + Exim version 4.52 -----------------