From: Otto Moerbeek Date: Fri, 18 Nov 2022 08:15:49 +0000 (+0100) Subject: Prep for rec-4.8.0-rc1 X-Git-Tag: dnsdist-1.8.0-rc1~235^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F12209%2Fhead;p=thirdparty%2Fpdns.git Prep for rec-4.8.0-rc1 --- diff --git a/docs/secpoll.zone b/docs/secpoll.zone index 9a1851e42b..81f6e9d343 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. 2022110701 10800 3600 604800 10800 +@ 86400 IN SOA pdns-public-ns1.powerdns.com. peter\.van\.dijk.powerdns.com. 2022111801 10800 3600 604800 10800 @ 3600 IN NS pdns-public-ns1.powerdns.com. @ 3600 IN NS pdns-public-ns2.powerdns.com. @@ -330,7 +330,8 @@ recursor-4.7.2.security-status 60 IN TXT "1 OK" recursor-4.7.3.security-status 60 IN TXT "1 OK" recursor-4.8.0-alpha1.security-status 60 IN TXT "2 Unsupported pre-release" recursor-4.8.0-beta1.security-status 60 IN TXT "2 Unsupported pre-release" -recursor-4.8.0-beta2.security-status 60 IN TXT "1 Unsupported pre-release" +recursor-4.8.0-beta2.security-status 60 IN TXT "2 Unsupported pre-release" +recursor-4.8.0-rc1.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/4.8.rst b/pdns/recursordist/docs/changelog/4.8.rst index e2d9a97ea4..cfe237118a 100644 --- a/pdns/recursordist/docs/changelog/4.8.rst +++ b/pdns/recursordist/docs/changelog/4.8.rst @@ -1,6 +1,38 @@ Changelogs for 4.8.X ==================== +.. changelog:: + :version: 4.8.0-rc1 + :released: 18th of November 2022 + + .. change:: + :tags: Bug Fixes + :pullreq: 12201 + :tickets: 12189, 12199 + + Also consider recursive forward in the "forwarded DS should not end up in negCache" code. + + .. change:: + :tags: Bug Fixes + :pullreq: 12200 + :tickets: 12198 + + Correct skip record condition in processRecords. + + .. change:: + :tags: Bug Fixes + :pullreq: 12197 + :tickets: 12175 + + Get DS records with QName Minimization switched on. + + .. change:: + :tags: Bug Fixes + :pullreq: 12196 + :tickets: 12194 + + Fix typo in structured logging key. + .. changelog:: :version: 4.8.0-beta2 :released: 7th of November 2022