summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPhilip Hazel <ph10@hermes.cam.ac.uk>2005-09-12 14:03:42 +0000
committerPhilip Hazel <ph10@hermes.cam.ac.uk>2005-09-12 14:03:42 +0000
commit95d1f782e772c5dd39d718409edabe1eca92690d (patch)
tree1809e7e0651e1822060888de9c31c733606117ea /doc
parentc35e155caf605c139c3e62606ff830744682c8a7 (diff)
Fix @[] prefix matching bug.
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 e510820be..5ad040e4c 100644
--- a/doc/doc-txt/ChangeLog
+++ b/doc/doc-txt/ChangeLog
@@ -1,4 +1,4 @@
-$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.222 2005/09/12 13:55:54 ph10 Exp $
+$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.223 2005/09/12 14:03:42 ph10 Exp $
Change log file for Exim from version 4.21
-------------------------------------------
@@ -167,6 +167,9 @@ PH/40 RM_COMMAND is now used in the building process.
PH/41 Added a "distclean" target to the top-level Makefile; it deletes all
the "build-* directories that it finds.
+PH/42 (But a TF fix): In a domain list, Exim incorrectly matched @[] if the IP
+ address in a domain literal was a prefix of an interface address.
+
Exim version 4.52
-----------------