From: Pieter Lexis Date: Tue, 22 Aug 2017 15:28:06 +0000 (+0200) Subject: doc: add upgrade info on the priority field X-Git-Tag: auth-4.1.0-rc1~5^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F5642%2Fhead;p=thirdparty%2Fpdns.git doc: add upgrade info on the priority field Closes #4151 --- diff --git a/docs/upgrading.rst b/docs/upgrading.rst index 365dd02ffc..59f24cc580 100644 --- a/docs/upgrading.rst +++ b/docs/upgrading.rst @@ -121,3 +121,7 @@ CAA records with 3.4.x (stored in the DB with wrong type=MBOXFW but worked fine) and upgrade to 4.0, PowerDNS will fail to parse this records and will throw an exception on all queries for a label with MBOXFW records. Thus, make sure to clean up the records in the DB. + +In version 3.X, the PowerDNS Authoritative Server silently ignored records that +have a 'priority' field (like MX or SRV), but where one was not in the database. +In 4.X, :doc:`pdnsutil check-zone ` will complain about this.