]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Merge tag 'v9_19_8'
authorTom Krizek <tkrizek@isc.org>
Thu, 22 Dec 2022 09:13:38 +0000 (10:13 +0100)
committerTom Krizek <tkrizek@isc.org>
Thu, 22 Dec 2022 09:13:38 +0000 (10:13 +0100)
BIND 9.19.8

1  2 
CHANGES
doc/arm/notes.rst

diff --cc CHANGES
index 42fea079a56e0fd0c46477b9efd70cf652a9691c,d05e44cb242249b84aa77eedc01e8fd25dd1c432..2d4b790360e82481f24a9ce55a07c4db2f21a579
+++ 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]
index 899d1b8fa6ef6932e35ad17b3104e13917f185a6,2866ec7ceb57d35215454b23cbdfff7ffadc7c9f..f720d72907635baff5cecdf170f607d3f810a553
@@@ -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