]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add release note and change entry for [GL #3627]
authorMatthijs Mekking <matthijs@isc.org>
Wed, 26 Oct 2022 15:19:40 +0000 (17:19 +0200)
committerMatthijs Mekking <matthijs@isc.org>
Thu, 27 Oct 2022 10:18:27 +0000 (12:18 +0200)
(cherry picked from commit 5585256bf6372f0bf0d2d43162545c73e0ef8da6)

CHANGES
doc/notes/notes-current.rst

diff --git a/CHANGES b/CHANGES
index 41928f2b8117b7f2be554f0c48693b4741ade996..eedf0ed9dc5a4c825a164ef92ae3b3c0e385e2ed 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,6 @@
+6003.  [bug]           Fix an inheritance bug when setting the port on
+                       remote servers in configuration. [GL #3627]
+
 6002.  [bug]           Fix a resolver prefetch bug when the record's TTL value
                        is equal to the configured prefetch eligibility value,
                        but the record was erroneously not treated as eligible
index abbae59fcfcbdef30a37ca21a1688bfce5702cd5..a501bfe4dcde6863ceb20488b6fadc59d0ad2679 100644 (file)
@@ -50,3 +50,7 @@ Bug Fixes
 - In certain resolution scenarios quotas could be erroneously reached for
   servers, including the configured forwarders, resulting in SERVFAIL answers
   sent to the clients. This has been fixed. :gl:`#3598`
+
+- The port in remote servers such as in :any:`primaries` and
+  :any:`parental-agents` could be wrongly configured because of an inheritance
+  bug. :gl:`#3627`