]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add CHANGES note for [GL #3210]
authorTony Finch <fanf@isc.org>
Wed, 16 Mar 2022 17:33:10 +0000 (17:33 +0000)
committerOndřej Surý <ondrej@isc.org>
Fri, 25 Mar 2022 15:09:34 +0000 (16:09 +0100)
(cherry picked from commit 132f30b6235b6454666aee9913273b4118c7f7a7)

CHANGES

diff --git a/CHANGES b/CHANGES
index 3aef12ec0e5623f5e6f9ee566e89102c4d6fcf39..d038272fb64614a4208663453c908259b1c066d1 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,7 @@
+5836.  [bug]           Quote the dns64 prefix in error messages that complain
+                       about problems with it, to avoid confusion with the
+                       following dns64 ACLs. [GL #3210]
+
 5834.  [cleanup]       C99 variable-length arrays are difficult to use safely,
                        so avoid them except in test code. [GL #3201]