From 7c7c58604fc8589e3069702bb1f7e58ef6b4ad47 Mon Sep 17 00:00:00 2001 From: Willem Toorop <willem@nlnetlabs.nl> Date: Thu, 14 Jul 2016 15:24:59 +0200 Subject: [PATCH] Update ChangeLog --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ChangeLog b/ChangeLog index bd4c298c..1adfe0b6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -6,6 +6,10 @@ with settings given in a getdns_dict * A a getdns_context_set_listen_addresses() function and companion getdns_reply() function to construct simple name servers. + * Relocate getdns_query to src/tools and build by default + * Enhancements to the logic used to select connection based upstream + transports (TCP, TLS) to improve robustness and re-use of + connections/upstreams. * 2016-07-14: Version 1.0.0b2 * Collect coverage information from the unit tests