From: Evan Hunt Date: Thu, 26 May 2022 21:49:03 +0000 (-0700) Subject: CHANGES and release note for [GL #665] X-Git-Tag: v9.19.3~3^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=52bab72e843fea5a93138cea633710baefa6bd9e;p=thirdparty%2Fbind9.git CHANGES and release note for [GL #665] --- diff --git a/CHANGES b/CHANGES index f2789a4e73b..ba3506a1090 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,8 @@ +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. + [GL #665] + 5918. [test] Convert system tests to use a default HMAC algorithm where the test is not HMAC specific. [GL #3433] diff --git a/doc/notes/notes-current.rst b/doc/notes/notes-current.rst index 1a48dae0a59..29682896e00 100644 --- a/doc/notes/notes-current.rst +++ b/doc/notes/notes-current.rst @@ -25,7 +25,10 @@ Known Issues New Features ~~~~~~~~~~~~ -- None. +- The new ``rndc fetchlimit`` command prints a list of name server + addresses that are currently rate-limited due to ``fetches-per-server`` + and domain names that are rate limited due to ``fetches-per-zone``. + :gl:`#665` Removed Features ~~~~~~~~~~~~~~~~