From: Michał Kępień Date: Wed, 15 Jun 2022 13:53:59 +0000 (+0200) Subject: Merge tag 'v9_19_2' X-Git-Tag: v9.19.3~40 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=529a7c0c1a520ffb2ed61696a57cffb4de728f89;p=thirdparty%2Fbind9.git Merge tag 'v9_19_2' BIND 9.19.2 --- 529a7c0c1a520ffb2ed61696a57cffb4de728f89 diff --cc CHANGES index 6c2409700e4,c057ba30ce5..e6de9dcc646 --- a/CHANGES +++ b/CHANGES @@@ -1,38 -1,5 +1,40 @@@ +5908. [bug] Fix race conditions in route_connected(). [GL #3401] + +5907. [bug] Fix a crash in dig NS search mode when one of the NS + server queries fail. [GL #3207] + +5906. [cleanup] Various features (e.g. prefetch, RPZ) no longer share + common pointers when initiating recursion. This + rationalizes recursion quota handling and makes the + value of the RecursClients statistics counter more + accurate. [GL #3168] + +5905. [bug] When the TCP connection would be closed/reset between + the connect/accept and the read, the uv_read_start() + return value would be unexpected and cause an assertion + failure. [GL #3400] + +5904. [func] Changed dnssec-signzone -H default to 0 additional + NSEC3 iterations. [GL #3395] + +5903. [bug] When named checks that the OPCODE in a response matches + that of the request, if there is a mismatch named logs + an error. Some of those error messages incorrectly + used RCODE instead of OPCODE to lookup the nemonic. + This has been corrected. [GL !6420] + +5902. [func] NXDOMAIN cache records are no longer retained in + the cache after expiry, even when serve-stale is + in use. [GL #3386] + +5901. [bug] When processing a catalog zone member zone make sure + that there is no configured pre-existing forward-only + forward zone with that name. [GL #2506] + +5900. [placeholder] + + --- 9.19.2 released --- + 5899. [func] Don't try to process DNSSEC-related and ZONEMD records in catz. [GL #3380] diff --cc doc/arm/notes.rst index ede9b5a9953,0fd6e462735..3474046add5 --- a/doc/arm/notes.rst +++ b/doc/arm/notes.rst @@@ -36,7 -36,7 +36,8 @@@ The latest versions of BIND 9 software https://www.isc.org/download/. There you will find additional information about each release, and source code. +.. include:: ../notes/notes-current.rst + .. include:: ../notes/notes-9.19.2.rst .. include:: ../notes/notes-9.19.1.rst .. include:: ../notes/notes-9.19.0.rst