From 104f4c173f3cf7cce7084d1c92ce17a3b5fa3e01 Mon Sep 17 00:00:00 2001 From: Otto Moerbeek Date: Fri, 25 Feb 2022 11:56:07 +0100 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- pdns/recursordist/docs/changelog/4.7.rst | 6 +++--- pdns/recursordist/docs/upgrade.rst | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pdns/recursordist/docs/changelog/4.7.rst b/pdns/recursordist/docs/changelog/4.7.rst index 43ba0e2484..149f8cba6e 100644 --- a/pdns/recursordist/docs/changelog/4.7.rst +++ b/pdns/recursordist/docs/changelog/4.7.rst @@ -16,7 +16,7 @@ Changelogs for 4.7.X :tags: Bug Fixes :pullreq: 11347 - Fix unaligned access is murmur hash code used by the Newly Observed Domain feature. + Fix unaligned access in murmur hash code used by the Newly Observed Domain feature. .. change:: :tags: Improvements @@ -45,7 +45,7 @@ Changelogs for 4.7.X Read the base Lua definitions into the Lua context for reading the Lua config. .. change:: - :tags: Bug Fixes + :tags: Bug Fixes :pullreq: 11300 :tickets: 11289 @@ -80,7 +80,7 @@ Changelogs for 4.7.X :tags: Improvements :pullreq: 11283 - Allow disabling of processing the root hints and lower log level of some related messages. + Allow disabling of processing root hints and lower log level of some related messages. .. change:: :tags: Improvements diff --git a/pdns/recursordist/docs/upgrade.rst b/pdns/recursordist/docs/upgrade.rst index b47ce33530..3eb750d138 100644 --- a/pdns/recursordist/docs/upgrade.rst +++ b/pdns/recursordist/docs/upgrade.rst @@ -9,12 +9,12 @@ When upgrading several versions, please read **all** notes applying to the upgra Zone to Cache Changes ^^^^^^^^^^^^^^^^^^^^^ -The :ref:`ztc` feature now validates ``ZONEMD`` records. This means that zones containing invalid ``ZONEMD`` record will +The :ref:`ztc` feature now validates ``ZONEMD`` records. This means that zones containing invalid ``ZONEMD`` records will be rejected by default, while previously the ``ZONEMD`` records would be ignored. For more detail, refer to :ref:`ztc`. Asynchronous retrieval of ``AAAA`` records for nameservers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -If IPv6 is enabled in for outgoing queries using :ref:`setting-query-local-address` the Recursor will schedule an asynchronous task to resolve IPv6 addresses of nameservers it did not learn otherwise. +If IPv6 is enabled for outgoing queries using :ref:`setting-query-local-address`, the Recursor will schedule an asynchronous task to resolve IPv6 addresses of nameservers it did not otherwise learn. These addresses will then be used for future queries to authoritative nameservers. This has the consequence that authoritative nameservers will be contacted over IPv6 in more case than before. -- 2.47.2