mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-10 19:10:00 -04:00
Add CHANGES and release notes for [GL #3183]
(cherry picked from commit d3f1639c16e7777a52d66c2dccd8b43a08a0750b)
This commit is contained in:
parent
85e35d4c27
commit
2cb02a417a
2 changed files with 7 additions and 0 deletions
4
CHANGES
4
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]
|
||||
|
|
|
|||
|
|
@ -70,6 +70,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
|
||||
~~~~~~~~~~~~
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue