From 65a46e1026ff5ba236abe06de09089152c846a69 Mon Sep 17 00:00:00 2001 From: Willem Toorop Date: Thu, 14 Jul 2016 15:20:13 +0200 Subject: [PATCH] Update ChangeLog --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/ChangeLog b/ChangeLog index e154f85e..bd4c298c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +* 2016-07-14: Version 1.1.0a1 + * Conversion functions from text strings to getdns native types: + getdns_str2dict(), getdns_str2list(), getdns_str2bindata() and + getdns_str2int() + * A getdns_context_config() function that configures a context + 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. + * 2016-07-14: Version 1.0.0b2 * Collect coverage information from the unit tests Thanks Shane Kerr