]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add CHANGES entry
authorMichał Kępień <michal@isc.org>
Tue, 8 Jan 2019 07:29:54 +0000 (08:29 +0100)
committerMichał Kępień <michal@isc.org>
Tue, 8 Jan 2019 07:29:54 +0000 (08:29 +0100)
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]

CHANGES

diff --git a/CHANGES b/CHANGES
index be81b3f462a5be847438d1a9cf91048e5d4bf0c7..d273ace638451c56a425f1fc0fab3ee445bd5681 100644 (file)
--- 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]