]> granicus.if.org Git - pdns/commitdiff
auth 3.4.0 - 3.4.2 upgrade notes
authorKees Monshouwer <mind04@monshouwer.org>
Mon, 2 Feb 2015 17:09:48 +0000 (18:09 +0100)
committermind04 <mind04@monshouwer.org>
Mon, 2 Feb 2015 20:49:53 +0000 (21:49 +0100)
docs/markdown/authoritative/settings.md
docs/markdown/authoritative/upgrading.md

index e7838f0657d73a5316dc944138cbe0641db21ae5..8bd83520cc97ee92f3b4f7b290f88bd4bbb5a1b8 100644 (file)
@@ -241,6 +241,12 @@ Entropy source file to use.
 
 Disallow data modification through the json API when set.
 
+## `experimental-api-key`
+* String
+* Available since: 3.4.1
+
+experimental-api-key REST API Static authentication key (required for API use)
+
 ## `experimental-dname-processing`
 * Boolean
 * Default: no
@@ -454,6 +460,13 @@ same IP/port combination which may or may not be a good idea. You could use this
 to enable transparent restarts, but it may also mask configuration issues and
 for this reason it is disabled by default.
 
+## `security-poll-suffix`
+* String
+* Default: secpoll.powerdns.com.
+* Available since: 3.4.1
+
+Domain name from which to query security update notifications
+
 ## `server-id`
 * String
 * Default: The hostname of the server
index be91ffb5d021c9fda2ded30e70a5b21605be6020..77cd7f582baa24fca7415b2a310f826aca090358 100644 (file)
@@ -2,6 +2,19 @@ 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.1 to 3.4.2
+
+## API
+**Warning**: `priority` is no longer part of `records` in the API. `content` now includes the backend's `priority` field (see [API Spec](../httpapi/api_spec.md#url-serversserver_idzoneszone_id) for details).
+
+# 3.4.0 to 3.4.1
+
+## Configuration option changes
+
+### New options
+* [`experimental-api-key`](settings.md#experimental-api-key)
+* [`security-poll-suffix`](settings.md#security-poll-suffix)
+
 # 3.3.1 to 3.4.0
 If you are coming from any 3.x version (including 3.3.1), there is a mandatory SQL schema upgrade