From: Charles-Henri Bruyand Date: Tue, 2 Jul 2019 15:44:25 +0000 (+0200) Subject: docs: fix version numbers X-Git-Tag: dnsdist-1.4.0-rc1~73^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F8001%2Fhead;p=thirdparty%2Fpdns.git docs: fix version numbers --- diff --git a/pdns/recursordist/docs/lua-scripting/dq.rst b/pdns/recursordist/docs/lua-scripting/dq.rst index 591bc7f521..d1b675e329 100644 --- a/pdns/recursordist/docs/lua-scripting/dq.rst +++ b/pdns/recursordist/docs/lua-scripting/dq.rst @@ -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. diff --git a/pdns/recursordist/docs/lua-scripting/hooks.rst b/pdns/recursordist/docs/lua-scripting/hooks.rst index ea04d7b8d8..79ec8b0e55 100644 --- a/pdns/recursordist/docs/lua-scripting/hooks.rst +++ b/pdns/recursordist/docs/lua-scripting/hooks.rst @@ -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.