From: Remi Gacogne Date: Tue, 7 Sep 2021 14:59:59 +0000 (+0200) Subject: dnsdist: Use the correct version in the doc for backported features X-Git-Tag: dnsdist-1.7.0-alpha1~24^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F10697%2Fhead;p=thirdparty%2Fpdns.git dnsdist: Use the correct version in the doc for backported features These have been backported to 1.6.1: - #10560 - #10550 --- diff --git a/pdns/dnsdistdist/docs/guides/webserver.rst b/pdns/dnsdistdist/docs/guides/webserver.rst index d2f1e9699e..410950ff38 100755 --- a/pdns/dnsdistdist/docs/guides/webserver.rst +++ b/pdns/dnsdistdist/docs/guides/webserver.rst @@ -389,7 +389,7 @@ URL Endpoints .. http:get:: /api/v1/servers/localhost/pool?name=pool-name - .. versionadded:: 1.6.0 + .. versionadded:: 1.6.1 Get a quick overview of the pool named "pool-name". diff --git a/pdns/dnsdistdist/docs/reference/config.rst b/pdns/dnsdistdist/docs/reference/config.rst index 2ad4828c8c..141c29b75a 100644 --- a/pdns/dnsdistdist/docs/reference/config.rst +++ b/pdns/dnsdistdist/docs/reference/config.rst @@ -1560,7 +1560,7 @@ DOHFrontend .. method:: DOHFrontend:loadNewCertificatesAndKeys(certFile(s), keyFile(s)) - .. versionadded:: 1.7.0 + .. versionadded:: 1.6.1 Create and switch to a new TLS context using the same options than were passed to the corresponding `addDOHLocal()` directive, but loading new certificates and keys from the selected files, replacing the existing ones.