From: Artem Boldariev Date: Fri, 2 Jun 2023 09:49:15 +0000 (+0300) Subject: Update CHANGES and release note [GL #4038] X-Git-Tag: v9.19.14~9^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8672d5484759bac94d4457ab362604667bbb13c5;p=thirdparty%2Fbind9.git Update CHANGES and release note [GL #4038] Mention that memory usage was reduced by allocating properly sized send buffers for stream-based transports. --- diff --git a/CHANGES b/CHANGES index a588a3382ee..e8222240603 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,7 @@ +6188. [performance] Reduce memory consumption by allocating properly + sized send buffers for stream-based transports. + [GL #4038] + 6187. [bug] Address view shutdown INSIST when accessing the zonetable. [GL #4093] diff --git a/doc/notes/notes-current.rst b/doc/notes/notes-current.rst index b96f0ed8545..a3bce92751e 100644 --- a/doc/notes/notes-current.rst +++ b/doc/notes/notes-current.rst @@ -64,6 +64,10 @@ Bug Fixes a delegation from cache was returned to the client. This has now been fixed. :gl:`#3950` +- BIND could allocate too big buffers when sending data via + stream-based DNS transports, leading to increased memory usage. + This has been fixed. :gl:`#4038` + Known Issues ~~~~~~~~~~~~