]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
docs: fix version numbers 8001/head
authorCharles-Henri Bruyand <charles-henri.bruyand@open-xchange.com>
Tue, 2 Jul 2019 15:44:25 +0000 (17:44 +0200)
committerCharles-Henri Bruyand <charles-henri.bruyand@open-xchange.com>
Tue, 2 Jul 2019 15:44:25 +0000 (17:44 +0200)
pdns/recursordist/docs/lua-scripting/dq.rst
pdns/recursordist/docs/lua-scripting/hooks.rst

index 591bc7f5212f5b1accc59e93256c7f1cee971ef7..d1b675e3291427852a898ca752b245c831f5cd8f 100644 (file)
@@ -110,7 +110,7 @@ The DNSQuestion object contains at least the following fields:
 
   .. attribute:: DNSQuestion.deviceName
 
-      .. versionadded:: 4.1.15
+      .. versionadded:: 4.3.0
 
       A string that will be used to set the ``deviceName`` field in :doc:`protobuf <../lua-config/protobuf>` messages.
 
index ea04d7b8d8f1f3e901dcef012a9e9cbc0703a092..79ec8b0e5592ad57e5aab3e46026ef077432ae10 100644 (file)
@@ -69,7 +69,7 @@ Interception Functions
     .. versionadded:: 4.1.0
 
         It can also return a table whose keys and values are strings to fill the :attr:`DNSQuestion.data` table, as well as a ``requestorId`` value to fill the :attr:`DNSQuestion.requestorId` field and a ``deviceId`` value to fill the :attr:`DNSQuestion.deviceId` field.
-    .. versionadded:: 4.1.15
+    .. versionadded:: 4.3.0
 
         Along the ``deviceId`` value that can be returned, it was addded a ``deviceName`` field to fill the :attr:`DNSQuestion.deviceName` field.