Add CHANGES and release notes for [GL #3459]

(cherry picked from commit 0b0cf12741)
This commit is contained in:
Aram Sargsyan 2022-07-25 14:59:41 +00:00 committed by Michał Kępień
parent 6f46bfe705
commit 5b6e4465be
2 changed files with 8 additions and 0 deletions

View file

@ -1,3 +1,7 @@
5956. [func] Make RRL code treat all QNAMEs that are subject to
wildcard processing within a given zone as the same
name. [GL #3459]
5955. [port] The libxml2 library has deprecated the usage of
xmlInitThreads() and xmlCleanupThreads() functions. Use
xmlInitParser() and xmlCleanupParser() instead.

View file

@ -35,6 +35,10 @@ Removed Features
Feature Changes
~~~~~~~~~~~~~~~
- Response Rate Limiting (RRL) code now treats all QNAMEs that are
subject to wildcard processing within a given zone as the same name,
to prevent circumventing the limits enforced by RRL. :gl:`#3459`
- Zones using ``dnssec-policy`` now require dynamic DNS or
``inline-signing`` to be configured explicitly :gl:`#3381`.