mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 07:19:59 -04:00
Add CHANGES and release note for #4032
(cherry picked from commit 0bdf1980c4)
This commit is contained in:
parent
a21407d062
commit
803e95dc00
2 changed files with 7 additions and 0 deletions
3
CHANGES
3
CHANGES
|
|
@ -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]
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
~~~~~~~~~~~~
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue