]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Update with @Habbie's suggestions
authorMark Schouten <mark@tuxis.nl>
Thu, 3 Jun 2021 11:59:37 +0000 (13:59 +0200)
committerMark Schouten <mark@tuxis.nl>
Thu, 3 Jun 2021 11:59:37 +0000 (13:59 +0200)
docs/upgrading.rst

index 4fdbb32c3080b57d824212173872ad2947c253c4..923b31f8aa6be0f7575228aed9e0c5b4b232204f 100644 (file)
@@ -111,7 +111,7 @@ Please carefully read :ref:`setting-lmdb-schema-version` before upgrading to 4.4
 Removed features
 ^^^^^^^^^^^^^^^^
 
-SOA autofilling (i.e. allowing incomplete SOAs in the database) and the API set-ptr feature, that both were deprecated in earlier releases, have now been removed. Please update your configuration and remove following settings:
+SOA autofilling (i.e. allowing incomplete SOAs in the database) and the API set-ptr feature, that both were deprecated in earlier releases, have now been removed. Please update your configuration and remove the following settings:
 
 * :ref:`setting-default-soa-mail`
 * :ref:`setting-default-soa-name`
@@ -120,7 +120,7 @@ SOA autofilling (i.e. allowing incomplete SOAs in the database) and the API set-
 * :ref:`setting-soa-refresh-default`
 * :ref:`setting-soa-retry-default`
 
-Replace them with :ref:`setting-default-soa-content`.
+Replace them with :ref:`setting-default-soa-content`, but be aware that this will only be used at zone creation time.
 Please run ``pdnsutil check-all-zones`` to check for incomplete SOAs.
 
 The :ref:`setting-do-ipv6-additional-processing` setting was removed. IPv6 additional processing now always happens when IPv4 additional processing happens.