]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add CHANGES notes for [GL #719]
authorOndřej Surý <ondrej@sury.org>
Thu, 7 Oct 2021 06:06:54 +0000 (08:06 +0200)
committerOndřej Surý <ondrej@sury.org>
Thu, 7 Oct 2021 06:06:54 +0000 (08:06 +0200)
CHANGES

diff --git a/CHANGES b/CHANGES
index 38f2a08a495626a2a094aaf82e3f14fc155a670a..9b55accc73caa2f1967ca6c1f540b8d95ad0307b 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,10 @@
+5735.  [cleanup]       The result codes which BIND 9 uses internally are now
+                       all defined as a single list of enum values rather than
+                       as multiple sets of integers scattered around shared
+                       libraries. This prevents the need for locking in some
+                       functions operating on result codes, and makes result
+                       codes more debugger-friendly. [GL #719]
+
 5734.  [bug]           Fix "dig" aborting with error in some cases
                        like when doing zone transfers. [GL #2884]