From cee8bfbdfd4fd4f97b436a4660424d0d3c2f111c Mon Sep 17 00:00:00 2001 From: Charles-Henri Bruyand Date: Tue, 2 Jul 2019 17:44:25 +0200 Subject: [PATCH] docs: fix version numbers --- pdns/recursordist/docs/lua-scripting/dq.rst | 2 +- pdns/recursordist/docs/lua-scripting/hooks.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pdns/recursordist/docs/lua-scripting/dq.rst b/pdns/recursordist/docs/lua-scripting/dq.rst index 591bc7f52..d1b675e32 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 ea04d7b8d..79ec8b0e5 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. -- 2.40.0