]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add release note for GL #3985
authorMichał Kępień <michal@isc.org>
Mon, 8 May 2023 13:29:07 +0000 (15:29 +0200)
committerMichał Kępień <michal@isc.org>
Mon, 8 May 2023 13:29:07 +0000 (15:29 +0200)
doc/notes/notes-9.19.13.rst
doc/notes/notes-known-issues.rst

index ef3499beac0a0de2c9489630fc966794a141d50a..2565c37a593b56653da440c1a5f137ee1bd9736b 100644 (file)
@@ -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`
index 959c73d1d02e719d295ae130fbe852179c2d6175..d71ff3341c78fcfa88113096a0396aaea8981219 100644 (file)
@@ -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`