summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPhilip Hazel <ph10@hermes.cam.ac.uk>2005-04-07 10:54:54 +0000
committerPhilip Hazel <ph10@hermes.cam.ac.uk>2005-04-07 10:54:54 +0000
commit9c4e8f608a0cb5dc688e3c8ac3bc13ef3cb42620 (patch)
treeebf4b6c9c4d2ec38c75b6b27ed201ccab5a52ee2 /doc
parentebb6e6d5b13e114b1c101e6215ab84d995b5b12f (diff)
Change PH/12 for 4.50 fixed one bug and introduced another; if a host's
IP address could not be found in an SMTP router, Exim went into a hard loop (unless it was the only host).
Diffstat (limited to 'doc')
-rw-r--r--doc/doc-txt/ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog
index 8befccba9..cb661b943 100644
--- a/doc/doc-txt/ChangeLog
+++ b/doc/doc-txt/ChangeLog
@@ -1,4 +1,4 @@
-$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.121 2005/04/07 10:10:01 ph10 Exp $
+$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.122 2005/04/07 10:54:54 ph10 Exp $
Change log file for Exim from version 4.21
-------------------------------------------
@@ -206,6 +206,12 @@ PH/34 Change 4.50/80 broke Exim in that it could no longer handle cases where
the uid or gid is negative. A case of a negative gid caused this to be
noticed. The fix allows for either to be negative.
+PH/35 ACL_WHERE_MIME is now declared unconditionally, to avoid too much code
+ clutter, but the tables that are indexed by ACL_WHERE_xxx values had been
+ overlooked.
+
+PH/36 The change PH/12 above was broken. Fixed it.
+
A note about Exim versions 4.44 and 4.50
----------------------------------------