From: Michał Kępień Date: Thu, 3 Sep 2020 11:10:48 +0000 (+0200) Subject: Add release note for GL #2074 X-Git-Tag: v9.17.6~58^2~5^2~2 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=b989be60bfe4115b02292afddba02734df1dfaaa;p=thirdparty%2Fbind9.git Add release note for GL #2074 --- diff --git a/doc/notes/notes-current.rst b/doc/notes/notes-current.rst index a0892a7b726..c50ddac94f3 100644 --- a/doc/notes/notes-current.rst +++ b/doc/notes/notes-current.rst @@ -75,3 +75,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]