From 6229474ebdf02f06bde8e96250489aadcd428692 Mon Sep 17 00:00:00 2001 From: Otto Moerbeek Date: Wed, 5 Jun 2024 13:02:34 +0200 Subject: [PATCH] rec: prep for rec-5.1.0-beta1 --- docs/secpoll.zone | 5 ++-- pdns/recursordist/docs/changelog/5.1.rst | 35 ++++++++++++++++++++++++ pdns/recursordist/docs/upgrade.rst | 1 + 3 files changed, 39 insertions(+), 2 deletions(-) diff --git a/docs/secpoll.zone b/docs/secpoll.zone index 1eba73ed9f..d5d3cd7c47 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. 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/" diff --git a/pdns/recursordist/docs/changelog/5.1.rst b/pdns/recursordist/docs/changelog/5.1.rst index 71abe192aa..c4dc952bd0 100644 --- a/pdns/recursordist/docs/changelog/5.1.rst +++ b/pdns/recursordist/docs/changelog/5.1.rst @@ -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 diff --git a/pdns/recursordist/docs/upgrade.rst b/pdns/recursordist/docs/upgrade.rst index 5fd39d24e5..d797f76f78 100644 --- a/pdns/recursordist/docs/upgrade.rst +++ b/pdns/recursordist/docs/upgrade.rst @@ -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 ^^^^^^^^^^^^^^^^ -- 2.47.2