From: Otto Moerbeek Date: Fri, 13 Dec 2024 08:24:19 +0000 (+0100) Subject: Add versionchanged clause X-Git-Tag: rec-5.3.0-alpha0^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f25df44319183845034bff7a0c96cc406961fc15;p=thirdparty%2Fpdns.git Add versionchanged clause --- diff --git a/pdns/recursordist/settings/table.py b/pdns/recursordist/settings/table.py index f877cbaedb..9635ca41c6 100644 --- a/pdns/recursordist/settings/table.py +++ b/pdns/recursordist/settings/table.py @@ -3002,7 +3002,8 @@ A sequence of UDP port numbers to avoid when binding. For example: See :ref:`setting-udp-source-port-min`. ''', - 'versionadded': '4.2.0' + 'versionadded': '4.2.0', + 'versionchanged': ('5.2.0', 'port 4791 was added in the default list'), }, { 'name' : 'udp_truncation_threshold',