mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 06:39:59 -04:00
Add CHANGES and release notes for GL #2104
This commit is contained in:
parent
78543ad5a7
commit
d47d2b3fe0
2 changed files with 6 additions and 1 deletions
3
CHANGES
3
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]
|
||||
|
|
|
|||
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Reference in a new issue