mirror of
https://github.com/isc-projects/bind9.git
synced 2026-02-26 11:32:01 -05:00
Add CHANGES and release notes for [GL #3459]
(cherry picked from commit 0b0cf12741)
This commit is contained in:
parent
6f46bfe705
commit
5b6e4465be
2 changed files with 8 additions and 0 deletions
4
CHANGES
4
CHANGES
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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`.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue