mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-10 22:39:58 -04:00
Add CHANGES and release note for [GL #4200]
This commit is contained in:
parent
c2c2ec0c96
commit
7cd1ac2fa7
2 changed files with 7 additions and 1 deletions
3
CHANGES
3
CHANGES
|
|
@ -1,3 +1,6 @@
|
|||
6212. [bug] Don't process detach and close netmgr events when
|
||||
the netmgr has been paused. [GL #4200]
|
||||
|
||||
--- 9.18.17 released ---
|
||||
|
||||
6206. [bug] Add shutdown checks in dns_catz_dbupdate_callback() to
|
||||
|
|
|
|||
|
|
@ -35,7 +35,10 @@ Feature Changes
|
|||
Bug Fixes
|
||||
~~~~~~~~~
|
||||
|
||||
- None.
|
||||
- Processing already queued queries received over TCP can cause assertion
|
||||
failure when the server is reconfigured at the same time or the cache has been
|
||||
flushed. This has been fixed to not process queued already received queries
|
||||
over TCP while the server is in the "exclusive" mode. :gl:`#4200`
|
||||
|
||||
Known Issues
|
||||
~~~~~~~~~~~~
|
||||
|
|
|
|||
Loading…
Reference in a new issue