From: Mark Andrews Date: Thu, 18 Feb 2021 05:59:57 +0000 (+1100) Subject: Add CHANGES for [GL #2499] X-Git-Tag: v9.17.11~39^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6f47e0956ccb9f02e40875b864c780565a816160;p=thirdparty%2Fbind9.git Add CHANGES for [GL #2499] --- diff --git a/CHANGES b/CHANGES index 60ba9d53119..51616972766 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,6 @@ +5586. [bug] An invalid direction field in a LOC record resulted in + an INSIST failure. [GL #2499] + 5585. [func] Implementations of memory contexts and memory pools were refactored to reduce lock contention for shared memory contexts by replacing mutexes with atomic operations.