mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 07:40:00 -04:00
Add release note and change entry for [GL #3627]
This commit is contained in:
parent
72d3bf8e4e
commit
5585256bf6
2 changed files with 7 additions and 0 deletions
3
CHANGES
3
CHANGES
|
|
@ -1,3 +1,6 @@
|
|||
6003. [bug] Fix an inheritance bug when setting the port on
|
||||
remote servers in configuration. [GL #3627]
|
||||
|
||||
6002. [bug] Fix a resolver prefetch bug when the record's TTL value
|
||||
is equal to the configured prefetch eligibility value,
|
||||
but the record was erroneously not treated as eligible
|
||||
|
|
|
|||
|
|
@ -47,3 +47,7 @@ Bug Fixes
|
|||
- In certain resolution scenarios quotas could be erroneously reached for
|
||||
servers, including the configured forwarders, resulting in SERVFAIL answers
|
||||
sent to the clients. This has been fixed. :gl:`#3598`
|
||||
|
||||
- The port in remote servers such as in :any:`primaries` and
|
||||
:any:`parental-agents` could be wrongly configured because of an inheritance
|
||||
bug. :gl:`#3627`
|
||||
|
|
|
|||
Loading…
Reference in a new issue