]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add known issue release note for GL #3985 and #4006
authorPetr Špaček <pspacek@isc.org>
Tue, 11 Apr 2023 14:23:53 +0000 (16:23 +0200)
committerMichał Kępień <michal@isc.org>
Tue, 11 Apr 2023 14:29:22 +0000 (16:29 +0200)
doc/notes/notes-9.19.12.rst
doc/notes/notes-known-issues.rst

index bacb7d301cf69826430f7dfe9e9874b0a4c4f889..091c06c357ebf9026b6fcf2ef9d6ae69be96b079 100644 (file)
@@ -20,6 +20,23 @@ Security Fixes
   permissible number of DNS labels were present. This has been fixed.
   :gl:`#3998`
 
+Known Issues
+~~~~~~~~~~~~
+
+- Loading a large number of zones is significantly slower in BIND
+  9.19.12 than in the previous development releases due to a new data
+  structure being used for storing information about the zones to serve.
+  This slowdown is considered to be a bug and will be addressed in a
+  future BIND 9.19.x development release. :gl:`#4006`
+
+- A flaw in reworked code responsible for accepting TCP connections may
+  cause a visible performance drop for TCP queries on some platforms,
+  notably FreeBSD.  This issue will be fixed in a future BIND 9.19.x
+  development release. :gl:`#3985`
+
+- See :ref:`above <relnotes_known_issues>` for a list of all known issues
+  affecting this BIND 9 branch.
+
 New Features
 ~~~~~~~~~~~~
 
@@ -71,10 +88,3 @@ Bug Fixes
 
 - Performance of DNSSEC validation in zones with many DNSKEY records has
   been improved. :gl:`#3981`
-
-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 e6622d56bed424d3d4e36e9c95a2e9ac66a76828..959c73d1d02e719d295ae130fbe852179c2d6175 100644 (file)
@@ -38,3 +38,14 @@ Known Issues
   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`
+
+- Loading a large number of zones is significantly slower in BIND
+  9.19.12 than in the previous development releases due to a new data
+  structure being used for storing information about the zones to serve.
+  This slowdown is considered to be a bug and will be addressed in a
+  future BIND 9.19.x development release. :gl:`#4006`
+
+- A flaw in reworked code responsible for accepting TCP connections may
+  cause a visible performance drop for TCP queries on some platforms,
+  notably FreeBSD.  This issue will be fixed in a future BIND 9.19.x
+  development release. :gl:`#3985`