From: Ondřej Surý Date: Thu, 7 Oct 2021 06:06:54 +0000 (+0200) Subject: Add CHANGES notes for [GL #719] X-Git-Tag: v9.17.19~6^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2737bca579b3f97ebad69ccec2c343c4fcec297e;p=thirdparty%2Fbind9.git Add CHANGES notes for [GL #719] --- diff --git a/CHANGES b/CHANGES index 38f2a08a495..9b55accc73c 100644 --- 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]