]> 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>
Tue, 1 Oct 2019 00:44:06 +0000 (10:44 +1000)
CHANGES

diff --git a/CHANGES b/CHANGES
index c25458a6305c271e3dbb6cd926ed26529c3a72b4..ad511d79785f0258f378cea4c5fb3295fabfc6f9 100644 (file)
--- 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]