From b3aa411651ee90d7bccd5b5ed8d4fc01ad1efcaa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20K=C4=99pie=C5=84?= Date: Fri, 4 Sep 2020 12:09:31 +0200 Subject: [PATCH] Add release note for GL #2074 --- doc/notes/notes-current.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/notes/notes-current.rst b/doc/notes/notes-current.rst index 14e8c9434b..45a34d421c 100644 --- a/doc/notes/notes-current.rst +++ b/doc/notes/notes-current.rst @@ -53,3 +53,8 @@ Bug Fixes same query was repeatedly sent until the number of queries sent reached the value of the ``max-recursion-queries`` configuration option. [GL #1847] + +- Parsing of LOC records was made more strict by rejecting a sole period + (``.``) and/or ``m`` as a value. These changes prevent zone files + using such values from being loaded. Handling of negative altitudes + which are not integers was also corrected. [GL #2074]