From: Ondřej Surý Date: Mon, 24 May 2021 12:47:11 +0000 (+0200) Subject: Add CHANGES and release note for GL #2433 X-Git-Tag: v9.17.14~30^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a7241bb5b38aec91623d4fbb99b3dc56bbb54877;p=thirdparty%2Fbind9.git Add CHANGES and release note for GL #2433 --- diff --git a/CHANGES b/CHANGES index 039f9572db1..7900cffd5ad 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,9 @@ +5647. [func] The interfacemgr has been refactored to use fewer + clientmgr objects, which in turn use fewer memory + contexts and tasks. This should result in less + fragmented memory and better startup performance. + [GL #2433] + 5646. [bug] The default TCP timeout for rndc has been increased to 60 seconds. This was its original value, but it had been inadvertently lowered to 10. [GL #2643] diff --git a/doc/notes/notes-current.rst b/doc/notes/notes-current.rst index 8911e6ebf7a..bc1832f38eb 100644 --- a/doc/notes/notes-current.rst +++ b/doc/notes/notes-current.rst @@ -41,7 +41,9 @@ Removed Features Feature Changes ~~~~~~~~~~~~~~~ -- None. +- The interface handling code has been refactored to use fewer resources, + which should lead to less memory fragmentation and better startup + performance. :gl:`#2433` Bug Fixes ~~~~~~~~~