From: Mark Andrews Date: Tue, 20 Sep 2016 11:12:16 +0000 (+1000) Subject: 9.11.0rc3 X-Git-Tag: v9.11.0rc3~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=47f8b47b8df05aade51e35b31c3df46fb121a098;p=thirdparty%2Fbind9.git 9.11.0rc3 --- diff --git a/CHANGES b/CHANGES index f2e2b4dc009..712480d95a1 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,8 @@ + --- 9.11.0rc3 released --- + +4470. [bug] Reset message with intent parse before + calling dns_dispatch_getnext. [RT #43229] + --- 9.11.0rc2 released --- 4468. [bug] Address ECS option handling issues. [RT #43191] diff --git a/lib/dns/api b/lib/dns/api index c519e7fd4c6..ea1b622448b 100644 --- a/lib/dns/api +++ b/lib/dns/api @@ -7,5 +7,5 @@ # 9.10: 140-149 # 9.11: 160-169 LIBINTERFACE = 166 -LIBREVISION = 1 +LIBREVISION = 2 LIBAGE = 0 diff --git a/lib/dns/resolver.c b/lib/dns/resolver.c index 5b8698060b7..91ea9a5f3e5 100644 --- a/lib/dns/resolver.c +++ b/lib/dns/resolver.c @@ -8618,6 +8618,7 @@ resquery_response(isc_task_t *task, isc_event_t *event) { FCTXTRACE("nextitem"); inc_stats(fctx->res, dns_resstatscounter_nextitem); INSIST(query->dispentry != NULL); + dns_message_reset(fctx->rmessage, DNS_MESSAGE_INTENTPARSE); result = dns_dispatch_getnext(query->dispentry, &devent); if (result != ISC_R_SUCCESS) fctx_done(fctx, result, __LINE__); diff --git a/version b/version index ff2335f926d..171b68594ff 100644 --- a/version +++ b/version @@ -7,5 +7,5 @@ MAJORVER=9 MINORVER=11 PATCHVER=0 RELEASETYPE=rc -RELEASEVER=2 +RELEASEVER=3 EXTENSIONS=