From: Otto Moerbeek Date: Fri, 4 Feb 2022 07:49:11 +0000 (+0100) Subject: Upgrade guide and doc tweaks X-Git-Tag: rec-4.6.2~7^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F11360%2Fhead;p=thirdparty%2Fpdns.git Upgrade guide and doc tweaks (cherry picked from commit 067a807cbc008d2b4c79a3ebe709226d46ff7718) --- diff --git a/pdns/recursordist/docs/settings.rst b/pdns/recursordist/docs/settings.rst index 7fcfd4d18d..0bb4de78d7 100644 --- a/pdns/recursordist/docs/settings.rst +++ b/pdns/recursordist/docs/settings.rst @@ -892,7 +892,12 @@ If set, EDNS options in incoming queries are extracted and passed to the :func:` - Path - Default: empty +.. versionchanged:: 4.7.0 + + Introduced the value ``no`` to disable root-hints processing. + If set, the root-hints are read from this file. If empty, the default built-in root hints are used. + In some special cases, processing the root hints is not needed, for example when forwarding all queries to another recursor. For these special cases, it is possible to disable the processing of root hints by setting the value to ``no``. diff --git a/pdns/recursordist/docs/upgrade.rst b/pdns/recursordist/docs/upgrade.rst index 6cdd9d6848..1d8475e6b0 100644 --- a/pdns/recursordist/docs/upgrade.rst +++ b/pdns/recursordist/docs/upgrade.rst @@ -4,8 +4,15 @@ Upgrade Guide Before upgrading, it is advised to read the :doc:`changelog/index`. When upgrading several versions, please read **all** notes applying to the upgrade. -4.5.x to 4.6.0 or master ------------------------- +4.6.x to master +--------------- + +Deprecated and changed settings +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +- The :ref:`setting-hint-file` gained a special value ``no`` to indicate that no hint file should not processed. + +4.5.x to 4.6.0 +-------------- Offensive language ^^^^^^^^^^^^^^^^^^