]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Merge tag 'v9_19_6'
authorMichal Nowak <mnowak@isc.org>
Thu, 20 Oct 2022 09:01:27 +0000 (11:01 +0200)
committerMichal Nowak <mnowak@isc.org>
Thu, 20 Oct 2022 09:01:27 +0000 (11:01 +0200)
BIND 9.19.6

1  2 
CHANGES
doc/arm/notes.rst

diff --cc CHANGES
index bf38de9c19e3a458721e0ca376156fec259c98ce,6c4e467d1914ea43e87342bc5a9692b38adbaf30..ceb83dcad522be98edf167e926fe76d721121a11
+++ 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
index ab28b4955cedc176073c43900366bd8806f09fef,3cc71f542c26fb3f35529a51df880b3bac8ec1bc..fb3289ed5992732a9cc777fc4f6bd118982599ee
@@@ -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