From: Peter van Dijk Date: Thu, 21 Jan 2021 09:22:50 +0000 (+0100) Subject: upgrade notes X-Git-Tag: dnsdist-1.6.0-rc1~32^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7064f5ebe9a71a562cbaa8a4bff23d522f6f4444;p=thirdparty%2Fpdns.git upgrade notes --- diff --git a/docs/upgrading.rst b/docs/upgrading.rst index 76c4d8063a..6b8dad8659 100644 --- a/docs/upgrading.rst +++ b/docs/upgrading.rst @@ -23,6 +23,19 @@ Then, disable the setting again, because it has a serious performance impact on On secondaries, it is recommended to re-transfer, using ``pdns_control retrieve ZONE``, with :ref:`setting-upgrade-unknown-types` enabled, all zones that have records of those types, or ``TYPExx``, for numbers 45 and 62. Leave the setting on until all zones have been re-transferred. +Wording changes +^^^^^^^^^^^^^^^ + +Various settings have been renamed. +Their old names still work in 4.5.x, but will be removed in the release after it. + +* :ref:`setting-allow-unsigned-supermaster` is now :ref:`setting-allow-unsigned-autoprimary` +* :ref:`setting-master` is now :ref:`setting-primary` +* :ref:`setting-slave-cycle-interval` is now :ref:`setting-xfr-cycle-interval` +* :ref:`setting-slave-renotify` is now :ref:`setting-secondary-do-renotify` +* :ref:`setting-slave` is now :ref:`setting-secondary` +* :ref:`setting-superslave` is now :ref:`setting-autosecondary` + 4.3.x to 4.4.0 --------------