]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
add CHANGES
authorMark Andrews <marka@isc.org>
Mon, 30 Sep 2019 07:45:38 +0000 (17:45 +1000)
committerMark Andrews <marka@isc.org>
Fri, 4 Oct 2019 04:08:26 +0000 (14:08 +1000)
(cherry picked from commit 346624fe3838c2bb367aa2b07a262729497d01f3)

CHANGES

diff --git a/CHANGES b/CHANGES
index 678df48ee271be8d7f213731ce7e8f7f1dc622de..604f731cd2c73e80393ac7d6d4fe9138b39487c5 100644 (file)
--- 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]