]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add release note for GL #2074
authorMichał Kępień <michal@isc.org>
Fri, 4 Sep 2020 10:09:31 +0000 (12:09 +0200)
committerMichał Kępień <michal@isc.org>
Fri, 4 Sep 2020 10:09:31 +0000 (12:09 +0200)
doc/notes/notes-current.rst

index aaf3c755a09260905f845cbe22c82c61d75c1a7e..7075a8f88b2e59c3d7b24e8ef3fe7b7456d029f7 100644 (file)
@@ -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]