From 7ce861864d79e031e47175ecc20b5e73f43bcb71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20K=C4=99pie=C5=84?= Date: Thu, 12 Jan 2023 22:34:32 +0100 Subject: [PATCH 1/5] Fix a typo in the DNSSEC Guide --- doc/dnssec-guide/introduction.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From f76d95cdbbb9777de9541c6ea64827b1480f8770 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20K=C4=99pie=C5=84?= Date: Thu, 12 Jan 2023 22:34:32 +0100 Subject: [PATCH 2/5] Prepare release notes for BIND 9.16.37 --- doc/arm/notes.rst | 2 +- doc/notes/{notes-current.rst => notes-9.16.37.rst} | 9 ++------- 2 files changed, 3 insertions(+), 8 deletions(-) rename doc/notes/{notes-current.rst => notes-9.16.37.rst} (98%) 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/notes/notes-current.rst b/doc/notes/notes-9.16.37.rst similarity index 98% rename from doc/notes/notes-current.rst rename to doc/notes/notes-9.16.37.rst index 1ac19bb759..9839b19972 100644 --- a/doc/notes/notes-current.rst +++ b/doc/notes/notes-9.16.37.rst @@ -52,8 +52,8 @@ New Features exceeded, and the version numbers for the XML and JSON statistics schemas have been updated. :gl:`#3523` -Removed Features -~~~~~~~~~~~~~~~~ +Feature Changes +~~~~~~~~~~~~~~~ - The Differentiated Services Code Point (DSCP) feature in BIND is now deprecated. Configuring DSCP values in ``named.conf`` will @@ -61,11 +61,6 @@ Removed Features partly operational since the Network Manager was introduced in 9.16.0. :gl:`#3773` -Feature Changes -~~~~~~~~~~~~~~~ - -- None. - Bug Fixes ~~~~~~~~~ From 28c04575f19069e292fba6e08aea01a4c4ad57d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20K=C4=99pie=C5=84?= Date: Thu, 12 Jan 2023 22:34:32 +0100 Subject: [PATCH 3/5] Tweak and reword release notes --- doc/notes/notes-9.16.37.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/notes/notes-9.16.37.rst b/doc/notes/notes-9.16.37.rst index 9839b19972..a1001375f0 100644 --- a/doc/notes/notes-9.16.37.rst +++ b/doc/notes/notes-9.16.37.rst @@ -55,10 +55,10 @@ New Features Feature Changes ~~~~~~~~~~~~~~~ -- 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 +- 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` Bug Fixes From d048f6d5f0108482e1d74cd5f3ffceff5fe88835 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20K=C4=99pie=C5=84?= Date: Thu, 12 Jan 2023 22:34:32 +0100 Subject: [PATCH 4/5] Add release note for GL #3678 --- doc/notes/notes-9.16.37.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/doc/notes/notes-9.16.37.rst b/doc/notes/notes-9.16.37.rst index a1001375f0..3d48a25668 100644 --- a/doc/notes/notes-9.16.37.rst +++ b/doc/notes/notes-9.16.37.rst @@ -64,7 +64,10 @@ Feature Changes 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 ~~~~~~~~~~~~ From 0fc6b76870060071d8c71b0a5518f82164e3bd0a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20K=C4=99pie=C5=84?= Date: Thu, 12 Jan 2023 22:34:32 +0100 Subject: [PATCH 5/5] Add release note for GL #3744 --- doc/notes/notes-9.16.37.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/notes/notes-9.16.37.rst b/doc/notes/notes-9.16.37.rst index 3d48a25668..9b0393ca04 100644 --- a/doc/notes/notes-9.16.37.rst +++ b/doc/notes/notes-9.16.37.rst @@ -61,6 +61,9 @@ Feature Changes 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 ~~~~~~~~~