From: Ondřej Surý Date: Fri, 28 Aug 2020 07:44:28 +0000 (+0200) Subject: Add CHANGES and release notes for GL #2104 X-Git-Tag: v9.17.5~26^2 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=d47d2b3fe0f35ea12f585243acfc3d1e4997d244;p=thirdparty%2Fbind9.git Add CHANGES and release notes for GL #2104 --- diff --git a/CHANGES b/CHANGES index e2f0e0ddd3c..9d6ef5015e5 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,6 @@ +5493. [bug] Fix off-by-one error when calculating new hashtable + size. [GL #2104] + 5492. [bug] Tighten LOC parsing to reject period and/or m as a value. Correct handling of negative altitudes which are not whole metres. [GL #2074] diff --git a/doc/notes/notes-current.rst b/doc/notes/notes-current.rst index 3c367f9cdef..bf571b84ac3 100644 --- a/doc/notes/notes-current.rst +++ b/doc/notes/notes-current.rst @@ -37,4 +37,6 @@ Feature Changes Bug Fixes ~~~~~~~~~ -- None. +- In rare circumstances, named would exit with assertion failure when the number + of nodes stored in the red-black-tree exceeds the maximum allowed size of the + internal hashtable. [GL #2104]