mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 05:09:59 -04:00
Add release note and CHANGES for #3743
(cherry picked from commit e43a26fd1e)
This commit is contained in:
parent
f481073110
commit
f8b7bb7c9f
2 changed files with 6 additions and 0 deletions
3
CHANGES
3
CHANGES
|
|
@ -5,6 +5,9 @@
|
|||
effect, and a warning will be logged that
|
||||
the feature should no longer be used. [GL #3773]
|
||||
|
||||
6061. [bug] Fix unexpected "Prohibited" extended DNS error
|
||||
on allow-recursion. [GL #3743]
|
||||
|
||||
6059. [bug] In some serve stale scenarios, like when following an
|
||||
expired CNAME record, named could return SERVFAIL if the
|
||||
previous request wasn't successful. Consider non-stale
|
||||
|
|
|
|||
|
|
@ -61,6 +61,9 @@ Bug Fixes
|
|||
configured forwarders, resulting in SERVFAIL answers being sent to clients.
|
||||
This has been fixed. :gl:`#3752`
|
||||
|
||||
- Clients may see an unexpected "Prohibited" extended DNS error when ``named``
|
||||
is configured with :any:`allow-recursion`). :gl:`#3743`
|
||||
|
||||
Known Issues
|
||||
~~~~~~~~~~~~
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue