From bff5fe53428a98d1d7baab5f51851ebe8e7eec95 Mon Sep 17 00:00:00 2001 From: Willem Toorop Date: Thu, 30 Oct 2014 11:16:08 +0100 Subject: [PATCH] The simultaneous query of A and AAAA --- ChangeLog | 1 + 1 file changed, 1 insertion(+) diff --git a/ChangeLog b/ChangeLog index 95545c2d..a040b689 100644 --- a/ChangeLog +++ b/ChangeLog @@ -13,6 +13,7 @@ * IPv6 scope_id support with link-local addresses. Both with parsing /etc/resolv.conf and by providing them explicitly via getdns_context_set_upstream_recursive_servers + * Query for A and AAAA simultaneously with return_both_v4_and_v6 * GETDNS_TRANSPORT_TCP_ONLY_KEEP_CONNECTIONS_OPEN DNS transport * Fix: Answers without RRs in query secion (i.e. REFUSED) * Fix: Return empty response dict on timeout in async mode too