]> granicus.if.org Git - pdns/commitdiff
doc: add upgrade info on the priority field
authorPieter Lexis <pieter.lexis@powerdns.com>
Tue, 22 Aug 2017 15:28:06 +0000 (17:28 +0200)
committerPieter Lexis <pieter.lexis@powerdns.com>
Tue, 22 Aug 2017 15:28:06 +0000 (17:28 +0200)
Closes #4151

docs/upgrading.rst

index 365dd02ffc5374a15fc2d4ececfff3460a225cae..59f24cc5808d849d56eb9d50f6b5de57c106b7bf 100644 (file)
@@ -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 <manpages/pdnsutil.1>` will complain about this.