From ee226e589cb938a519041b38c514b1582d68b486 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20K=C4=99pie=C5=84?= Date: Tue, 8 Jan 2019 08:29:54 +0100 Subject: [PATCH] Add CHANGES entry 5122. [bug] In a "forward first;" configuration, a forwarder timeout did not prevent that forwarder from being queried again after falling back to full recursive resolution. [GL #315] (cherry picked from commit 1df9ca9e6a190b8d601f21bd6d812a16c401240e) --- CHANGES | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGES b/CHANGES index e1eb5e1321..b52293b4cf 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,8 @@ +5122. [bug] In a "forward first;" configuration, a forwarder + timeout did not prevent that forwarder from being + queried again after falling back to full recursive + resolution. [GL #315] + 5121. [contrib] dlz_stub_driver.c fails to return ISC_R_NOTFOUND on none matching zone names. [GL !1299]