]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
SOA-EDIT-API: Add upgrade note
authorChristian Hofstaedtler <christian@hofstaedtler.name>
Thu, 26 Feb 2015 22:40:07 +0000 (23:40 +0100)
committerChristian Hofstaedtler <christian@hofstaedtler.name>
Tue, 10 Mar 2015 11:26:50 +0000 (12:26 +0100)
docs/markdown/authoritative/upgrading.md

index 3949cb816ac6fd7d6dc9c441dc40c38354c7ce14..2c6367401a353f4896ceeda27188674b61154572 100644 (file)
@@ -2,6 +2,11 @@ Before proceeding, it is advised to check the release notes for your PDNS versio
 
 **WARNING**: Version 3.X of the PowerDNS Authoritative Server is a major upgrade if you are coming from 2.9.x. Please follow **all** instructions.
 
+# 3.4.X to HEAD
+
+## API
+Incompatible change: `SOA-EDIT-API` now follows `SOA-EDIT-DNSUPDATE` instead of `SOA-EDIT` (incl. the fact that it now has a default value of `DEFAULT`). You must update your existing `SOA-EDIT-API` metadata (set `SOA-EDIT` to your previous `SOA-EDIT-API` value, and `SOA-EDIT-API` to `SOA-EDIT` to keep the old behaviour).
+
 # 3.4.2 to 3.4.3
 No breaking changes.