From d47d2b3fe0f35ea12f585243acfc3d1e4997d244 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Sur=C3=BD?= Date: Fri, 28 Aug 2020 09:44:28 +0200 Subject: [PATCH] Add CHANGES and release notes for GL #2104 --- CHANGES | 3 +++ doc/notes/notes-current.rst | 4 +++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index e2f0e0ddd3..9d6ef5015e 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 3c367f9cde..bf571b84ac 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]