Add CHANGES and release notes for [GL #3183]

(cherry picked from commit d3f1639c16e7777a52d66c2dccd8b43a08a0750b)
This commit is contained in:
Ondřej Surý 2022-11-03 18:01:22 +01:00
parent 85e35d4c27
commit 2cb02a417a
No known key found for this signature in database
GPG key ID: 2820F37E873DEA41
2 changed files with 7 additions and 0 deletions

View file

@ -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]

View file

@ -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
~~~~~~~~~~~~