2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 14:35:26 +00:00

9.11.0rc3

This commit is contained in:
Mark Andrews
2016-09-20 21:12:16 +10:00
parent d9a7138196
commit 47f8b47b8d
4 changed files with 8 additions and 2 deletions

View File

@@ -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]

View File

@@ -7,5 +7,5 @@
# 9.10: 140-149
# 9.11: 160-169
LIBINTERFACE = 166
LIBREVISION = 1
LIBREVISION = 2
LIBAGE = 0

View File

@@ -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__);

View File

@@ -7,5 +7,5 @@ MAJORVER=9
MINORVER=11
PATCHVER=0
RELEASETYPE=rc
RELEASEVER=2
RELEASEVER=3
EXTENSIONS=