From: Otto Moerbeek Date: Mon, 5 Oct 2020 09:25:53 +0000 (+0200) Subject: More strict parsing of unknown record format X-Git-Tag: auth-4.4.0-alpha2~52^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F9413%2Fhead;p=thirdparty%2Fpdns.git More strict parsing of unknown record format --- diff --git a/pdns/recursordist/docs/upgrade.rst b/pdns/recursordist/docs/upgrade.rst index f9a4a1b69a..6bbd2c9eb4 100644 --- a/pdns/recursordist/docs/upgrade.rst +++ b/pdns/recursordist/docs/upgrade.rst @@ -7,6 +7,12 @@ When upgrading several versions, please read **all** notes applying to the upgra 4.3.x to 4.4.0 or master ------------------------ +Parsing of unknown record types +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +The parsing (from zone files) of unknown records types (of the form +``\# ``) has been made more strict. Previously, invalid formatted records could produce +inconsistent results. + Deprecated and changed settings ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - The :ref:`setting-query-local-address` setting has been modified to be able to include both IPv4 and IPv6 addresses.