From: Tom Krizek Date: Thu, 22 Dec 2022 09:13:38 +0000 (+0100) Subject: Merge tag 'v9_19_8' X-Git-Tag: v9.19.9~62 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=a3fcfe3d71fd529d75e7f3ea34807dd9a203f5bb;p=thirdparty%2Fbind9.git Merge tag 'v9_19_8' BIND 9.19.8 --- a3fcfe3d71fd529d75e7f3ea34807dd9a203f5bb diff --cc CHANGES index 42fea079a56,d05e44cb242..2d4b790360e --- a/CHANGES +++ b/CHANGES @@@ -1,39 -1,5 +1,41 @@@ +6052. [func] Replace DNS over TCP and DNS over TLS transports + code with a new, unified transport implementation. + [GL #3374] + +6051. [bug] Improve thread safety in the dns_dispatch unit. + [GL #3178] [GL #3636] + +6050. [bug] Changes to the RPZ response-policy min-update-interval + and add-soa options now take effect as expected when + named is reconfigured. [GL #3740] + +6049. [bug] Exclude ABD hashtables from the ADB memory + overmem checks and don't clean ADB names + and ADB entries used in the last 10 seconds + (ADB_CACHE_MINIMUM). [GL #3739] + +6048. [bug] Fix a log message error in dns_catz_update_from_db(), + 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. + [GL #3725] + +6045. [cleanup] The list of supported DNSSEC algorithms changed log + level from "warning" to "notice" to match named's other + startup messages. [GL !7217] + +6044. [bug] There was an "RSASHA236" typo in a log message. + [GL !7206] + + --- 9.19.8 released --- + 6043. [bug] The key file IO locks objects would never get deleted from the hashtable due to off-by-one error. [GL #3727] diff --cc doc/arm/notes.rst index 899d1b8fa6e,2866ec7ceb5..f720d729076 --- a/doc/arm/notes.rst +++ b/doc/arm/notes.rst @@@ -38,7 -38,7 +38,8 @@@ information about each release, and sou .. include:: ../notes/notes-known-issues.rst +.. include:: ../notes/notes-current.rst + .. include:: ../notes/notes-9.19.8.rst .. include:: ../notes/notes-9.19.7.rst .. include:: ../notes/notes-9.19.6.rst .. include:: ../notes/notes-9.19.5.rst