]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Merge tag 'v9_19_2'
authorMichał Kępień <michal@isc.org>
Wed, 15 Jun 2022 13:53:59 +0000 (15:53 +0200)
committerMichał Kępień <michal@isc.org>
Wed, 15 Jun 2022 13:53:59 +0000 (15:53 +0200)
BIND 9.19.2

1  2 
CHANGES
doc/arm/notes.rst

diff --cc CHANGES
index 6c2409700e4ccc95dfd044c27af093de73e2902c,c057ba30ce5a0d330eca4300ceca6fd056d54e78..e6de9dcc6461f49f7879fc8d8dcd0d79f6ad81b7
+++ 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]
  
index ede9b5a9953cba186c7538fc296db5f7033c7c9e,0fd6e462735ce3f19e02bd165ab7cd4ab5debcae..3474046add57078bb439825866c17716c34b4f2a
@@@ -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