From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Fri, 29 Sep 2023 09:10:14 +0000 (-0400) Subject: spelling: fine-grained X-Git-Tag: dnsdist-1.9.0-alpha2~3^2~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f0eeb9b93f4c6cc4b610e7b54544b5f4aa35f763;p=thirdparty%2Fpdns.git spelling: fine-grained Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- diff --git a/docs/changelog/4.2.rst b/docs/changelog/4.2.rst index 731c8adf2c..f15ebf31bb 100644 --- a/docs/changelog/4.2.rst +++ b/docs/changelog/4.2.rst @@ -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 `__. diff --git a/pdns/recursordist/docs/changelog/4.1.rst b/pdns/recursordist/docs/changelog/4.1.rst index a547be8ec4..92d1b6a6f7 100644 --- a/pdns/recursordist/docs/changelog/4.1.rst +++ b/pdns/recursordist/docs/changelog/4.1.rst @@ -695,7 +695,7 @@ See :doc:`EOL Statements <../appendices/EOL>`. The full release notes can be read `on the blog `__. - 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, diff --git a/pdns/recursordist/docs/changelog/4.9.rst b/pdns/recursordist/docs/changelog/4.9.rst index e0c7fc956b..c33375c6e6 100644 --- a/pdns/recursordist/docs/changelog/4.9.rst +++ b/pdns/recursordist/docs/changelog/4.9.rst @@ -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