summaryrefslogtreecommitdiff
path: root/doc/doc-txt
diff options
context:
space:
mode:
authorPhilip Hazel <ph10@hermes.cam.ac.uk>2005-03-22 16:44:04 +0000
committerPhilip Hazel <ph10@hermes.cam.ac.uk>2005-03-22 16:44:04 +0000
commit7999bbd7269ec4bff21199b94e900e196e55977f (patch)
tree40b4fb2db8cd824ff0d285bc0c05fc4fc5052338 /doc/doc-txt
parent83364d30f60965fc809f0340cb5cab5f17b6b1c9 (diff)
Fix missing newline in debug output for headers_add in a transport.
Diffstat (limited to 'doc/doc-txt')
-rw-r--r--doc/doc-txt/ChangeLog6
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog
index 007252a27..b8d68c462 100644
--- a/doc/doc-txt/ChangeLog
+++ b/doc/doc-txt/ChangeLog
@@ -1,4 +1,4 @@
-$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.97 2005/03/22 15:45:35 ph10 Exp $
+$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.98 2005/03/22 16:44:04 ph10 Exp $
Change log file for Exim from version 4.21
-------------------------------------------
@@ -71,6 +71,10 @@ PH/11 Installed exipick version 20050225.0 from John Jetmore.
PH/12 If the last host in a fallback_hosts list was multihomed, only the first
of its addresses was ever tried. (Bugzilla bug #2.)
+PH/13 If "headers_add" in a transport didn't end in a newline, Exim printed
+ the result incorrectly in the debug output. (It correctly added a newline
+ to what was transported.)
+
A note about Exim versions 4.44 and 4.50
----------------------------------------