From: Ondřej Surý Date: Thu, 23 Jun 2022 12:33:00 +0000 (+0200) Subject: Add CHANGES and release note for [GL #3423] X-Git-Tag: v9.19.4~45^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=51b0c3cbb846cc43726149b889b02432353be0ad;p=thirdparty%2Fbind9.git Add CHANGES and release note for [GL #3423] --- diff --git a/CHANGES b/CHANGES index ba3506a1090..b37ba25825e 100644 --- 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. diff --git a/doc/notes/notes-current.rst b/doc/notes/notes-current.rst index b52745a51ba..489f3e2928d 100644 --- a/doc/notes/notes-current.rst +++ b/doc/notes/notes-current.rst @@ -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`