From f0ee9202270aec03dc31b02ba89ce16f274bb3f7 Mon Sep 17 00:00:00 2001 From: Willem Toorop Date: Thu, 6 Apr 2017 16:13:15 +0200 Subject: [PATCH] Bump version, update ChangeLog --- ChangeLog | 9 ++++++++- configure.ac | 4 ++-- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index de4e70ca..f5bb6498 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,11 @@ * 2017-04-??: Version 1.1.0 + * bugfix: Reschedule request timeout when getting the DNSSEC chain. + * Implement sensible default edns0 padding policy. Thanks DKG. + * Keep connections open with sync requests too. + * Fix of event loops so they do not give up with naked timers with + windows. Thanks Christian Huitema. + * Include peer certificate with DNS-over-TLS in combination with + the return_call_reporting extension. * More fine grained control over TLS upstream retry and back off behaviour with getdns_context_set_tls_backoff_time() and getdns_context_set_tls_connection_retries(). @@ -14,7 +21,7 @@ Thanks Neil Cook * bugfix: authentication failure for self signed cert + only pinset * bugfix: issue with session re-use making authentication appear to fail - + * 2017-01-13: Version 1.0.0 * edns0_cookies extension enabled by default (per RFC7873) * dnssec_roadblock_avoidance enabled by default (per RFC8027) diff --git a/configure.ac b/configure.ac index bc07ab09..c1a0c2fc 100644 --- a/configure.ac +++ b/configure.ac @@ -37,7 +37,7 @@ sinclude(./m4/ax_check_compile_flag.m4) sinclude(./m4/pkg.m4) AC_INIT([getdns], [1.1.0], [users@getdnsapi.net], [], [https://getdnsapi.net]) -AC_SUBST(RELEASE_CANDIDATE, [-rc1]) +AC_SUBST(RELEASE_CANDIDATE, [-rc2]) # Set current date from system if not set AC_ARG_WITH([current-date], @@ -47,7 +47,7 @@ AC_ARG_WITH([current-date], [CURRENT_DATE="`date -u +%Y-%m-%dT%H:%M:%SZ`"]) AC_SUBST(GETDNS_VERSION, ["AC_PACKAGE_VERSION$RELEASE_CANDIDATE"]) -AC_SUBST(GETDNS_NUMERIC_VERSION, [0x0100C100]) +AC_SUBST(GETDNS_NUMERIC_VERSION, [0x0100C200]) AC_SUBST(API_VERSION, ["December 2015"]) AC_SUBST(API_NUMERIC_VERSION, [0x07df0c00]) GETDNS_COMPILATION_COMMENT="AC_PACKAGE_NAME $GETDNS_VERSION configured on $CURRENT_DATE for the $API_VERSION version of the API"