From: Otto Moerbeek Date: Mon, 4 Nov 2024 10:59:22 +0000 (+0100) Subject: Prep for rec-5.1.3 X-Git-Tag: rec-5.2.0-alpha1~8^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a7e5d8b924f1e177e34800d8e612b918b46d38be;p=thirdparty%2Fpdns.git Prep for rec-5.1.3 --- diff --git a/docs/secpoll.zone b/docs/secpoll.zone index af29c3f368..7b3a91511d 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. 2024100401 10800 3600 604800 10800 +@ 86400 IN SOA pdns-public-ns1.powerdns.com. peter\.van\.dijk.powerdns.com. 2024110500 10800 3600 604800 10800 @ 3600 IN NS pdns-public-ns1.powerdns.com. @ 3600 IN NS pdns-public-ns2.powerdns.com. @@ -398,6 +398,7 @@ recursor-5.1.0-rc1.security-status 60 IN TXT "3 Superseded recursor-5.1.0.security-status 60 IN TXT "3 Upgrade now, see https://doc.powerdns.com/recursor/security-advisories/powerdns-advisory-2024-04.html" recursor-5.1.1.security-status 60 IN TXT "3 Upgrade now, see https://doc.powerdns.com/recursor/security-advisories/powerdns-advisory-2024-04.html" recursor-5.1.2.security-status 60 IN TXT "1 OK" +recursor-5.1.3.security-status 60 IN TXT "1 OK" ; 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.1.rst b/pdns/recursordist/docs/changelog/5.1.rst index 520f6da318..ee46fa56f8 100644 --- a/pdns/recursordist/docs/changelog/5.1.rst +++ b/pdns/recursordist/docs/changelog/5.1.rst @@ -3,6 +3,38 @@ Changelogs for 5.1.X Before upgrading, it is advised to read the :doc:`../upgrade`. +.. changelog:: + :version: 5.1.3 + :released: 5th of November 2024 + + .. change:: + :tags: Improvements + :pullreq: 14774 + :tickets: 14693 + + Implement rfc6303 special zones (mostly v6 reverse mappings). + + .. change:: + :tags: Bug Fixes + :pullreq: 14773 + :tickets: 14628 + + Avoid duplicated waiter ids for chained requests. + + .. change:: + :tags: Improvements + :pullreq: 14772 + :tickets: 14554 + + Distinguish OS imposed limits from app imposed limits, specifically on chains. + + .. change:: + :tags: Bug Fixes + :pullreq: 14771 + :tickets: 14549, 14550 + + json11: add include for cstdint. + .. changelog:: :version: 5.1.2 :released: 3rd of October 2024 diff --git a/pdns/recursordist/docs/upgrade.rst b/pdns/recursordist/docs/upgrade.rst index 84b2159b5c..fb9cdedf9e 100644 --- a/pdns/recursordist/docs/upgrade.rst +++ b/pdns/recursordist/docs/upgrade.rst @@ -20,6 +20,19 @@ 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. +New Settings +^^^^^^^^^^^^ + +- The :ref:`setting-serve-rfc6303` settings has been introduced to implement :rfc:`6303`. By default this setting is enabled so this potentially changes behaviour for names inside the ``ip6.arpa`` domain. + +5.1.2 to 5.1.3 +-------------- + +New Settings +^^^^^^^^^^^^ + +- The :ref:`setting-serve-rfc6303` settings has been introduced to implement :rfc:`6303`. By default this setting is enabled so this potentially changes behaviour for names inside the ``ip6.arpa`` domain. + 5.1.1 to 5.1.2, 5.0.8 to 5.0.9 and 4.9.8 to 4.9.9 -------------------------------------------------