From: Dominic Luechinger Date: Fri, 1 Feb 2019 09:04:32 +0000 (+0100) Subject: Fix wrong version numbering of new features X-Git-Tag: auth-4.2.0-beta1~40^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F7441%2Fhead;p=thirdparty%2Fpdns.git Fix wrong version numbering of new features --- diff --git a/pdns/dnsdistdist/docs/rules-actions.rst b/pdns/dnsdistdist/docs/rules-actions.rst index 7838f6dd4e..160deb4c6b 100644 --- a/pdns/dnsdistdist/docs/rules-actions.rst +++ b/pdns/dnsdistdist/docs/rules-actions.rst @@ -650,7 +650,7 @@ These ``DNSRule``\ s be one of the following items: .. function:: EDNSOptionRule(optcode) - .. versionadded:: 1.4.0 + .. versionadded:: 1.3.3 Matches queries or responses with the specified EDNS option present. ``optcode`` is specified as an integer, or a constant such as `EDNSOptionCode.ECS`.