From: Aram Sargsyan Date: Tue, 13 Jun 2023 10:52:05 +0000 (+0000) Subject: Add a CHANGES note for [GL #4136] X-Git-Tag: v9.18.17~23^2 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=2ab73c3a94b1d9d3c6aaa9222c036cb20fe52cbf;p=thirdparty%2Fbind9.git Add a CHANGES note for [GL #4136] (cherry picked from commit 23f609ba5950d5aa59b8ecaffb96846a0f162082) --- diff --git a/CHANGES b/CHANGES index 3955f7f6183..18f916fb410 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,9 @@ +6193. [bug] Fix a catz db update notification callback registration + logic error, which could crash named when receiving an + AXFR update for a catalog zone while the previous update + process of the catalog zone was already running. + [GL #4136] + 6188. [performance] Reduce memory consumption by allocating properly sized send buffers for stream-based transports. [GL #4038]