From: Michał Kępień Date: Tue, 13 Mar 2018 11:04:37 +0000 (+0100) Subject: Add CHANGES entry X-Git-Tag: v9.13.0~97^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6f3cc75364d24d6fdaca21b7be9b0a15e92c6327;p=thirdparty%2Fbind9.git Add CHANGES entry 4914. [bug] A bug in zone database reference counting could lead to a crash when multiple versions of a slave zone were transferred from a master in close succession. [GL #134] --- diff --git a/CHANGES b/CHANGES index 3a250caa292..2c2e5037166 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,8 @@ +4914. [bug] A bug in zone database reference counting could lead to + a crash when multiple versions of a slave zone were + transferred from a master in close succession. + [GL #134] + 4913. [test] Re-implemented older unit tests in bin/tests as ATF, removed the lib/tests unit testing library. [GL #115]