From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Mon, 21 Oct 2024 18:49:44 +0000 (-0400) Subject: spelling: long-standing X-Git-Tag: rec-5.2.0-alpha1~6^2~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7c71ff5f2035877049930eb4c878f6882c66cd4d;p=thirdparty%2Fpdns.git spelling: long-standing Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- diff --git a/docs/changelog/pre-4.0.rst b/docs/changelog/pre-4.0.rst index 72d2a1b9b7..9e7568e195 100644 --- a/docs/changelog/pre-4.0.rst +++ b/docs/changelog/pre-4.0.rst @@ -4766,7 +4766,7 @@ Bugs fixed - ``pdns_control`` could leave behind remnants in case PowerDNS was not running (reported by dG) - Incoming AXFR did not work on Solaris and other big-endian systems - (Willem de Groot helped debugging this long standing problem). + (Willem de Groot helped debugging this long-standing problem). - Recursor could crash on convoluted CNAME loops. Thanks to Dan Faerch for delivering core dumps. - Silly 'wuh' debugging output in zone2sql and bindbackend removed @@ -5297,7 +5297,7 @@ already been running 24 hours on our servers before release. Version 2.7 and 2.7.1 --------------------- -This version fixes some very long standing issues and adds a few new +This version fixes some very long-standing issues and adds a few new features. If you are still running 2.6, upgrade yesterday. If you were running 2.6.1, an upgrade is still strongly advised. diff --git a/pdns/recursordist/docs/changelog/pre-4.0.rst b/pdns/recursordist/docs/changelog/pre-4.0.rst index 096ce635b4..500c977779 100644 --- a/pdns/recursordist/docs/changelog/pre-4.0.rst +++ b/pdns/recursordist/docs/changelog/pre-4.0.rst @@ -884,7 +884,7 @@ Improvements selection. Suggested by Darren Gamble, implemented with help from Niels Bakker. Change in `commit 1620 `__. -- Solaris on x86 has a long standing bug in port\_getn(), which we now +- Solaris on x86 has a long-standing bug in port\_getn(), which we now work around. Spotted by 'Dirk' and 'AS'. Solution suggested by the Apache runtime library, update in `commit 1622 `__. diff --git a/pdns/recursordist/docs/upgrade.rst b/pdns/recursordist/docs/upgrade.rst index 5d74e6fea8..0a175d8e78 100644 --- a/pdns/recursordist/docs/upgrade.rst +++ b/pdns/recursordist/docs/upgrade.rst @@ -143,7 +143,7 @@ Changed settings Metrics ^^^^^^^ The way metrics are collected has been changed to increase performance, especially when many thread are used. -This allows for solving a long standing issue that some statistics were not updated on packet cache hits. +This allows for solving a long-standing issue that some statistics were not updated on packet cache hits. This is now resolved, but has the consequence that some metrics (in particular response related ones) changed behaviour as they now also reflect packet cache hits, while they did not before. This affects the results shown by ``rec_control get-qtypelist`` and the ``response-by-qtype``, ``response-sizes`` and ``response-by-rcode`` items returned by the ``/api/v1/servers/localhost/statistics`` API endpoint. Additionally, most ``RCodes`` and ``QTypes`` that are marked ``Unassigned``, ``Reserved`` or ``Obsolete`` by IANA are not accounted, to reduce the memory consumed by these metrics.