]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Merge tag 'v9.19.13'
authorMichał Kępień <michal@isc.org>
Thu, 18 May 2023 12:06:04 +0000 (14:06 +0200)
committerMichał Kępień <michal@isc.org>
Thu, 18 May 2023 12:06:04 +0000 (14:06 +0200)
BIND 9.19.13

1  2 
CHANGES
doc/arm/notes.rst

diff --cc CHANGES
index 3ba36c943dbd8410b21e243e97aa27ef62e7d258,074f4d5330d93e11f0ce86013c79eb64876ca2ff..f0d480e0d3c6f739e9af58b9472cb79304baa4e8
+++ b/CHANGES
@@@ -1,43 -1,5 +1,45 @@@
 +6175. [test]          Fix the `upforwd` system test to be more reliable,
 +                      especially when using thread sanitizer. [GL #4069]
 +
 +6174. [placeholder]
 +
 +6173. [bug]           Properly process extra "nameserver" lines in
 +                      resolv.conf otherwise the next line is not properly
 +                      processed. [GL #4066]
 +
 +6172. [cleanup]       Refactor the loop manager and qp-trie code to remove
 +                      isc_qsbr and use liburcu instead. [GL #3936]
 +
 +6171. [cleanup]       Remove the stack implementation added in change 6108:
 +                      we are using the liburcu concurrent data structures
 +                      instead. [GL !7920]
 +
 +6170. [func]          The 'rndc -t' option allows a timeout to be set in
 +                      seconds, so that commands that take a long time to
 +                      complete (e.g., reloading a very large configuration)
 +                      can be given time to do so. The default is 60
 +                      seconds. [GL #4046]
 +
 +6169. [bug]           named could crash when deleting inline-signing zones
 +                      with "rndc delzone". [GL #4054]
 +
 +6168. [func]          Refactor the glue cache to store list of the GLUE
 +                      directly in the rdatasetheader instead of keeping
 +                      it in the hashtable indexed by the node pointer.
 +                      [GL #4045]
 +
 +6167. [func]          Add 'cdnskey' configuration option. [GL #4050]
 +
 +6166. [func]          Retry without DNS COOKIE on FORMERR if it appears that
 +                      the FORMERR was due to the presence of a DNS COOKIE
 +                      option. [GL #4049]
 +
 +6165. [bug]           Fix a logic error in dighost.c which could call the
 +                      dighost_shutdown() callback twice and cause problems
 +                      if the callback function was not idempotent. [GL #4039]
 +
+       --- 9.19.13 released ---
  6164. [bug]           Set the rndc idle read timeout back to 60 seconds,
                        from the netmgr default of 30 seconds, in order to
                        match the behavior of 9.16 and earlier. [GL #4046]
index c5a6cef2d88018fbde04200e156f55317772671b,5bf34ee721cc116ef44e047cfc8f77571de62161..8b8d64d332afcaedb799d0f640055f1b93b036b1
@@@ -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.13.rst
  .. include:: ../notes/notes-9.19.12.rst
  .. include:: ../notes/notes-9.19.11.rst
  .. include:: ../notes/notes-9.19.10.rst