]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
spelling: long-standing
authorJosh Soref <2119212+jsoref@users.noreply.github.com>
Mon, 21 Oct 2024 18:49:44 +0000 (14:49 -0400)
committerJosh Soref <2119212+jsoref@users.noreply.github.com>
Mon, 21 Oct 2024 19:21:46 +0000 (15:21 -0400)
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
docs/changelog/pre-4.0.rst
pdns/recursordist/docs/changelog/pre-4.0.rst
pdns/recursordist/docs/upgrade.rst

index 72d2a1b9b716851b8b229e1b686ca6e5a30c5a72..9e7568e1958027cbfdcd471a81dc57aa1f78b611 100644 (file)
@@ -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.
 
index 096ce635b41fbf8282a8d48c10134bf1f97ab697..500c97777922f50477f43b192424eeda600411fd 100644 (file)
@@ -884,7 +884,7 @@ Improvements
    selection. Suggested by Darren Gamble, implemented with help from
    Niels Bakker. Change in `commit
    1620 <http://wiki.powerdns.com/projects/trac/changeset/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 <http://wiki.powerdns.com/projects/trac/changeset/1622>`__.
index 5d74e6fea898f90e2c01e1b5baafe7e5be3e8ad6..0a175d8e785c7e0d7e69896c6f10d301f1cf31eb 100644 (file)
@@ -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.