summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPhilip Hazel <ph10@hermes.cam.ac.uk>2005-11-28 10:07:55 +0000
committerPhilip Hazel <ph10@hermes.cam.ac.uk>2005-11-28 10:07:55 +0000
commit9677653466a1fa1f0b72a004e1202f0d4684d86e (patch)
tree03da708a9209f5ff51c8cf5f434d4fcb3aa37320 /doc
parent4bc97d56b39a0b4ac43e06e016f4c96e191323ee (diff)
Fix another case of bad comparison between IPv6 addresses that may or
may not be abbreviated.
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 75826bdac..a81309b3b 100644
--- a/doc/doc-txt/ChangeLog
+++ b/doc/doc-txt/ChangeLog
@@ -1,4 +1,4 @@
-$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.267 2005/11/21 12:04:23 ph10 Exp $
+$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.268 2005/11/28 10:07:55 ph10 Exp $
Change log file for Exim from version 4.21
-------------------------------------------
@@ -161,6 +161,11 @@ PH/19 Exim expands the IPv6 address given to -bh to its full non-abbreviated
by converting both addresses to binary, so now that is used instead of
the text comparison.
+PH/20 There was another similar case to PH/19, when a complete host name was
+ given in a host list; looking up its IP address could give an abbreviated
+ form, whereas the current host's name might or might not be abbreviated.
+ The same fix has been applied.
+
Exim version 4.54
-----------------