diff options
author | Magnus Holmgren <holmgren@lysator.liu.se> | 2007-01-16 21:00:29 +0000 |
---|---|---|
committer | Magnus Holmgren <holmgren@lysator.liu.se> | 2007-01-16 21:00:29 +0000 |
commit | 22ad45c9e84aa0caab29371080c66e02f2b0aea2 (patch) | |
tree | c056808df3bead66749fc06b2035db754619d9b8 | |
parent | b4ed4da0f525ab98c05797e15df0045e49ae3618 (diff) |
Fix bug #448
-rw-r--r-- | doc/doc-txt/ChangeLog | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog index 3b98e0e0c..83bba99ee 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -1,4 +1,4 @@ -$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.452 2007/01/15 15:59:22 ph10 Exp $ +$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.453 2007/01/16 21:00:29 magnus Exp $ Change log file for Exim from version 4.21 ------------------------------------------- @@ -6,6 +6,10 @@ Change log file for Exim from version 4.21 Exim version 4.67 ----------------- +MH/01 Fix for bug #448, segfault in Dovecot authenticator when interface_address + is unset (happens when testing with -bh and -oMi isn't used). Thanks to + Jan Srzednicki. + PH/01 Added a new log selector smtp_no_mail, to log SMTP sessions that do not issue a MAIL command. |