From: Otto Moerbeek Date: Fri, 10 Nov 2023 09:39:36 +0000 (+0100) Subject: Prep for rec-5.0.0-beta1 X-Git-Tag: rec-5.0.0-rc1~52^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F13475%2Fhead;p=thirdparty%2Fpdns.git Prep for rec-5.0.0-beta1 --- diff --git a/.github/actions/spell-check/expect.txt b/.github/actions/spell-check/expect.txt index d11470aafe..b5083a386d 100644 --- a/.github/actions/spell-check/expect.txt +++ b/.github/actions/spell-check/expect.txt @@ -386,6 +386,7 @@ edu ejones Ekkelenkamp elgoog +endbr Enden ent envoutput diff --git a/docs/secpoll.zone b/docs/secpoll.zone index 0ddfbc0ccc..4f78338b4c 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. 2023110800 10800 3600 604800 10800 +@ 86400 IN SOA pdns-public-ns1.powerdns.com. peter\.van\.dijk.powerdns.com. 2023111000 10800 3600 604800 10800 @ 3600 IN NS pdns-public-ns1.powerdns.com. @ 3600 IN NS pdns-public-ns2.powerdns.com. @@ -361,7 +361,8 @@ recursor-4.9.0.security-status 60 IN TXT "1 OK" recursor-4.9.1.security-status 60 IN TXT "1 OK" recursor-4.9.2.security-status 60 IN TXT "1 OK" recursor-5.0.0-alpha1.security-status 60 IN TXT "2 Unsupported pre-release" -recursor-5.0.0-alpha2.security-status 60 IN TXT "1 Unsupported pre-release" +recursor-5.0.0-alpha2.security-status 60 IN TXT "2 Unsupported pre-release" +recursor-5.0.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.0.rst b/pdns/recursordist/docs/changelog/5.0.rst index c079e08a50..8bc0767d71 100644 --- a/pdns/recursordist/docs/changelog/5.0.rst +++ b/pdns/recursordist/docs/changelog/5.0.rst @@ -1,5 +1,73 @@ Changelogs for 5.0.X ==================== + +.. changelog:: + :version: 5.0.0-beta1 + :released: 10th of November 2023 + + .. change:: + :tags: Bug Fixes + :pullreq: 13468 + + Fix ubsan error: using a value of 80 for bool. + + .. change:: + :tags: Improvements + :pullreq: 13462 + + Be more memory efficient handling RPZ updates. + + .. change:: + :tags: Improvements + :pullreq: 13464 + + Change default of extended-resolution-errors setting to true. + + .. change:: + :tags: Improvements + :pullreq: 13455 + + Move a few settings from recursor to outgoing section. + + .. change:: + :tags: Improvements + :pullreq: 13446 + + For structured logging always log addresses including port. + + .. change:: + :tags: Improvements + :pullreq: 13438 + + Teach configure to check for cargo version and require >= 1.64. + + .. change:: + :tags: Improvements + :pullreq: 13410 + :tickets: 12612 + + Tidy cache and only copy values if non-expired entry was found. + + .. change:: + :tags: Bug Fixes + :pullreq: 13409 + :tickets: 13383 + + Handle serve stale logic in getRootNXTrust(). + + .. change:: + :tags: Improvements + :pullreq: 13432,13430 + :tickets: 13430 + + Add endbr64 instructions in the right spots for OpenBSD/amd64. + + .. change:: + :tags: Improvements + :pullreq: 13408 + + Handle stack memory on NetBSD as on OpenBSD (Tom Ivar Helbekkmo) + .. changelog:: :version: 5.0.0-alpha2 :released: 17th of October 2023 diff --git a/pdns/recursordist/docs/upgrade.rst b/pdns/recursordist/docs/upgrade.rst index 9da78abea3..f08a8ac09a 100644 --- a/pdns/recursordist/docs/upgrade.rst +++ b/pdns/recursordist/docs/upgrade.rst @@ -32,6 +32,7 @@ New settings Changed settings ^^^^^^^^^^^^^^^^ - The :ref:`setting-loglevel` can now be set to a level below 3 (error). +- The :ref:`setting-extended-resolution-errors` now defaults to enabled. 4.8.0 to 4.9.0 --------------