]> 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:06:35 +0000 (18:06 +0100)
CHANGES
doc/notes/notes-current.rst

diff --git a/CHANGES b/CHANGES
index b3ea4ca14e075085e1b23d3c36a48e4fa0081ad8..4b7608107761ac1766830796af70a8f3fd89e2ff 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 49e2931b8dc020faa64b87eb990ef05474d5e8ee..e122ba5ff10932f4a6420ddfd0a719fc0bfc5c2e 100644 (file)
@@ -75,6 +75,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
 ~~~~~~~~~~~~