]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Prep for rec-5.1.3 14819/head
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Mon, 4 Nov 2024 10:59:22 +0000 (11:59 +0100)
committerOtto Moerbeek <otto.moerbeek@open-xchange.com>
Tue, 5 Nov 2024 08:12:08 +0000 (09:12 +0100)
docs/secpoll.zone
pdns/recursordist/docs/changelog/5.1.rst
pdns/recursordist/docs/upgrade.rst

index af29c3f368c1f5dd0689aaf0fcf1e476ef018576..7b3a91511d456bf3f655f6aa7ebf67a84cc25aba 100644 (file)
@@ -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/"
index 520f6da3184fa71df6c2d0b1c6bef3c25f6241d8..ee46fa56f87c0743a181e2233d379a36f53e7135 100644 (file)
@@ -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
index 84b2159b5c50e21345732f374d6855b9be3ed6dc..fb9cdedf9e79607528f71867193cc5a3875886c4 100644 (file)
@@ -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
 -------------------------------------------------