]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
spelling: fine-grained
authorJosh Soref <2119212+jsoref@users.noreply.github.com>
Fri, 29 Sep 2023 09:10:14 +0000 (05:10 -0400)
committerJosh Soref <2119212+jsoref@users.noreply.github.com>
Fri, 29 Sep 2023 09:11:37 +0000 (05:11 -0400)
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
docs/changelog/4.2.rst
pdns/recursordist/docs/changelog/4.1.rst
pdns/recursordist/docs/changelog/4.9.rst

index 731c8adf2c977767c5f10d9ce50bb3ff69e2c55f..f15ebf31bb13b35f59ee1e0d75463951a5c8b559 100644 (file)
@@ -175,7 +175,7 @@ Changelogs for 4.2.x
 
   Compared to the last release candidate, one more bug has been fixed.
 
-  The LMDB backend is incomplete in this version. Slaving zones works, loading zones with pdnsutil works, but more fine grained edits (using edit-zone, or the REST API) fail. We hope to fix this soon in a 4.2.x release.
+  The LMDB backend is incomplete in this version. Slaving zones works, loading zones with pdnsutil works, but more fine-grained edits (using edit-zone, or the REST API) fail. We hope to fix this soon in a 4.2.x release.
 
   For an overview of features new since 4.1.x, please see `the 4.2.0 announcement blog post <http://blog.powerdns.com/2019/08/29/powerdns-authoritative-server-4-2-0/>`__.
 
index a547be8ec4939c6c0c3dcf4acc44902764e73fff..92d1b6a6f70651dbc703eafeebf7b39ee2eb1ce8 100644 (file)
@@ -695,7 +695,7 @@ See :doc:`EOL Statements <../appendices/EOL>`.
 
   The full release notes can be read `on the blog <https://blog.powerdns.com/2017/12/04/powerdns-recursor-4-1/>`__.
 
-  This is a major release containing significant speedups (both in throughput and latency), enhanced capabilities and a highly conformant and robust DNSSEC validation implementation that is ready for heavy production use. In addition, our EDNS Client Subnet implementation now scales effortlessly to networks needing very fine grained scopes (as used by some ‘country sized’ service providers).
+  This is a major release containing significant speedups (both in throughput and latency), enhanced capabilities and a highly conformant and robust DNSSEC validation implementation that is ready for heavy production use. In addition, our EDNS Client Subnet implementation now scales effortlessly to networks needing very fine-grained scopes (as used by some ‘country sized’ service providers).
 
   - Improved DNSSEC support,
   - Improved documentation,
index e0c7fc956b38934057189332b88aa7fb58459426..c33375c6e6eb01e6cf1a8dfb08abaceff2da5a1b 100644 (file)
@@ -197,7 +197,7 @@ Changelogs for 4.9.X
     :tags: Improvements
     :pullreq: 12709
 
-    More fine grained capping of packet cache TTL.
+    More fine-grained capping of packet cache TTL.
 
   .. change::
     :tags: Bug Fixes