]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Update CHANGES and release notes for [GL #3079]
authorOndřej Surý <ondrej@isc.org>
Thu, 13 Jan 2022 08:48:38 +0000 (09:48 +0100)
committerOndřej Surý <ondrej@isc.org>
Thu, 13 Jan 2022 08:49:58 +0000 (09:49 +0100)
CHANGES
doc/notes/notes-current.rst

diff --git a/CHANGES b/CHANGES
index 36e492efa486e54a12237b5e28b67a03c594527e..892fc817f6d3faffa6624864805ba5f90fa20458 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,7 +1,10 @@
-5790.  [bug]           Enforce enqueuing TCP resumeread to prevent the
-                       next read callback from being executed before the
-                       current read callback has finished, and the worker
-                       receive buffer has been marked as "freed". [GL #3079]
+5790.  [bug]           The control channel was incorrectly looking for
+                       ISC_R_CANCELED as a signal that the named is
+                       shutting down.  In the dispatch refactoring,
+                       the result code returned from network manager
+                       is now ISC_R_SHUTTINGDOWN.  Change the control
+                       channel code to use ISC_R_SHUTTINGDOWN result
+                       code to detect named being shut down. [GL #3079]
 
 5789.  [bug]           Allow replacing expired zone signatures with
                        signatures created by the KSK. [GL #3049]
index abb1d94d86e215cf759159ca0d6ca640836938bd..ebaf3ebeda4daa2059d757a4f95ecd1cf481295f 100644 (file)
@@ -55,6 +55,5 @@ Bug Fixes
   after ``named`` restart in case the unsigned zone file gets modified
   while ``named`` is not running. This has been fixed. :gl:`#3071`
 
-- Under certain circumstances, reading from the raw TCP channels used
-  for rndc and statistics could cause assertion failure.  This has been
-  fixed. :gl:`#3079`
+- Using ``rndc`` on a busy recursive server could cause the ``named`` to abort
+  with assertion failure.  This has been fixed. :gl:`#3079`