]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add CHANGES and release notes for [GL #3183]
authorOndřej Surý <ondrej@isc.org>
Thu, 3 Nov 2022 17:01:22 +0000 (18:01 +0100)
committerOndřej Surý <ondrej@isc.org>
Wed, 7 Dec 2022 17:10:14 +0000 (18:10 +0100)
(cherry picked from commit d3f1639c16e7777a52d66c2dccd8b43a08a0750b)

CHANGES
doc/notes/notes-current.rst

diff --git a/CHANGES b/CHANGES
index 9d1d1e7686550710e204f319b00c8343bcd639ac..7b5cae33b096a59ef059595bdec52585e340e0f8 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,7 @@
+6040.  [bug]           Speed up the named shutdown time by explicitly
+                       canceling all recursing ns_client objects for
+                       each ns_clientmgr. [GL #3183]
+
 6039.  [bug]           Removing a catalog zone from catalog-zones without
                        also removing the referenced zone could leave a
                        dangling pointer. [GL #3683]
index e48b5ae72c57a0bb8fabf1033111503638f1d2d6..e00422b90bc9bd9814d9588aae642f9751599f8c 100644 (file)
@@ -47,6 +47,9 @@ Bug Fixes
   cases a dangling pointer could cause a :iscman:`named` process
   crash. This has been fixed. :gl:`#3683`
 
+- The ``named`` would wait for some outstanding recursing queries
+  to finish before shutting down.  This has been fixed.  :gl:`#3183`
+
 Known Issues
 ~~~~~~~~~~~~