summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPhilip Hazel <ph10@hermes.cam.ac.uk>2005-11-14 10:46:27 +0000
committerPhilip Hazel <ph10@hermes.cam.ac.uk>2005-11-14 10:46:27 +0000
commitd7ffbc127584135dbcd60869217aa7f3d45dcf70 (patch)
tree080261d01ad16c8adf82cc281116016ac7a38b18 /doc
parent82c19f950c446354c9ef100e0f938ec61db25010 (diff)
Stop debug+timestamp using the common timestamp buffer, because it can
interfere with data that's already in there.
Diffstat (limited to 'doc')
-rw-r--r--doc/doc-txt/ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog
index a938e2643..9bb25b182 100644
--- a/doc/doc-txt/ChangeLog
+++ b/doc/doc-txt/ChangeLog
@@ -1,4 +1,4 @@
-$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.254 2005/11/11 10:02:04 ph10 Exp $
+$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.255 2005/11/14 10:46:27 ph10 Exp $
Change log file for Exim from version 4.21
-------------------------------------------
@@ -64,6 +64,11 @@ PH/06 When a client host used a correct literal IP address in a HELO or EHLO
if it matched the actual IP address. This has been tidied up so that it
doesn't show the same IP address twice.
+PH/07 When both +timestamp and +memory debugging was on, the value given by
+ $tod_xxx expansions could be wrong, because the tod_stamp() function was
+ called by the debug printing, thereby overwriting the timestamp buffer.
+ Debugging no longer uses the tod_stamp() function when +timestamp is set.
+
Exim version 4.54
-----------------