Merge branch 'michal/prepare-documentation-for-bind-9.16.37' into 'security-v9_16'

Prepare documentation for BIND 9.16.37

See merge request isc-private/bind9!494
This commit is contained in:
Michał Kępień
2023-01-12 22:43:27 +00:00
3 changed files with 14 additions and 13 deletions

View File

@@ -46,7 +46,7 @@ for Microsoft Windows operating systems.
.. include:: ../notes/notes-known-issues.rst
.. include:: ../notes/notes-current.rst
.. include:: ../notes/notes-9.16.37.rst
.. include:: ../notes/notes-9.16.36.rst
.. include:: ../notes/notes-9.16.35.rst
.. include:: ../notes/notes-9.16.34.rst

View File

@@ -250,7 +250,7 @@ at a very high level, looking up the name ``www.isc.org`` :
Let's take a quick break here and look at what we've got so far...
how can our server trust this answer? If a clever attacker had taken over
the ``isc.org`` name server(s), or course she would send matching
the ``isc.org`` name server(s), of course she would send matching
keys and signatures. We need to ask someone else to have confidence
that we are really talking to the real ``isc.org`` name server. This
is a critical part of DNSSEC: at some point, the DNS administrators

View File

@@ -52,24 +52,25 @@ New Features
exceeded, and the version numbers for the XML and JSON statistics
schemas have been updated. :gl:`#3523`
Removed Features
~~~~~~~~~~~~~~~~
- The Differentiated Services Code Point (DSCP) feature in BIND
is now deprecated. Configuring DSCP values in ``named.conf`` will
cause a warning to be logged. Note that this feature has only been
partly operational since the Network Manager was introduced in
9.16.0. :gl:`#3773`
Feature Changes
~~~~~~~~~~~~~~~
- None.
- The Differentiated Services Code Point (DSCP) feature in BIND has been
deprecated. Configuring DSCP values in ``named.conf`` now causes a
warning to be logged. Note that this feature has only been partly
operational since the new Network Manager was introduced in BIND
9.16.0. :gl:`#3773`
- The catalog zone implementation has been optimized to work with
hundreds of thousands of member zones. :gl:`#3744`
Bug Fixes
~~~~~~~~~
- None.
- In certain query resolution scenarios (e.g. when following CNAME
records), :iscman:`named` configured to answer from stale cache could
return a SERVFAIL response despite a usable, non-stale answer being
present in the cache. This has been fixed. :gl:`#3678`
Known Issues
~~~~~~~~~~~~