]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Apply suggestions from code review
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Tue, 5 Dec 2023 11:25:40 +0000 (12:25 +0100)
committerGitHub <noreply@github.com>
Tue, 5 Dec 2023 11:25:40 +0000 (12:25 +0100)
Co-authored-by: Remi Gacogne <github@coredump.fr>
pdns/recursordist/docs/appendices/EOL.rst
pdns/recursordist/docs/changelog/5.0.rst
pdns/recursordist/docs/upgrade.rst

index 8a3e70cef92dace699d8e2c42bfe701145b1a39f..303e3d2895e5f4ca5cb2a6f9b1fa5da95f5647f6 100644 (file)
@@ -4,7 +4,7 @@ End of life statements
 ======================
 
 We aim to have a major release every six months.
-The latest release receives correctness, stability and security updates by releasing minor releases.
+The latest major release train receives correctness, stability and security updates by the way of minor releases.
 We support older releases with critical updates for one year after the next following major release.
 
 Older releases are marked end of life and receive no updates at all.
index 9c19589642e5bba0151ef292493a31c3d63fddae..389fde44dfba12d2bd8c806eb017260eaa34a8d1 100644 (file)
@@ -38,7 +38,7 @@ Before upgrading, it is advised to read the :doc:`../upgrade`.
     :pullreq: 13511
     :tickets: 13463
 
-    Document outgoing querycounts better, including a small fix.
+    Document outgoing query counts better, including a small fix.
 
   .. change::
     :tags: Improvements
@@ -52,7 +52,7 @@ Before upgrading, it is advised to read the :doc:`../upgrade`.
     :pullreq: 13497
     :tickets: 13483
 
-    Take into account throttled queries when determining if we had a cachehit.
+    Take into account throttled queries when determining if we had a cache hit.
 
   .. change::
     :tags: Improvements
index 6b675d23185d19b12b98c00d51ef8575e1e48201..1d3497fd389145b29ce8f38d3cc7ec5efdaaf510 100644 (file)
@@ -29,7 +29,7 @@ New settings
   Previously either the distributor thread(s) or the general worker threads would process TCP queries.
 - The :ref:`setting-qname-max-minimize-count` and :ref:`setting-qname-minimize-one-label` have been introduced to allow tuning of the parameters specified in :rfc:`9156`.
 - The :ref:`setting-allow-no-rd` has been introduced, default disabled, *disallowing* queries that do not have the ``Recursion Desired (RD)`` flag set.
-  This is a change in behviour compared to previous releases.
+  This is a change in behaviour compared to previous releases.
 - The setting ``ignoreDuplicates`` was added to the RPZ loading Lua functions :func:`rpzPrimary` and :func:`rpzFile`.
   If set, duplicate records in RPZs will be allowed but ignored.
   The default is to fail loading an RPZ with duplicate records.