Add CHANGES and release notes for [GL #3637]

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

View file

@ -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.

View file

@ -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
~~~~~~~~~~~~