]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
dnsdist: Use the correct version in the doc for backported features 10697/head
authorRemi Gacogne <remi.gacogne@powerdns.com>
Tue, 7 Sep 2021 14:59:59 +0000 (16:59 +0200)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Tue, 7 Sep 2021 14:59:59 +0000 (16:59 +0200)
These have been backported to 1.6.1:
- #10560
- #10550

pdns/dnsdistdist/docs/guides/webserver.rst
pdns/dnsdistdist/docs/reference/config.rst

index d2f1e9699ecb938b4acdf60edf2f8a9eddcdd1e2..410950ff38b670fb7368b4fc5e68b1ff02beda40 100755 (executable)
@@ -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".
 
index 2ad4828c8c785733a171eae68e5cd3630cb49f39..141c29b75ada59a1803d95943e5ed92f2c7f2cda 100644 (file)
@@ -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.