]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Start of upgrade guide for 4.5.0
authorOtto <otto.moerbeek@open-xchange.com>
Wed, 13 Jan 2021 12:46:37 +0000 (13:46 +0100)
committerOtto <otto.moerbeek@open-xchange.com>
Wed, 13 Jan 2021 13:05:05 +0000 (14:05 +0100)
pdns/recursordist/docs/upgrade.rst

index 4b0608e4757077d0d137eda15734b92c6f88cf3c..f5f82935e414cdcbe863c1b2a79b2a922e69c057 100644 (file)
@@ -4,9 +4,36 @@ 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.3.x to 4.4.0 or master
+4.4.x to 4.5.0 or master
 ------------------------
 
+Offensive language
+^^^^^^^^^^^^^^^^^^
+Synonyms for various settings names containing ``master``, ``slave``,
+``whitelist`` and ``blacklist`` have been introduced.
+
+- For :ref:`setting-stats-api-blacklist` use :ref:`setting-stats-api-disabled-list`.
+- For :ref:`setting-stats-carbon-blacklist` use :ref:`setting-stats-carbon-disabled-list`.
+- For :ref:`setting-stats-rec-control-blacklist` use :ref:`setting-stats-rec-control-disabled-list`.
+- For :ref:`setting-stats-snmp-blacklist` use :ref:`setting-stats-snmp-disabled-list`.
+- For :ref:`setting-edns-subnet-whitelist` use :ref:`setting-edns-subnet-allow-list`.
+- For :ref:`setting-new-domain-whitelist` use  :ref:`setting-new-domain-ignore-list`.
+- For :ref:`setting-snmp-master-socket` use :ref:`setting-snmp-daemon-socket`.
+- For the LUA config function :func:`rpzMaster` use :func:`rpzPrimary`.
+  
+Currently, the older setting names are also accepted and used.
+The next release will start deprecating them.
+Users are advised to start using the new names to avoid future
+trouble.
+
+Deprecated and changed settings
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+- The :ref:`setting-minimum-ttl-override` and :ref:`setting-ecs-minimum-ttl-override` defaults have ben changed from 0 to 1.
+
+
+4.3.x to 4.4.0
+--------------
+
 Response Policy Zones (RPZ)
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^