diff --git a/doc/notes/notes-9.19.13.rst b/doc/notes/notes-9.19.13.rst index ef3499beac..2565c37a59 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 959c73d1d0..d71ff3341c 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`