diff --git a/doc/arm/notes.rst b/doc/arm/notes.rst index 5830608da3..e944d1caf4 100644 --- a/doc/arm/notes.rst +++ b/doc/arm/notes.rst @@ -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 diff --git a/doc/dnssec-guide/introduction.rst b/doc/dnssec-guide/introduction.rst index 4acc0e08a7..e8f6cf9c65 100644 --- a/doc/dnssec-guide/introduction.rst +++ b/doc/dnssec-guide/introduction.rst @@ -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 diff --git a/doc/notes/notes-current.rst b/doc/notes/notes-9.16.37.rst similarity index 78% rename from doc/notes/notes-current.rst rename to doc/notes/notes-9.16.37.rst index 1ac19bb759..9b0393ca04 100644 --- a/doc/notes/notes-current.rst +++ b/doc/notes/notes-9.16.37.rst @@ -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 ~~~~~~~~~~~~