]> 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 09:39:34 +0000 (11:39 +0200)
CHANGES
doc/notes/notes-current.rst

diff --git a/CHANGES b/CHANGES
index fde089e4fd02fe18ae2f6324fc129ec941947576..dacace0e8ee9cf26a35acd6ef68881a3c7673baf 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 e4729b039d503e0bc784a8f3300a3ee59d5a6238..48078977895f3cfc9965b70dcbfe4fe6f89989c1 100644 (file)
@@ -47,3 +47,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`