From 52590b48ba76eb6076767c52b30fd07d61b9c7e9 Mon Sep 17 00:00:00 2001 From: Remi Gacogne Date: Tue, 7 Sep 2021 16:59:59 +0200 Subject: [PATCH] dnsdist: Use the correct version in the doc for backported features These have been backported to 1.6.1: - #10560 - #10550 --- pdns/dnsdistdist/docs/guides/webserver.rst | 2 +- pdns/dnsdistdist/docs/reference/config.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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. -- 2.47.2