From: Mark Andrews Date: Thu, 10 May 2018 02:23:55 +0000 (+1000) Subject: add CHANGES note X-Git-Tag: v9.13.0~23^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=30e58374a3ca004b4b55b8fa74de475f0aae17d0;p=thirdparty%2Fbind9.git add CHANGES note --- diff --git a/CHANGES b/CHANGES index bc907992a2d..4075e9b28a4 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,8 @@ +4943. [bug] Change 4687 consumed too much memory when running + system tests with --with-tuning=large. Reduced the + hash table size to 512 entries for 'named -m record' + restoring the previous memory footprint. [GL #248] + 4942. [cleanup] Consolidate multiple instances of splitting of batchline in dig into a single function. [GL #196]