From: Mark Andrews Date: Mon, 30 Sep 2019 07:45:38 +0000 (+1000) Subject: add CHANGES X-Git-Tag: v9.15.5~11^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=346624fe3838c2bb367aa2b07a262729497d01f3;p=thirdparty%2Fbind9.git add CHANGES --- diff --git a/CHANGES b/CHANGES index c25458a6305..ad511d79785 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,8 @@ +5295. [cleanup] Split dns_name_copy() calls into dns_name_copy() and + dns_name_copynf() for those calls that can potentially + fail and those that should not fail respectively. + [GL !2265] + 5294. [func] Fallback to ACE name on output in locale, which does not support converting it to unicode. [GL #846]