From: Michał Kępień Date: Thu, 18 May 2023 12:06:04 +0000 (+0200) Subject: Merge tag 'v9.19.13' X-Git-Tag: v9.19.14~42 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ddbbb8612d1f18ab301e63b0fb70850b4f47e17a;p=thirdparty%2Fbind9.git Merge tag 'v9.19.13' BIND 9.19.13 --- ddbbb8612d1f18ab301e63b0fb70850b4f47e17a diff --cc CHANGES index 3ba36c943db,074f4d5330d..f0d480e0d3c --- a/CHANGES +++ 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] diff --cc doc/arm/notes.rst index c5a6cef2d88,5bf34ee721c..8b8d64d332a --- 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.13.rst .. include:: ../notes/notes-9.19.12.rst .. include:: ../notes/notes-9.19.11.rst .. include:: ../notes/notes-9.19.10.rst