2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 05:57:52 +00:00

Add CHANGES and release notes for [GL #3637]

This commit is contained in:
Ondřej Surý 2022-12-12 20:05:54 +01:00
parent b8c7dc2dc2
commit d1f1db2f5a
No known key found for this signature in database
GPG Key ID: 2820F37E873DEA41
2 changed files with 8 additions and 0 deletions

View File

@ -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 6046. [bug] TLS session resumption might lead to handshake
failures when client certificates are used for failures when client certificates are used for
authentication (Mutual TLS). This has been fixed. authentication (Mutual TLS). This has been fixed.

View File

@ -39,6 +39,10 @@ Bug Fixes
certificates are used for authentication (Mutual TLS). This has certificates are used for authentication (Mutual TLS). This has
been fixed. :gl:`#3725` 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 Known Issues
~~~~~~~~~~~~ ~~~~~~~~~~~~