From: Michał Kępień Date: Mon, 8 May 2023 13:29:07 +0000 (+0200) Subject: Add release note for GL #3985 X-Git-Tag: v9.19.13~2^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d01834466d496f9c477d892b52c53b0ffbebe4f4;p=thirdparty%2Fbind9.git Add release note for GL #3985 --- diff --git a/doc/notes/notes-9.19.13.rst b/doc/notes/notes-9.19.13.rst index ef3499beac0..2565c37a593 100644 --- a/doc/notes/notes-9.19.13.rst +++ b/doc/notes/notes-9.19.13.rst @@ -45,6 +45,11 @@ Bug Fixes as broken and is not contacted again during a given resolution process. :gl:`#4005` +- A flaw in reworked code responsible for accepting TCP connections has + been addressed. This issue could cause a visible performance drop for + TCP queries on some platforms, notably FreeBSD, and has now been + fixed. :gl:`#3985` + - Log file rotation code did not clean up older versions of log files when the logging :any:`channel` had an absolute path configured as a ``file`` destination. This has been fixed. :gl:`#3991` diff --git a/doc/notes/notes-known-issues.rst b/doc/notes/notes-known-issues.rst index 959c73d1d02..d71ff3341c7 100644 --- a/doc/notes/notes-known-issues.rst +++ b/doc/notes/notes-known-issues.rst @@ -44,8 +44,3 @@ Known Issues 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`