-@ 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.
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/"
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
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
-------------------------------------------------