]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
remove all pre-1.4.0 versionadded tags
authorPieter Lexis <pieter.lexis@powerdns.com>
Tue, 26 Jan 2021 11:08:56 +0000 (12:08 +0100)
committerPieter Lexis <pieter.lexis@powerdns.com>
Wed, 27 Jan 2021 13:30:40 +0000 (14:30 +0100)
13 files changed:
pdns/dnsdistdist/docs/advanced/multiple-instance.rst
pdns/dnsdistdist/docs/advanced/timedipsetrule.rst
pdns/dnsdistdist/docs/guides/serverselection.rst
pdns/dnsdistdist/docs/reference/config.rst
pdns/dnsdistdist/docs/reference/dnscrypt.rst
pdns/dnsdistdist/docs/reference/dnsname.rst
pdns/dnsdistdist/docs/reference/dq.rst
pdns/dnsdistdist/docs/reference/ebpf.rst
pdns/dnsdistdist/docs/reference/protobuf.rst
pdns/dnsdistdist/docs/reference/snmp.rst
pdns/dnsdistdist/docs/reference/tuning.rst
pdns/dnsdistdist/docs/rules-actions.rst
pdns/dnsdistdist/docs/statistics.rst

index 5c0ff19aeda5e0fffcd4aac277553cdf3e73bab4..285b2287e5c3e644c836cd849fd64f7a2a10bc9c 100644 (file)
@@ -13,7 +13,6 @@ By default, ``SYSCONFDIR/dnsdist.conf`` is loaded. ``SYSCONFDIR`` is usually ``/
 
 Using systemd
 -------------
-.. versionadded:: 1.3.0
 
 On systems with systemd, instance services can be used.
 To create a dnsdist service named ``foo``, create a ``dnsdist-foo.conf`` in ``SYSCONFDIR``, then run ``systemctl enable dnsdist@foo.service`` and ``systemctl start dnsdist@foo.service``.
index ffdbacf6667b55ff02b1b159e66f3e4eac85aab1..9ee7186d8047b0aefa5ecbca995b47be6758de73 100644 (file)
@@ -1,8 +1,6 @@
 Runtime-modifiable IP address sets
 ==================================
 
-.. versionadded:: 1.2.0
-
 From within :func:`maintenance` or other places, we may find that certain IP
 addresses must be treated differently for a certain time.
 
index 66aa68ac0375fef55d92d8ad88f34b4829f1a702..90dd2face0fb48f0b541e0bc2ccd0bb792c6c6a9 100644 (file)
@@ -58,8 +58,6 @@ For example, if we have two servers, with respective weights of 1 and 4, we expe
 ``chashed``
 ~~~~~~~~~~~
 
-.. versionadded: 1.3.3
-
 ``chashed`` is a consistent hashing distribution policy. Identical questions with identical hashes will be distributed to the same servers. But unlike the ``whashed`` policy, this distribution will keep consistent over time. Adding or removing servers will only remap a small part of the queries.
 
 Increasing the weight of servers to a value larger than the default is required to get a good distribution of queries. Small values like 100 or 1000 should be enough to get a correct distribution.
index cc23fb72d93312f1e13690e43c0663792239addc..e2062e038409604e5a5a25c9d05c2e511350383c 100644 (file)
@@ -65,8 +65,6 @@ Listen Sockets
 
 .. function:: addLocal(address[, options])
 
-  .. versionadded:: 1.2.0
-
   .. versionchanged:: 1.3.0
     Added ``cpus`` to the options.
 
@@ -165,7 +163,6 @@ Listen Sockets
 
 .. function:: addTLSLocal(address, certFile(s), keyFile(s) [, options])
 
-  .. versionadded:: 1.3.0
   .. versionchanged:: 1.3.1
     ``certFile(s)`` and ``keyFile(s)`` parameters accept a list of files.
     ``sessionTickets`` option added.
@@ -210,8 +207,6 @@ Listen Sockets
 
 .. function:: setLocal(address[, options])
 
-  .. versionadded:: 1.2.0
-
   Remove the list of listen addresses and add a new one.
 
   :param str address: The IP Address with an optional port to listen on.
@@ -239,8 +234,6 @@ Control Socket, Console and Webserver
 
 .. function:: addConsoleACL(netmask)
 
-  .. versionadded:: 1.3.0
-
   Add a netmask to the existing console ACL, allowing remote clients to connect to the console. Please make sure that encryption
   has been enabled with :func:`setKey` before doing so. The default is to only allow 127.0.0.1/8 and ::1/128.
 
@@ -283,8 +276,6 @@ Control Socket, Console and Webserver
 
 .. function:: setConsoleConnectionsLogging(enabled)
 
-  .. versionadded:: 1.2.0
-
   Whether to log the opening and closing of console connections.
 
   :param bool enabled: Default to true.
@@ -297,8 +288,6 @@ Control Socket, Console and Webserver
 
 .. function:: setConsoleACL(netmasks)
 
-  .. versionadded:: 1.3.0
-
   Remove the existing console ACL and add the netmasks from the table, allowing remote clients to connect to the console. Please make sure that encryption
   has been enabled with :func:`setKey` before doing so.
 
@@ -314,8 +303,6 @@ Control Socket, Console and Webserver
 
 .. function:: setConsoleOutputMaxMsgSize(size)
 
-  .. versionadded:: 1.3.3
-
   Set the maximum size in bytes of a single console message, default set to 10 MB.
 
   :param int size: The new maximum size.
@@ -352,8 +339,6 @@ Webserver configuration
 
 .. function:: setWebserverConfig(options)
 
-  .. versionadded:: 1.3.3
-
   .. versionchanged:: 1.5.0
     ``acl`` optional parameter added.
 
@@ -490,8 +475,6 @@ Ringbuffers
 
 .. function:: setRingBuffersLockRetries(num)
 
-  .. versionadded:: 1.3.0
-
   Set the number of shards to attempt to lock without blocking before giving up and simply blocking while waiting for the next shard to be available
 
   :param int num: The maximum number of attempts. Defaults to 5 if there is more than one shard, 0 otherwise.
@@ -743,8 +726,6 @@ Pools are automatically created when a server is added to a pool (with :func:`ne
 
   .. method:: ServerPool:getECS()
 
-    .. versionadded:: 1.3.0
-
     Whether dnsdist will add EDNS Client Subnet information to the query before looking up into the cache,
     when all servers from this pool are down. For more information see :meth:`ServerPool:setECS`.
 
@@ -760,8 +741,6 @@ Pools are automatically created when a server is added to a pool (with :func:`ne
 
   .. method:: ServerPool:setECS()
 
-    .. versionadded:: 1.3.0
-
     Set to true if dnsdist should add EDNS Client Subnet information to the query before looking up into the cache,
     when all servers from this pool are down. If at least one server is up, the preference of the
     selected server is used, this parameter is only useful if all the backends in this pool are down
@@ -828,8 +807,6 @@ See :doc:`../guides/cache` for a how to.
 
   .. method:: PacketCache:dump(fname)
 
-    .. versionadded:: 1.3.1
-
     Dump a summary of the cache entries to a file.
 
     :param str fname: The path to a file where the cache summary should be dumped. Note that if the target file already exists, it will not be overwritten.
@@ -943,14 +920,10 @@ Status, Statistics and More
 
 .. function:: getTLSContext(idx)
 
-  .. versionadded:: 1.3.0
-
   Return the TLSContext object for the context of index ``idx``.
 
 .. function:: getTLSFrontend(idx)
 
-  .. versionadded:: 1.3.1
-
   Return the TLSFrontend object for the TLS bind of index ``idx``.
 
 .. function:: getTLSFrontendCount()
@@ -1066,8 +1039,6 @@ Status, Statistics and More
 
 .. function:: showTLSContexts()
 
-  .. versionadded:: 1.3.0
-
   Print the list of all availables DNS over TLS contexts.
 
 .. function:: showTLSErrorCounters()
@@ -1269,8 +1240,6 @@ faster than the existing rules.
 
 .. function:: dynBlockRulesGroup() -> DynBlockRulesGroup
 
-  .. versionadded:: 1.3.0
-
   Creates a new :class:`DynBlockRulesGroup` object.
 
 .. class:: DynBlockRulesGroup
@@ -1415,8 +1384,6 @@ faster than the existing rules.
 
   .. method:: DynBlockRulesGroup:excludeRange(netmasks)
 
-    .. versionadded:: 1.3.1
-
     .. versionchanged:: 1.6.0
       This method now accepts a :class:`NetmaskGroup` object.
 
@@ -1426,8 +1393,6 @@ faster than the existing rules.
 
   .. method:: DynBlockRulesGroup:includeRange(netmasks)
 
-    .. versionadded:: 1.3.1
-
     .. versionchanged:: 1.6.0
       This method now accepts a :class:`NetmaskGroup` object.
 
@@ -1437,8 +1402,6 @@ faster than the existing rules.
 
   .. method:: DynBlockRulesGroup:toString()
 
-    .. versionadded:: 1.3.1
-
     Return a string describing the rules and range exclusions of this DynBlockRulesGroup.
 
 StatNode
@@ -1625,8 +1588,6 @@ TLSContext
 
 .. class:: TLSContext
 
-  .. versionadded:: 1.3.0
-
   This object represents an address and port dnsdist is listening on for DNS over TLS queries.
 
   .. method:: TLSContext:rotateTicketsKey()
@@ -1644,8 +1605,6 @@ TLSFrontend
 
 .. class:: TLSFrontend
 
-  .. versionadded:: 1.3.1
-
   This object represents the configuration of a listening frontend for DNS over TLS queries. To each frontend is associated a TLSContext.
 
   .. method:: TLSContext:loadNewCertificatesAndKeys(certFile(s), keyFile(s))
@@ -1670,16 +1629,12 @@ and can be overridden using :func:`setPayloadSizeOnSelfGeneratedAnswers`.
 
 .. function:: setAddEDNSToSelfGeneratedResponses(add)
 
-  .. versionadded:: 1.3.3
-
   Whether to add EDNS to self-generated responses, provided that the initial query had EDNS.
 
   :param bool add: Whether to add EDNS, default is true.
 
 .. function:: setPayloadSizeOnSelfGeneratedAnswers(payloadSize)
 
-  .. versionadded:: 1.3.3
-
   .. versionchanged:: 1.6.0
     Default value changed from 1500 to 1232.
 
@@ -1706,16 +1661,12 @@ compilation-time macro can be used to set a distributor suffix.
 
 .. function:: setSecurityPollInterval(interval)
 
-  .. versionadded:: 1.3.3
-
   Set the interval, in seconds, between two security pollings.
 
   :param int interval: The interval, in seconds, between two pollings. Default is 3600.
 
 .. function:: setSecurityPollSuffix(suffix)
 
-  .. versionadded:: 1.3.3
-
   Domain name from which to query security update notifications. Setting this to an empty string disables secpoll.
 
   :param string suffix: The suffix to use, default is 'secpoll.powerdns.com.'.
index 8d428a9ec0d13c78cb5bfa78661176d42b1493cb..f7c92d717d915142da90ecc00c67b8790295742e 100644 (file)
@@ -136,8 +136,6 @@ Context
 
   .. method:: DNSCryptContext:addNewCertificate(cert, key[, active])
 
-    .. versionadded:: 1.3.0
-
     Add a new certificate to the the given context. Active certificates are advertised to
     clients, inactive ones are not.
 
@@ -181,24 +179,18 @@ Context
 
   .. method:: DNSCryptContext:getCertificate(index) -> DNSCryptCert
 
-    .. versionadded:: 1.3.0
-
     Return the certificate with index `index`.
 
     :param int index: The index of the certificate, starting at 0
 
   .. method:: DNSCryptContext:getCertificatePair(index) -> DNSCryptCertificatePair
 
-    .. versionadded:: 1.3.0
-
     Return the certificate pair with index `index`.
 
     :param int index: The index of the certificate, starting at 0
 
   .. method:: DNSCryptContext:getCertificatePair(index) -> table of DNSCryptCertificatePair
 
-    .. versionadded:: 1.3.0
-
     Return a table of certificate pairs.
 
   .. method:: DNSCryptContext:getProviderName() -> string
@@ -220,16 +212,12 @@ Context
 
   .. method:: DNSCryptContext:markActive(serial)
 
-    .. versionadded:: 1.3.0
-
     Mark the certificate with serial `serial` as active, meaning it will be advertised to clients.
 
     :param int serial: The serial of the number to mark as active
 
   .. method:: DNSCryptContext:markInactive(serial)
 
-    .. versionadded:: 1.3.0
-
     Mark the certificate with serial `serial` as inactive, meaning it will not be advertised
     to clients but can still be used to answer queries tied to this certificate.
 
@@ -237,14 +225,10 @@ Context
 
   .. method:: DNSCryptContext:printCertificates()
 
-    .. versionadded:: 1.3.0
-
     Print all the certificates.
 
   .. method:: DNSCryptContext:removeInactiveCertificate(serial)
 
-    .. versionadded:: 1.3.0
-
     Remove the certificate with serial `serial`. It will not be possible to answer queries tied
     to this certificate, so it should have been marked as inactive for a certain time before that.
     Active certificates should be marked as inactive before they can be removed.
index 38e66c6c273b59c361099b1fd99ab199eda505d7..6bb13099cd2de36b71d4bc5e26862239365db45b 100644 (file)
@@ -37,8 +37,6 @@ Functions and methods of a ``DNSName``
 
   .. method:: DNSName:chopOff() -> bool
 
-    .. versionadded:: 1.2.0
-
     Removes the left-most label and returns ``true``.
     ``false`` is returned if no label was removed
 
index 748a69b98f8453e98a4f8e5f29e2c555103b2598..0bb048c569afc0337f5fdd4c8b74db8339a584ed 100644 (file)
@@ -87,16 +87,12 @@ This state can be modified from the various hooks.
 
   .. method:: DNSQuestion:getDO() -> bool
 
-    .. versionadded:: 1.2.0
-
     Get the value of the DNSSEC OK bit.
 
     :returns: true if the DO bit was set, false otherwise
 
   .. method:: DNSQuestion:getEDNSOptions() -> table
 
-    .. versionadded:: 1.3.3
-
     Return the list of EDNS Options, if any.
 
     :returns: A table of EDNSOptionView objects, indexed on the ECS Option code
@@ -160,8 +156,6 @@ This state can be modified from the various hooks.
 
   .. method:: DNSQuestion:getTag(key) -> string
 
-    .. versionadded:: 1.2.0
-
     Get the value of a tag stored into the DNSQuestion object.
 
     :param string key: The tag's key
@@ -169,8 +163,6 @@ This state can be modified from the various hooks.
 
   .. method:: DNSQuestion:getTagArray() -> table
 
-    .. versionadded:: 1.2.0
-
     Get all the tags stored into the DNSQuestion object.
 
     :returns: A table of tags, using strings as keys and values
@@ -185,8 +177,6 @@ This state can be modified from the various hooks.
 
   .. method:: DNSQuestion:sendTrap(reason)
 
-    .. versionadded:: 1.2.0
-
     Send an SNMP trap.
 
     :param string reason: An optional string describing the reason why this trap was sent
@@ -231,8 +221,6 @@ This state can be modified from the various hooks.
 
   .. method:: DNSQuestion:setTag(key, value)
 
-    .. versionadded:: 1.2.0
-
     Set a tag into the DNSQuestion object.
 
     :param string key: The tag's key
@@ -240,8 +228,6 @@ This state can be modified from the various hooks.
 
   .. method:: DNSQuestion:setTagArray(tags)
 
-    .. versionadded:: 1.2.0
-
     Set an array of tags into the DNSQuestion object.
 
     :param table tags: A table of tags, using strings as keys and values
@@ -361,8 +347,6 @@ EDNSOptionView object
 
 .. class:: EDNSOptionView
 
-  .. versionadded:: 1.3.3
-
   An object that represents the values of a single EDNS option received in a query.
 
   .. method:: EDNSOptionView:count()
index 48782ed3eb6c8fdb64a34c77d0f9ea6c1f072b1e..f89761e7c7d2db2be5340c0e9e271eb90b6055d2 100644 (file)
@@ -97,16 +97,12 @@ These are all the functions, objects and methods related to the :doc:`../advance
 
   .. method:: DynBPFFilter:excludeRange(netmasks)
 
-    .. versionadded:: 1.3.3
-
     Exclude this range, or list of ranges, meaning that no dynamic block will ever be inserted for clients in that range. Default to empty, meaning rules are applied to all ranges. When used in combination with :meth:`DynBPFFilter:includeRange`, the more specific entry wins.
 
     :param int netmasks: A netmask, or list of netmasks, as strings, like for example "192.0.2.1/24"
 
   .. method:: DynBPFFilter:includeRange(netmasks)
 
-    .. versionadded:: 1.3.3
-
     Include this range, or list of ranges, meaning that rules will be applied to this range. When used in combination with :meth:`DynBPFFilter:excludeRange`, the more specific entry wins.
 
     :param int netmasks: A netmask, or list of netmasks, as strings, like for example "192.0.2.1/24"
index cbceafd60b39ce5e900f72195a2475126ea212c6..d0e3699740564cb93f81f007be1f25b36d184dc8 100644 (file)
@@ -16,8 +16,6 @@ Protobuf Logging Reference
 
   .. method:: DNSDistProtoBufMessage:addResponseRR(name, type, class, ttl, blob)
 
-    .. versionadded:: 1.2.0
-
     Add a response RR to the protobuf message.
 
     :param string name: The RR name.
@@ -55,8 +53,6 @@ Protobuf Logging Reference
 
   .. method:: DNSDistProtoBufMessage:setProtobufResponseType(sec, usec)
 
-    .. versionadded:: 1.2.0
-
     Change the protobuf response type from a query to a response, and optionally set the query time.
 
     :param int sec: Optional query time in seconds.
@@ -110,24 +106,18 @@ Protobuf Logging Reference
 
   .. method:: DNSDistProtoBufMessage:setServerIdentity(id)
 
-    .. versionadded:: 1.3.3
-
     Set the server identify field.
 
     :param string id: The server ID
 
   .. method:: DNSDistProtoBufMessage:setTag(value)
 
-    .. versionadded:: 1.2.0
-
     Add a tag to the list of tags.
 
     :param string value: The tag value
 
   .. method:: DNSDistProtoBufMessage:setTagArray(valueList)
 
-    .. versionadded:: 1.2.0
-
     Add a list of tags.
 
     :param table tags: A list of tags as strings
index ee411c916490342dd42a71fb4b97e44ef2b1b148..a91f395ae91691beb99f04bf07a24fc164ba283f 100644 (file)
@@ -1,9 +1,6 @@
 SNMP reporting
 ==============
 
-.. versionadded:: 1.2.0
-
-
 .. function:: snmpAgent(enableTraps [, daemonSocket])
 
   Enable SNMP support.
index a50472d45adf146529f93936c03acd330bd5189d..015e37e00d65077454122d4e447a16c2321325d6 100644 (file)
@@ -83,8 +83,6 @@ Tuning related functions
 
 .. function:: setUDPMultipleMessagesVectorSize(num)
 
-  .. versionadded:: 1.3.0
-
   Set the maximum number of UDP queries messages to accept in a single ``recvmmsg()`` call. Only available if the underlying OS
   support ``recvmmsg()`` with the ``MSG_WAITFORONE`` option. Defaults to 1, which means only query at a time is accepted, using
   ``recvmsg()`` instead of ``recvmmsg()``.
index a7833d450205e91bcbb7e1db8aa7ceebeac096be..ef578888486e015dc348e0aba58a16242a312ba2 100644 (file)
@@ -453,8 +453,6 @@ Functions for manipulating Cache Hit Response Rules:
 
 .. function:: addCacheHitResponseAction(DNSRule, action [, options])
 
-  .. versionadded:: 1.2.0
-
   .. versionchanged:: 1.3.0
     Added the optional parameter ``options``.
 
@@ -474,8 +472,6 @@ Functions for manipulating Cache Hit Response Rules:
 
 .. function:: mvCacheHitResponseRule(from, to)
 
-  .. versionadded:: 1.2.0
-
   Move cache hit response rule ``from`` to a position where it is in front of ``to``.
   ``to`` can be one larger than the largest rule, in which case the rule will be moved to the last position.
 
@@ -490,8 +486,6 @@ Functions for manipulating Cache Hit Response Rules:
 
 .. function:: rmCacheHitResponseRule(id)
 
-  .. versionadded:: 1.2.0
-
   .. versionchanged:: 1.3.0
     ``id`` can now be an UUID.
 
@@ -502,8 +496,6 @@ Functions for manipulating Cache Hit Response Rules:
 
 .. function:: showCacheHitResponseRules([options])
 
-  .. versionadded:: 1.2.0
-
   .. versionchanged:: 1.3.0
     ``options`` optional parameter added
 
@@ -518,8 +510,6 @@ Functions for manipulating Cache Hit Response Rules:
 
 .. function:: topCacheHitResponseRule()
 
-  .. versionadded:: 1.2.0
-
   .. versionchanged:: 1.6.0
     Replaced by :func:`mvCacheHitResponseRuleToTop`
 
@@ -529,8 +519,6 @@ Functions for manipulating Self-Answered Response Rules:
 
 .. function:: addSelfAnsweredResponseAction(DNSRule, action [, options])
 
-  .. versionadded:: 1.3.0
-
   .. versionchanged:: 1.6.0
     Added ``name`` to the ``options``.
 
@@ -547,8 +535,6 @@ Functions for manipulating Self-Answered Response Rules:
 
 .. function:: mvSelfAnsweredResponseRule(from, to)
 
-  .. versionadded:: 1.3.0
-
   Move self answered response rule ``from`` to a position where it is in front of ``to``.
   ``to`` can be one larger than the largest rule, in which case the rule will be moved to the last position.
 
@@ -563,8 +549,6 @@ Functions for manipulating Self-Answered Response Rules:
 
 .. function:: rmSelfAnsweredResponseRule(id)
 
-  .. versionadded:: 1.3.0
-
   .. versionchanged:: 1.6.0
     ``id`` can now be a string representing the name of the rule.
 
@@ -574,8 +558,6 @@ Functions for manipulating Self-Answered Response Rules:
 
 .. function:: showSelfAnsweredResponseRules([options])
 
-  .. versionadded:: 1.3.0
-
   Show all defined self answered response rules, optionally displaying their UUIDs.
 
   :param table options: A table with key: value pairs with display options.
@@ -587,8 +569,6 @@ Functions for manipulating Self-Answered Response Rules:
 
 .. function:: topSelfAnsweredResponseRule()
 
-  .. versionadded:: 1.3.0
-
   .. versionchanged:: 1.6.0
     Replaced by :func:`mvSelfAnsweredResponseRuleToTop`
 
@@ -610,9 +590,6 @@ These ``DNSRule``\ s be one of the following items:
   * A list of :class:`DNSName`\ s
   * A (compounded) ``Rule``
 
-.. versionadded:: 1.2.0
-   A DNSRule can also be a :class:`DNSName` or a list of these
-
 .. function:: AllRule()
 
   Matches all traffic
@@ -756,8 +733,6 @@ These ``DNSRule``\ s be one of the following items:
 
 .. function:: ProbaRule(probability)
 
-  .. versionadded:: 1.3.0
-
   Matches queries with a given probability. 1.0 means "always"
 
   :param double probability: Probability of a match
@@ -781,8 +756,6 @@ These ``DNSRule``\ s be one of the following items:
 
 .. function:: QNameRule(qname)
 
-  .. versionadded:: 1.2.0
-
    Matches queries with the specified qname exactly.
 
    :param string qname: Qname to match
@@ -829,8 +802,6 @@ These ``DNSRule``\ s be one of the following items:
 
 .. function:: RDRule()
 
-  .. versionadded:: 1.2.0
-
   Matches queries with the RD flag set.
 
 .. function:: RegexRule(regex)
@@ -904,8 +875,6 @@ These ``DNSRule``\ s be one of the following items:
 
 .. function:: TagRule(name [, value])
 
-  .. versionadded:: 1.3.0
-
   Matches question or answer with a tag named ``name`` set. If ``value`` is specified, the existing tag value should match too.
 
   :param bool name: The name of the tag that has to be set
@@ -923,8 +892,6 @@ These ``DNSRule``\ s be one of the following items:
 
 .. function:: PoolAvailableRule(poolname)
 
-  .. versionadded:: 1.3.3
-
   Check whether a pool has any servers available to handle queries
 
   .. code-block:: Lua
@@ -1039,8 +1006,6 @@ The following actions exist.
 
 .. function:: DnstapLogAction(identity, logger[, alterFunction])
 
-  .. versionadded:: 1.3.0
-
   Send the the current query to a remote logger as a :doc:`dnstap <reference/dnstap>` message.
   ``alterFunction`` is a callback, receiving a :class:`DNSQuestion` and a :class:`DnstapMessage`, that can be used to modify the message.
   Subsequent rules are processed after this action.
@@ -1051,8 +1016,6 @@ The following actions exist.
 
 .. function:: DnstapLogResponseAction(identity, logger[, alterFunction])
 
-  .. versionadded:: 1.3.0
-
   Send the the current response to a remote logger as a :doc:`dnstap <reference/dnstap>` message.
   ``alterFunction`` is a callback, receiving a :class:`DNSQuestion` and a :class:`DnstapMessage`, that can be used to modify the message.
   Subsequent rules are processed after this action.
@@ -1390,8 +1353,6 @@ The following actions exist.
 
 .. function:: SetECSAction(v4 [, v6])
 
-  .. versionadded:: 1.3.1
-
   Set the ECS prefix and prefix length sent to backends to an arbitrary value.
   If both IPv4 and IPv6 masks are supplied the IPv4 one will be used for IPv4 clients
   and the IPv6 one for IPv6 clients. Otherwise the first mask is used for both, and
@@ -1617,11 +1578,8 @@ The following actions exist.
 
 .. function:: TagAction(name, value)
 
-  .. versionadded:: 1.3.0
-
   .. deprecated:: 1.6.0
-
-  This function has been deprecated in 1.6.0, please use :func:`SetTagAction` instead.
+    This function has been deprecated in 1.6.0, please use :func:`SetTagAction` instead.
 
   Associate a tag named ``name`` with a value of ``value`` to this query, that will be passed on to the response.
   Subsequent rules are processed after this action.
@@ -1631,11 +1589,8 @@ The following actions exist.
 
 .. function:: TagResponseAction(name, value)
 
-  .. versionadded:: 1.3.0
-
   .. deprecated:: 1.6.0
-
-  This function has been deprecated in 1.6.0, please use :func:`SetTagResponseAction` instead.
+    This function has been deprecated in 1.6.0, please use :func:`SetTagResponseAction` instead.
 
   Associate a tag named ``name`` with a value of ``value`` to this response.
   Subsequent rules are processed after this action.
index 5e8d985d7b60000719163351803abc7e522a4122..b1246e47c0ec47f9b6c996594e9d7366980f831c 100644 (file)
@@ -212,8 +212,6 @@ Number of truncated answers returned because of a rule.
 
 security-status
 ---------------
-.. versionadded:: 1.3.4
-
 The security status of :program:`dnsdist`. This is regularly polled.
 
  * 0 = Unknown status or unreleased version