]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add CHANGES note
authorMark Andrews <marka@isc.org>
Wed, 22 Jul 2020 07:49:27 +0000 (17:49 +1000)
committerMark Andrews <marka@isc.org>
Fri, 24 Jul 2020 04:15:56 +0000 (04:15 +0000)
CHANGES

diff --git a/CHANGES b/CHANGES
index 7456e6b3aee12c9952b8a2ef0ecf7d642a7cdfab..0a75807608134f978cbd1710b869c135fd008955 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,6 @@
+5474.  [bug]           dns_rdata_hip_next() failed to return ISC_R_NOMORE
+                       when it should have. [GL !3880]
+
 5473.  [func]          The rbt hashtable implementation has been changed
                        to use faster hash-function (HalfSipHash2-4) and
                        uses Fibonacci hashing for better distribution.