From: Michal Nowak Date: Thu, 20 Oct 2022 09:01:27 +0000 (+0200) Subject: Merge tag 'v9_19_6' X-Git-Tag: v9.19.7~40 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=97b9a7eb562f1656d71990c113bbd0acd4485758;p=thirdparty%2Fbind9.git Merge tag 'v9_19_6' BIND 9.19.6 --- 97b9a7eb562f1656d71990c113bbd0acd4485758 diff --cc CHANGES index bf38de9c19e,6c4e467d191..ceb83dcad52 --- a/CHANGES +++ b/CHANGES @@@ -1,29 -1,5 +1,31 @@@ +5999. [bug] rpz-ip rules could be ineffective in some scenarios + with CD=1 queries. [GL #3247] + +5998. [placeholder] + +5997. [cleanup] Less ceremonial UNEXPECTED_ERROR() and FATAL_ERROR() + reporting macros. [GL !6914] + +5996. [bug] Fix a couple of bugs in cfg_print_duration(), which + could result in generating incomplete duration values + when printing the configuration using named-checkconf. + [GL !6880] + +5995. [performance] A new algorithm for DNS name compression based on a + hash set of message offsets. Name compression is now + more complete as well as being generally faster, and + the implementation is less complicated and requires + much less memory. [GL !6517] + +5994. [func] Refactor the isc_httpd implementation used in the + statistics channel. [GL !6879] + +5993. [cleanup] Store dns_name_t attributes as boolean members of + the structure. Remove DNS_NAMEATTR_* macros. + Fix latent attribute handling bug in RBT. [GL !6902] + + --- 9.19.6 released --- + 5992. [func] Introduce the new isc_mem_*x() APIs that takes extra flags as the last argument. Currently ISC_MEM_ZERO and ISC_MEM_ALIGN(n) flags have been implemented that diff --cc doc/arm/notes.rst index ab28b4955ce,3cc71f542c2..fb3289ed599 --- 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.6.rst .. include:: ../notes/notes-9.19.5.rst .. include:: ../notes/notes-9.19.4.rst .. include:: ../notes/notes-9.19.3.rst