]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
rec: prep for rec-5.1.0-beta1 14285/head
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Wed, 5 Jun 2024 11:02:34 +0000 (13:02 +0200)
committerOtto Moerbeek <otto.moerbeek@open-xchange.com>
Wed, 5 Jun 2024 12:48:39 +0000 (14:48 +0200)
docs/secpoll.zone
pdns/recursordist/docs/changelog/5.1.rst
pdns/recursordist/docs/upgrade.rst

index 1eba73ed9ffb9b550c14e8ef5752f69243e2d32a..d5d3cd7c47b22008fbc2680700f159f6ff071bb6 100644 (file)
@@ -1,4 +1,4 @@
-@       86400   IN  SOA pdns-public-ns1.powerdns.com. peter\.van\.dijk.powerdns.com. 2024060501 10800 3600 604800 10800
+@       86400   IN  SOA pdns-public-ns1.powerdns.com. peter\.van\.dijk.powerdns.com. 2024060601 10800 3600 604800 10800
 @       3600    IN  NS  pdns-public-ns1.powerdns.com.
 @       3600    IN  NS  pdns-public-ns2.powerdns.com.
 
@@ -385,7 +385,8 @@ recursor-5.0.3.security-status                          60 IN TXT "3 Upgrade now
 recursor-5.0.4.security-status                          60 IN TXT "1 OK"
 recursor-5.0.5.security-status                          60 IN TXT "1 OK"
 recursor-5.0.6.security-status                          60 IN TXT "1 OK"
-recursor-5.1.0-alpha1.security-status                   60 IN TXT "1 OK"
+recursor-5.1.0-alpha1.security-status                   60 IN TXT "2 Superseded pre-release"
+recursor-5.1.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/"
index 71abe192aa7931e7e750b361908a66de3e07a397..c4dc952bd028fdfa216a3d7a23874631359638c3 100644 (file)
@@ -3,6 +3,41 @@ Changelogs for 5.1.X
 
 Before upgrading, it is advised to read the :doc:`../upgrade`.
 
+.. changelog::
+  :version: 5.1.0-beta1
+  :released: 6th of June 2024
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 14257
+    :tickets: 13020
+
+    Add a few more fields to the protobuf messages.
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 14221,14258
+
+    Handle authoritative servers slow to respond when load is high better.
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 14206
+
+    Be a bit more strict with respect to positive answers expanded from a wildcard.
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 14111
+
+    Extra export types for protobuf messages.
+
+ .. change::
+    :tags: Improvements
+    :pullreq: 14268,14259,14260,14262
+
+    Various code cleanups and Coverity prompted fixes.
+
 .. changelog::
   :version: 5.1.0-alpha1
   :released: 15th of May 2024
index 5fd39d24e5c03ff737b88faf5451022c1970f8a9..d797f76f78bb48bcc2436b891fc8a12b38a895a6 100644 (file)
@@ -16,6 +16,7 @@ New settings
 - The :ref:`setting-system-resolver-ttl` setting has been introduced to set the TTL of the system resolver. The system resolver can be used to resolve forwarding names.
 - The :ref:`setting-system-resolver-interval` setting has been introduced to set the interval of resolve checks done by the system resolver.
 - The :ref:`setting-system-resolver-self-resolve-check` setting has been introduced to disable to discovery of self-resolving configurations.
+- The :ref:`setting-max-chain-length` setting has been introduced to limit the maximum number of queries that can be attached to an outgoing request chain.
 
 Changed settings
 ^^^^^^^^^^^^^^^^