Add CHANGES and release notes for GL #2104

This commit is contained in:
Ondřej Surý
2020-08-28 09:44:28 +02:00
parent 78543ad5a7
commit d47d2b3fe0
2 changed files with 6 additions and 1 deletions

View File

@@ -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]

View File

@@ -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]