From: Michał Kępień Date: Fri, 15 Jun 2018 07:59:20 +0000 (+0200) Subject: Add CHANGES entry X-Git-Tag: v9.13.2~31^2 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=ad118d6eef649d2ed711080f65da276e75d31d20;p=thirdparty%2Fbind9.git Add CHANGES entry 4973. [func] verifyzone() and the functions it uses were moved to libdns and refactored to prevent exit() from being called upon failure. A side effect of that is that dnssec-signzone and dnssec-verify now check for memory leaks upon shutdown. [GL #266] --- diff --git a/CHANGES b/CHANGES index 3333080a614..4e66137b0a3 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,9 @@ +4973. [func] verifyzone() and the functions it uses were moved to + libdns and refactored to prevent exit() from being + called upon failure. A side effect of that is that + dnssec-signzone and dnssec-verify now check for memory + leaks upon shutdown. [GL #266] + 4972. [func] Declare the 'rdata' argument for dns_rdata_tostruct() to be const. [GL #341]