From: Otto Moerbeek Date: Tue, 26 Nov 2024 12:28:39 +0000 (+0100) Subject: rec: Prep for rec-5.2.0-beta1 X-Git-Tag: rec-5.2.0-rc1~30^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=af444b3ca0f1e8a2250296643125d925384a2897;p=thirdparty%2Fpdns.git rec: Prep for rec-5.2.0-beta1 --- diff --git a/.github/actions/spell-check/expect.txt b/.github/actions/spell-check/expect.txt index afaa0a5d74..db65c77d24 100644 --- a/.github/actions/spell-check/expect.txt +++ b/.github/actions/spell-check/expect.txt @@ -1136,6 +1136,7 @@ relbar relbarbgcolor relbarlinkcolor relbartextcolor +reloadable relro Remco remi diff --git a/docs/secpoll.zone b/docs/secpoll.zone index ac5fbdfb2d..87c4c387a2 100644 --- a/docs/secpoll.zone +++ b/docs/secpoll.zone @@ -1,4 +1,4 @@ -@ 86400 IN SOA pdns-public-ns1.powerdns.com. peter\.van\.dijk.powerdns.com. 2024111100 10800 3600 604800 10800 +@ 86400 IN SOA pdns-public-ns1.powerdns.com. peter\.van\.dijk.powerdns.com. 2024112700 10800 3600 604800 10800 @ 3600 IN NS pdns-public-ns1.powerdns.com. @ 3600 IN NS pdns-public-ns2.powerdns.com. @@ -400,6 +400,7 @@ recursor-5.1.1.security-status 60 IN TXT "3 Upgrade now recursor-5.1.2.security-status 60 IN TXT "1 OK" recursor-5.1.3.security-status 60 IN TXT "1 OK" recursor-5.2.0-alpha1.security-status 60 IN TXT "1 Unsupported pre-release" +recursor-5.2.0-beta1.security-status 60 IN TXT "1 Unsupported pre-release" ; Recursor Debian recursor-3.6.2-2.debian.security-status 60 IN TXT "3 Upgrade now, see https://doc.powerdns.com/3/security/powerdns-advisory-2015-01/ and https://doc.powerdns.com/3/security/powerdns-advisory-2016-02/" diff --git a/pdns/recursordist/docs/changelog/5.2.rst b/pdns/recursordist/docs/changelog/5.2.rst index 9e2f2ff9b9..6651d2ac24 100644 --- a/pdns/recursordist/docs/changelog/5.2.rst +++ b/pdns/recursordist/docs/changelog/5.2.rst @@ -3,6 +3,55 @@ Changelogs for 5.2.X Before upgrading, it is advised to read the :doc:`../upgrade`. +.. changelog:: + :version: 5.2.0-beta1 + :released: 27th of November 2024 + + .. change:: + :tags: Improvements + :pullreq: 14852 + + Add rec_control reload-yaml as an alias for reload-lua-config. + + .. change:: + :tags: Improvements + :pullreq: 14852 + + Add header flags and edns version as fields in protobuf messages. + + .. change:: + :tags: Bug Fixes + :pullreq: 14863 + :tickets: 14471, 14857 + + Fix serial number inconsistency for RPZ dump files. + + .. change:: + :tags: Improvements + :pullreq: 14858 + :tickets: 14855 + + Remember which query led to aggressive cache insert/update and show it cache dump and traces. + + .. change:: + :tags: Improvements + :pullreq: 14847 + + Several coverity reports, all low severity optimizations. + + .. change:: + :tags: Improvements + :pullreq: 14844 + + Allow addresses to retrieve catalog zones and RPZs to be names (is system resolver is enabled). + + .. change:: + :tags: Improvements + :pullreq: 14838 + :tickets: 14533 + + Better fd count estimates and move default incoming.max_tcp_client to 1024. + .. changelog:: :version: 5.2.0-alpha1 :released: 11th of November 2024 diff --git a/pdns/recursordist/docs/upgrade.rst b/pdns/recursordist/docs/upgrade.rst index 573c6d3031..a346a01319 100644 --- a/pdns/recursordist/docs/upgrade.rst +++ b/pdns/recursordist/docs/upgrade.rst @@ -20,6 +20,16 @@ There is a new metric ``tcp-overflow`` that counts the connections closed immedi The ``outqueries-per-query`` value reported in the log by the periodic statistics function is now reported as ``outqueries-per-query-perc`` as it is a percentage. A value of 1 means that on average each 100 incoming queries lead to a single query to an authoritative server. +A new ``rec_control reload-yaml`` command has been introduced as an alias for ``reload-lua-config``. +Both commands will (if YAML settings are active), reload the runtime reloadable parts of the YAML settings. +These are the YAML settings that correspond to Lua configuration items, plus a few new settings that have no Lua equivalent. +The documentation has been updated to state more clearly which settings can be modified at runtime. + +Changed settings +^^^^^^^^^^^^^^^^ + +- The :ref:`setting-yaml-incoming.max_tcp_clients` default value has been raised 1024. + New Settings ^^^^^^^^^^^^