summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPhilip Hazel <ph10@hermes.cam.ac.uk>2007-03-13 09:59:07 +0000
committerPhilip Hazel <ph10@hermes.cam.ac.uk>2007-03-13 09:59:07 +0000
commitdee5a20ae91f94693553e63bbbd83160652aafb0 (patch)
treeae4b526e45e6f470c2477258fc9fbcfd5bf35b40 /doc
parent58c01c94580386541799bcfd22e2cd3e09f3880a (diff)
Change HDA_SIZE in oracle.c from 256 to 512. This is needed for 64-bit
cpus.
Diffstat (limited to 'doc')
-rw-r--r--doc/doc-txt/ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog
index 55a1aaa4c..eb3ce2b9b 100644
--- a/doc/doc-txt/ChangeLog
+++ b/doc/doc-txt/ChangeLog
@@ -1,4 +1,4 @@
-$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.488 2007/03/13 09:50:22 ph10 Exp $
+$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.489 2007/03/13 09:59:07 ph10 Exp $
Change log file for Exim from version 4.21
-------------------------------------------
@@ -149,6 +149,9 @@ PH/33 Compile failed with OpenSSL 0.9.8e. This was due to a coding error in
changed to a proper function call with a void return, hence the compile
error. Exim's code has been fixed.
+PH/34 Change HDA_SIZE in oracle.c from 256 to 512. This is needed for 64-bit
+ cpus.
+
Exim version 4.66
-----------------