mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-27 20:25:55 -04:00
Add CHANGES and release notes for [GL #3637]
(cherry picked from commit d1f1db2f5a)
This commit is contained in:
parent
2cb6001a2e
commit
6ca03d1012
2 changed files with 8 additions and 0 deletions
4
CHANGES
4
CHANGES
|
|
@ -6,6 +6,10 @@
|
|||
where serials with values of 2^31 or larger were logged
|
||||
incorrectly as negative numbers. [GL #3742]
|
||||
|
||||
6047. [bug] Try the next server instead of trying the same
|
||||
server again on an outgoing query timeout.
|
||||
[GL #3637]
|
||||
|
||||
6046. [bug] TLS session resumption might lead to handshake
|
||||
failures when client certificates are used for
|
||||
authentication (Mutual TLS). This has been fixed.
|
||||
|
|
|
|||
|
|
@ -39,6 +39,10 @@ Bug Fixes
|
|||
certificates are used for authentication (Mutual TLS). This has
|
||||
been fixed. :gl:`#3725`
|
||||
|
||||
- When an outgoing request timed out, the ``named`` would retry up to three
|
||||
times with the same server instead of trying a next available name server.
|
||||
This has been fixed. :gl:`#3637`
|
||||
|
||||
Known Issues
|
||||
~~~~~~~~~~~~
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue