From: Michał Kępień Date: Wed, 8 Aug 2018 05:56:29 +0000 (+0200) Subject: Add CHANGES entry X-Git-Tag: v9.13.3~75^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1d9c37876b8574736d51eb588e8e11a261af165b;p=thirdparty%2Fbind9.git Add CHANGES entry 5006. [cleanup] Code preparing a delegation response was extracted from query_delegation() and query_zone_delegation() into a separate function in order to decrease code duplication. [GL #431] --- diff --git a/CHANGES b/CHANGES index 8de006732d6..74d4e5a2d29 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,8 @@ +5006. [cleanup] Code preparing a delegation response was extracted from + query_delegation() and query_zone_delegation() into a + separate function in order to decrease code + duplication. [GL #431] + 5005. [bug] dnssec-verify, and dnssec-signzone at the verification step, failed on some validly signed zones. [GL #442]