summaryrefslogtreecommitdiff
path: root/doc/doc-txt/ChangeLog
diff options
context:
space:
mode:
authorPhilip Hazel <ph10@hermes.cam.ac.uk>2004-11-19 09:45:54 +0000
committerPhilip Hazel <ph10@hermes.cam.ac.uk>2004-11-19 09:45:54 +0000
commit33397d198607bb789306b1856a9a38aaf9aa9561 (patch)
treeb9952496fabb09f62f8338485c8649b8d3070181 /doc/doc-txt/ChangeLog
parent6f0c9a4f0114289a94a6001c23049f382c3176f3 (diff)
Implement the pseudo dns lookup type "zns" for ${dnsdb lookups.
Diffstat (limited to 'doc/doc-txt/ChangeLog')
-rw-r--r--doc/doc-txt/ChangeLog12
1 files changed, 11 insertions, 1 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog
index 8a8f552f4..5e213d772 100644
--- a/doc/doc-txt/ChangeLog
+++ b/doc/doc-txt/ChangeLog
@@ -1,4 +1,4 @@
-$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.33 2004/11/18 11:17:33 ph10 Exp $
+$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.34 2004/11/19 09:45:54 ph10 Exp $
Change log file for Exim from version 4.21
-------------------------------------------
@@ -142,6 +142,16 @@ Exim version 4.44
canonical form (fully expanded) before being placed in
$sender_host_address.
+36. The table in the code that translates DNS record types into text (T_A to
+ "A" for instance) was missing entries for NS and CNAME. It is just possible
+ that this could have caused confusion if both these types were looked up
+ for the same domain, because the text type is used as part of Exim's
+ per-process caching. But the chance of anyone hitting this buglet seems
+ very small.
+
+37. The dnsdb lookup has a new type, "zns", which walks up the domain tree
+ until it finds some nameserver records. It should be used with care.
+
Exim version 4.43
-----------------