]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Repeat Known Issues at the top of Release Notes page
authorPetr Špaček <pspacek@isc.org>
Mon, 7 Nov 2022 13:03:15 +0000 (14:03 +0100)
committerMichał Kępień <michal@isc.org>
Mon, 7 Nov 2022 13:03:15 +0000 (14:03 +0100)
From now on all per-version notes link to the global list
of Known Issues. If there is a new note it should be listed twice:
In the per-version list, and in the global list.

doc/arm/notes.rst
doc/notes/notes-9.19.0.rst
doc/notes/notes-9.19.1.rst
doc/notes/notes-9.19.2.rst
doc/notes/notes-9.19.3.rst
doc/notes/notes-9.19.4.rst
doc/notes/notes-9.19.5.rst
doc/notes/notes-9.19.6.rst
doc/notes/notes-current.rst
doc/notes/notes-known-issues.rst [new file with mode: 0644]

index fb3289ed5992732a9cc777fc4f6bd118982599ee..512ea416a15d07ca9ec31c8272eacc40d65f9b04 100644 (file)
@@ -36,6 +36,8 @@ The latest versions of BIND 9 software can always be found at
 https://www.isc.org/download/. There you will find additional
 information about each release, and source code.
 
+.. include:: ../notes/notes-known-issues.rst
+
 .. include:: ../notes/notes-current.rst
 .. include:: ../notes/notes-9.19.6.rst
 .. include:: ../notes/notes-9.19.5.rst
index 886a69f5983cd23e11e5d8825ea0780204cdf68e..a6f92bfe481ace4b212bc05ab6c6b479bf229b6b 100644 (file)
@@ -26,6 +26,9 @@ Known Issues
   ignored. Only old platforms are affected by this, e.g. those supplied
   with OpenSSL versions older than 1.1.1. :gl:`#3163`
 
+- See :ref:`above <relnotes_known_issues>` for a list of all known
+  issues affecting this BIND 9 branch.
+
 New Features
 ~~~~~~~~~~~~
 
index b7ab3916e855a1e59477fc3c866778abd377d67f..dd778fb2123e5601d1ae94e0d309eeb22fcbb62e 100644 (file)
@@ -63,3 +63,10 @@ Bug Fixes
 - Previously, CDS and CDNSKEY DELETE records were removed from the zone
   when configured with the ``auto-dnssec maintain;`` option. This has
   been fixed. :gl:`#2931`
+
+Known Issues
+~~~~~~~~~~~~
+
+- There are no new known issues with this release. See :ref:`above
+  <relnotes_known_issues>` for a list of all known issues affecting this
+  BIND 9 branch.
index 693d9337741efe46c45b39f0885f20ecd9c5e100..b086d6c4d4a7ff4e7b0ff6a9e3f7873b8d67c778 100644 (file)
@@ -35,3 +35,10 @@ Bug Fixes
   ran, whether the metadata had changed or not. :iscman:`named` now
   checks whether changes were applied before writing out the key files.
   :gl:`#3302`
+
+Known Issues
+~~~~~~~~~~~~
+
+- There are no new known issues with this release. See :ref:`above
+  <relnotes_known_issues>` for a list of all known issues affecting this
+  BIND 9 branch.
index 941fe5f11d430974f9c39b042c15915ff51ec404..05b71b6ab48dbacea1a32ba67f1edbc1a2598384 100644 (file)
@@ -68,3 +68,10 @@ Bug Fixes
 - It was possible for a catalog zone consumer to process a catalog zone
   member zone when there was a configured pre-existing forward-only
   forward zone with the same name. This has been fixed. :gl:`#2506`
+
+Known Issues
+~~~~~~~~~~~~
+
+- There are no new known issues with this release. See :ref:`above
+  <relnotes_known_issues>` for a list of all known issues affecting this
+  BIND 9 branch.
index 3fc8dca9970ff111efcfb1c1d41a46630280ee96..472f69029e1ad5cced8dc9c8bc1e420975b09575 100644 (file)
@@ -57,3 +57,10 @@ Bug Fixes
 - :option:`rndc dumpdb -expired <rndc dumpdb>` was fixed to include
   expired RRsets, even if :any:`stale-cache-enable` is set to ``no`` and
   the cache-cleaning time window has passed. :gl:`#3462`
+
+Known Issues
+~~~~~~~~~~~~
+
+- There are no new known issues with this release. See :ref:`above
+  <relnotes_known_issues>` for a list of all known issues affecting this
+  BIND 9 branch.
index b9a539b555a7a3146a4a17cb0d9afaf3eb6c128a..86c5a89be0504390b54066f827cfeb91e2ce1ec1 100644 (file)
@@ -84,3 +84,10 @@ Bug Fixes
   from cache for lookups that received duplicate queries or queries that
   would be dropped. This bug resulted in premature SERVFAIL responses,
   and has now been resolved. :gl:`#2982`
+
+Known Issues
+~~~~~~~~~~~~
+
+- There are no new known issues with this release. See :ref:`above
+  <relnotes_known_issues>` for a list of all known issues affecting this
+  BIND 9 branch.
index 7a6272217aa3272518924e6ae162868804cfa30f..8c00985bb50b8b4a900dc6628371d44d902f69e1 100644 (file)
@@ -29,6 +29,9 @@ Known Issues
   details, see
   https://kb.isc.org/docs/dnssec-policy-requires-dynamic-dns-or-inline-signing
 
+- See :ref:`above <relnotes_known_issues>` for a list of all known
+  issues affecting this BIND 9 branch.
+
 New Features
 ~~~~~~~~~~~~
 
index 5245ef747998acb4823bfd2ebaafb33119edad6d..53d01b776c051af1b89dd2559c6d8f8a914f35ac 100644 (file)
@@ -17,11 +17,6 @@ Security Fixes
 
 - None.
 
-Known Issues
-~~~~~~~~~~~~
-
-- None.
-
 New Features
 ~~~~~~~~~~~~
 
@@ -66,3 +61,10 @@ Bug Fixes
 
 - Fixed a crash that happens when you reconfigure a ``dnssec-policy``
   zone that uses NSEC3 to enable ``inline-signing``. :gl:`#3591`
+
+Known Issues
+~~~~~~~~~~~~
+
+- There are no new known issues with this release. See :ref:`above
+  <relnotes_known_issues>` for a list of all known issues affecting this
+  BIND 9 branch.
diff --git a/doc/notes/notes-known-issues.rst b/doc/notes/notes-known-issues.rst
new file mode 100644 (file)
index 0000000..e6622d5
--- /dev/null
@@ -0,0 +1,40 @@
+.. Copyright (C) Internet Systems Consortium, Inc. ("ISC")
+..
+.. SPDX-License-Identifier: MPL-2.0
+..
+.. This Source Code Form is subject to the terms of the Mozilla Public
+.. License, v. 2.0.  If a copy of the MPL was not distributed with this
+.. file, you can obtain one at https://mozilla.org/MPL/2.0/.
+..
+.. See the COPYRIGHT file distributed with this work for additional
+.. information regarding copyright ownership.
+
+.. _relnotes_known_issues:
+
+Known Issues
+------------
+
+- Upgrading from BIND 9.16.32, 9.18.6, 9.19.4, or any older version may
+  require a manual configuration change. The following configurations
+  are affected:
+
+  - :any:`type primary` zones configured with :any:`dnssec-policy` but
+    without either :any:`allow-update` or :any:`update-policy`,
+  - :any:`type secondary` zones configured with :any:`dnssec-policy`.
+
+  In these cases please add :namedconf:ref:`inline-signing yes;
+  <inline-signing>` to the individual zone configuration(s). Without
+  applying this change, :iscman:`named` will fail to start. For more
+  details, see
+  https://kb.isc.org/docs/dnssec-policy-requires-dynamic-dns-or-inline-signing
+
+- According to :rfc:`8310`, Section 8.1, the ``Subject`` field MUST NOT
+  be inspected when verifying a remote certificate while establishing a
+  DNS-over-TLS connection. Only ``subjectAltName`` must be checked
+  instead. Unfortunately, some quite old versions of cryptographic
+  libraries might lack the ability to ignore the ``Subject`` field. This
+  should have minimal production-use consequences, as most of the
+  production-ready certificates issued by certificate authorities will
+  have ``subjectAltName`` set. In such cases, the ``Subject`` field is
+  ignored. Only old platforms are affected by this, e.g. those supplied
+  with OpenSSL versions older than 1.1.1. :gl:`#3163`