summaryrefslogtreecommitdiff
path: root/doc/doc-txt
diff options
context:
space:
mode:
authorPhilip Hazel <ph10@hermes.cam.ac.uk>2006-04-04 11:18:30 +0000
committerPhilip Hazel <ph10@hermes.cam.ac.uk>2006-04-04 11:18:30 +0000
commit9b8fadde9b0b4b04124f69996c378958fd5b0127 (patch)
tree338655276d4eb9757f5ff63c9fe8c7261c06e539 /doc/doc-txt
parent953a9f896e50fb554a2f5cc702c606e053209026 (diff)
Make dns_again_means_nonexist apply to gethostbyname lookups as well.
Diffstat (limited to 'doc/doc-txt')
-rw-r--r--doc/doc-txt/ChangeLog6
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog
index fcf835025..bf092ca4f 100644
--- a/doc/doc-txt/ChangeLog
+++ b/doc/doc-txt/ChangeLog
@@ -1,4 +1,4 @@
-$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.337 2006/04/04 09:09:44 ph10 Exp $
+$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.338 2006/04/04 11:18:31 ph10 Exp $
Change log file for Exim from version 4.21
-------------------------------------------
@@ -352,6 +352,10 @@ PH/71 Fixed an obscure and subtle bug (thanks Alexander & Matthias). The
this was missing, in the iplookup router, which I don't think anybody now
uses, but I've fixed it anyway.
+PH/72 Make dns_again_means_nonexist apply to lookups using gethostbyname() as
+ well as to direct DNS lookups. Otherwise the handling of names in host
+ lists is inconsistent and therefore confusing.
+
Exim version 4.60
-----------------