Add CHANGES and release note for #4032

(cherry picked from commit 0bdf1980c4)
This commit is contained in:
Matthijs Mekking 2023-07-26 11:55:20 +02:00
parent a21407d062
commit 803e95dc00
2 changed files with 7 additions and 0 deletions

View file

@ -1,3 +1,6 @@
6219. [bug] Ignore 'max-zone-ttl' on 'dnssec-policy insecure'.
[GL #4032]
6215. [protocol] Return REFUSED to GSS-API TKEY requests if GSS-API
support is not configured. [GL #4225]

View file

@ -40,6 +40,10 @@ Bug Fixes
flushed. This has been fixed to not process queued already received queries
over TCP while the server is in the "exclusive" mode. :gl:`#4200`
- Ignore :any:`max-zone-ttl` for :any:`dnssec-policy` "insecure",
otherwise some zones will not be loaded if they use a TTL value larger
than 86400. :gl:`#4032`.
Known Issues
~~~~~~~~~~~~