summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPhilip Hazel <ph10@hermes.cam.ac.uk>2005-06-22 14:45:05 +0000
committerPhilip Hazel <ph10@hermes.cam.ac.uk>2005-06-22 14:45:05 +0000
commit8187c3f305da2db645e8d0aabb3597c6e012dcf9 (patch)
treeedd0473912a2061d021c354c7c0fed578015ed7f /doc
parent32d668a555bb486a27f1899ef8156321ef27816a (diff)
Put debug statements on either side of EXIM_DBOPEN() so as to pin down
crashes while opening hints files.
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 8a9179f44..da19c704a 100644
--- a/doc/doc-txt/ChangeLog
+++ b/doc/doc-txt/ChangeLog
@@ -1,4 +1,4 @@
-$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.167 2005/06/22 10:17:22 ph10 Exp $
+$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.168 2005/06/22 14:45:05 ph10 Exp $
Change log file for Exim from version 4.21
-------------------------------------------
@@ -176,6 +176,11 @@ PH/23 Added daemon_startup_retries and daemon_startup_sleep.
PH/24 Added ${if match_ip condition.
+PH/25 Put debug statements on either side of calls to EXIM_DBOPEN() for hints
+ databases so that it will be absolutely obvious if a crash occurs in the
+ DB library. This is a regular occurrence (often caused by mis-matched
+ db.h files).
+
Exim version 4.51
-----------------