mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-08 21:52:06 -04:00
Add CHANGES and release notes for [GL #3637]
This commit is contained in:
parent
b8c7dc2dc2
commit
d1f1db2f5a
2 changed files with 8 additions and 0 deletions
4
CHANGES
4
CHANGES
|
|
@ -1,3 +1,7 @@
|
|||
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