]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add CHANGES and release note for [GL #3423]
authorOndřej Surý <ondrej@isc.org>
Thu, 23 Jun 2022 12:33:00 +0000 (14:33 +0200)
committerOndřej Surý <ondrej@isc.org>
Mon, 11 Jul 2022 10:26:37 +0000 (12:26 +0200)
CHANGES
doc/notes/notes-current.rst

diff --git a/CHANGES b/CHANGES
index ba3506a1090b932d7f011e3f822a43005cd74cda..b37ba25825e29de67f13ebec34bafa1947d2c050 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,7 @@
+5920.  [bug]           Don't pass back the current name offset when the
+                       compression is disabled in the non-improving case.
+                       [GL #3423]
+
 5919.  [func]          The "rndc fetchlimit" command lists name servers
                        and domain names that are being rate-limited by
                        "fetches-per-server" or "fetches-per-zone" limits.
index b52745a51ba14135fa84b87160fecf39e0529995..489f3e2928d725b9b8e4810e9ebe96fa82bd1968 100644 (file)
@@ -40,4 +40,5 @@ Feature Changes
 Bug Fixes
 ~~~~~~~~~
 
-- None.
+- A DNS compression would be applied on the root zone name if it is repeatedly
+  used in the same RRSet. :gl:`#3423`