From 067a807cbc008d2b4c79a3ebe709226d46ff7718 Mon Sep 17 00:00:00 2001 From: Otto Moerbeek Date: Fri, 4 Feb 2022 08:49:11 +0100 Subject: [PATCH] Upgrade guide and doc tweaks --- pdns/recursordist/docs/settings.rst | 5 +++++ pdns/recursordist/docs/upgrade.rst | 11 +++++++++-- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/pdns/recursordist/docs/settings.rst b/pdns/recursordist/docs/settings.rst index d20a5c2826..6a41ce1aa1 100644 --- a/pdns/recursordist/docs/settings.rst +++ b/pdns/recursordist/docs/settings.rst @@ -881,7 +881,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 9851323dc2..2d7363542a 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 ^^^^^^^^^^^^^^^^^^ -- 2.47.2