From 6fac8b15bc240fda4496b075e1d1afceba1dfe17 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20=C5=A0pa=C4=8Dek?= Date: Tue, 11 Apr 2023 16:23:53 +0200 Subject: [PATCH] Add known issue release note for GL #3985 and #4006 --- doc/notes/notes-9.19.12.rst | 24 +++++++++++++++++------- doc/notes/notes-known-issues.rst | 11 +++++++++++ 2 files changed, 28 insertions(+), 7 deletions(-) diff --git a/doc/notes/notes-9.19.12.rst b/doc/notes/notes-9.19.12.rst index bacb7d301c..091c06c357 100644 --- a/doc/notes/notes-9.19.12.rst +++ b/doc/notes/notes-9.19.12.rst @@ -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 ` 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 - ` 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 index e6622d56be..959c73d1d0 100644 --- a/doc/notes/notes-known-issues.rst +++ b/doc/notes/notes-known-issues.rst @@ -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`