From: Otto Moerbeek Date: Fri, 15 Dec 2023 12:14:39 +0000 (+0100) Subject: Move change to version 5.1.0 X-Git-Tag: auth-4.9.0-alpha1~39^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=88bd4eb0b4539631163eda3deade45e4f2756aa9;p=thirdparty%2Fpdns.git Move change to version 5.1.0 --- diff --git a/pdns/recursordist/settings/table.py b/pdns/recursordist/settings/table.py index 37fae870b6..71f981a51d 100644 --- a/pdns/recursordist/settings/table.py +++ b/pdns/recursordist/settings/table.py @@ -1504,7 +1504,7 @@ Maximum number of Packet Cache entries. Sharded and shared by all threads since The maximum number of outgoing queries that will be sent out during the resolution of a single client query. This is used to avoid cycles resolving names. ''', - 'versionchanged': ('5.0.0', 'The default used to be 60, with an extra allowance if qname minimization was enabled. Having better algorithms allows for a lower default limit.'), + 'versionchanged': ('5.1.0', 'The default used to be 60, with an extra allowance if qname minimization was enabled. Having better algorithms allows for a lower default limit.'), }, { 'name' : 'max_ns_address_qperq',