Add release note and CHANGES for #3743

(cherry picked from commit e43a26fd1e)
This commit is contained in:
Matthijs Mekking 2022-12-14 11:53:28 +01:00
parent f481073110
commit f8b7bb7c9f
2 changed files with 6 additions and 0 deletions

View file

@ -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

View file

@ -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
~~~~~~~~~~~~