2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-09-01 06:55:30 +00:00

1500. [bug] host failed to lookup MX records. Also look up

AAAA records.
This commit is contained in:
Mark Andrews
2003-08-25 01:50:25 +00:00
parent 1b6efa428c
commit c282d16311

11
CHANGES
View File

@@ -1,3 +1,6 @@
1500. [bug] host failed to lookup MX records. Also look up
AAAA records.
1499. [bug] isc_random need to be seeded better if arc4random()
is not used.
@@ -463,11 +466,9 @@
1339. [func] dig, host and nslookup now use IP6.ARPA for nibble
lookups. Bit string lookups are no longer attempted.
1338. [func] IPv6 synthesis is now performed for IP6.ARPA bit
string queries.
1338. [placeholder]
1337. [func] IPv6 synthesis is now performed for both IP6.ARPA
and IP6.INT nibble queries.
1337. [placeholder]
1336. [func] Nibble lookups under IP6.ARPA are now supported by
dns_byaddr_create(). dns_byaddr_createptrname() is
@@ -1242,7 +1243,7 @@
[RT #1966]
1077. [func] Do not accept further recursive clients when
the total number of of recursive lookups being
the total number of recursive lookups being
processed exceeds max-recursive-clients, even
if some of the lookups are internally generated.
[RT #1915, #1938]