From: Mark Andrews Date: Mon, 30 Sep 2019 07:45:38 +0000 (+1000) Subject: add CHANGES X-Git-Tag: v9.14.8~33^2 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=0f51b41094abed96385136862d2a223b1dad3d3a;p=thirdparty%2Fbind9.git add CHANGES (cherry picked from commit 346624fe3838c2bb367aa2b07a262729497d01f3) --- diff --git a/CHANGES b/CHANGES index 678df48ee27..604f731cd2c 100644 --- a/CHANGES +++ b/CHANGES @@ -2,6 +2,11 @@ is still running before starting a new one; return SERVFAIL and log an error if so. [GL #1191] +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]