From: Otto Moerbeek Date: Mon, 19 Sep 2022 07:10:13 +0000 (+0200) Subject: Upgrade guide entries for 4.7.3, 4.6.4, 4.5.11 X-Git-Tag: rec-4.8.0-alpha1~6^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4fc631074e61470942762a7df29e5dfed9c21a38;p=thirdparty%2Fpdns.git Upgrade guide entries for 4.7.3, 4.6.4, 4.5.11 --- diff --git a/pdns/recursordist/docs/upgrade.rst b/pdns/recursordist/docs/upgrade.rst index 6465b9e886..abd51b0d51 100644 --- a/pdns/recursordist/docs/upgrade.rst +++ b/pdns/recursordist/docs/upgrade.rst @@ -11,6 +11,17 @@ When upgrading several versions, please read **all** notes applying to the upgra ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The ``dump-throttle`` subcommand no longer produces a table per thread, as the corresponding table now is shared by all threads. +New settings +^^^^^^^^^^^^ +- The :ref:`setting-max-ns-per-resolve` setting to limit to number of NS records processed to resolve a name has been introduced. + +4.7.2 to 4.7.3 +-------------- + +New settings +^^^^^^^^^^^^ +- The :ref:`setting-max-ns-per-resolve` setting to limit to number of NS records processed to resolve a name has been introduced. + 4.6.2 to 4.7.0 --------------- @@ -45,6 +56,13 @@ New settings The ``dump-nsspeeds``, ``dump-failedservers`` and ``dump-non-resolving`` subcommands no longer produce a table per thread, as the corresponding tables are now shared by all threads. They also use a better readable and sortable timestamp format. +4.6.3 to 4.6.4 +-------------- + +New settings +^^^^^^^^^^^^ +- The :ref:`setting-max-ns-per-resolve` setting to limit to number of NS records processed to resolve a name has been introduced. + 4.6.1 to 4.6.2 -------------- @@ -85,6 +103,13 @@ Privileged port binding in Docker In our Docker image, our binaries are no longer granted the ``net_bind_service`` capability, as this is unnecessary in many deployments. For more information, see the section `"Privileged ports" in Docker-README `__. +4.5.10 to 4.5.11 +---------------- + +New settings +^^^^^^^^^^^^ +- The :ref:`setting-max-ns-per-resolve` setting to limit to number of NS records processed to resolve a name has been introduced. + 4.5.1 to 4.5.2 --------------