mirror of
https://github.com/isc-projects/bind9.git
synced 2026-02-27 12:02:10 -05:00
Add CHANGES and release note for [GL #3801]
(cherry picked from commit b049e329ef)
This commit is contained in:
parent
fe0e9cf301
commit
b4357fab6f
2 changed files with 7 additions and 1 deletions
4
CHANGES
4
CHANGES
|
|
@ -1,3 +1,7 @@
|
|||
6069. [bug] Detach from the view in zone_shutdown() to
|
||||
release the memory held by the dead view
|
||||
early. [GL #3801]
|
||||
|
||||
6068. [bug] Downloading a zone via TLS from a server which does
|
||||
not negotiate "dot" ALPN token could crash BIND
|
||||
on shutdown. That has been fixed. [GL #3767]
|
||||
|
|
|
|||
|
|
@ -35,7 +35,9 @@ Feature Changes
|
|||
Bug Fixes
|
||||
~~~~~~~~~
|
||||
|
||||
- None.
|
||||
- A constant stream of zone additions and deletions via ``rndc reconfig`` could
|
||||
cause increased memory consumption due to delayed cleaning of view memory.
|
||||
This has been fixed. :gl:`#3801`
|
||||
|
||||
Known Issues
|
||||
~~~~~~~~~~~~
|
||||
|
|
|
|||
Loading…
Reference in a new issue