From c30f64497e26ac56f75c7bed1d3e4a951641fd91 Mon Sep 17 00:00:00 2001 From: Willem Toorop Date: Thu, 9 Jul 2015 14:27:22 +0200 Subject: [PATCH] Update ChangeLog --- ChangeLog | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 985cbff5..3a8ba58f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,10 +1,16 @@ -* 2015-07-??: Version 0.?.? +* 2015-07-??: Version 0.3.? * Unit test for spurious execute bits. Thanks Paul Wouters. * Added new transport list options in API. The option is now an ordered list of GETDNS_TRANSPORT_UDP, GETDNS_TRANSPORT_TCP, GETDNS_TRANSPORT_TLS, GETDNS_TRANSPORT_STARTTLS. * Added new context setting for idle_timeout * CSYNC RR type + * dnssec_return_validation_chain for negative and insecure responses. + * dnssec_return_validation_chain return a single RRSIG on each RRSET + (whenever possible) + * getdns_validate_dnssec() accept replies from the replies_tree + * getdns_validate_dnssec() asses negative and insecure responses. + * Native stub dnssec validation * 2015-05-21: Version 0.2.0 * Fix libversion numbering: Thanks Daniel Kahn Gillmor