]> granicus.if.org Git - pdns/commitdiff
Add Upgrade Notes for the recursor
authorPieter Lexis <pieter.lexis@powerdns.com>
Thu, 28 Jul 2016 08:53:01 +0000 (10:53 +0200)
committerPieter Lexis <pieter.lexis@powerdns.com>
Fri, 29 Jul 2016 13:17:46 +0000 (15:17 +0200)
docs/markdown/recursor/upgrading.md [new file with mode: 0644]
docs/mkdocs.yml

diff --git a/docs/markdown/recursor/upgrading.md b/docs/markdown/recursor/upgrading.md
new file mode 100644 (file)
index 0000000..813eb6f
--- /dev/null
@@ -0,0 +1,8 @@
+Before upgrading, it is advised to read the [changelog](../changelog.md).
+When upgrading several versions, please read **all** notes applying to the upgrade.
+
+# 4.0.0 to 4.0.1
+Two settings have changed defaults, these new defaults decrease CPU usage:
+
+ - [`root-nx-trust`](settings.md#root-nx-trust) changed from `no` to `yes`
+ - [`log-common-errors`](settings.md#log-common-errors) changed from `yes` to `no`
index a91ca1c49ce65aafc87e5c2b3c258a8e69dee3bb..0bd37f0644894890b9e9f48a4f9c8faa790c895b 100644 (file)
@@ -58,6 +58,7 @@ pages:
     - Deprecated Backends: authoritative/backend-deprecated.md
   - Recursor:
     - Introduction: recursor/index.md
+    - Upgrade Notes: recursor/upgrading.md
     - Security of the Recursor: recursor/security.md
     - DNSSEC in the Recursor: recursor/dnssec.md
     - Recursor Statistics: recursor/stats.md