From: Otto Moerbeek Date: Fri, 4 Nov 2022 13:42:01 +0000 (+0100) Subject: Prep for rec-4.8.0-beta2 X-Git-Tag: dnsdist-1.8.0-rc1~243^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F12174%2Fhead;p=thirdparty%2Fpdns.git Prep for rec-4.8.0-beta2 --- diff --git a/.github/actions/spell-check/expect.txt b/.github/actions/spell-check/expect.txt index cd7e932a26..04fd9844a2 100644 --- a/.github/actions/spell-check/expect.txt +++ b/.github/actions/spell-check/expect.txt @@ -1122,7 +1122,7 @@ nostrip NOSUBDIR nosync Notaras -NOTAUTH +notauth NOTIFYs NOTPARALLEL notrack diff --git a/docs/secpoll.zone b/docs/secpoll.zone index 6e937ea2a9..9a1851e42b 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. 2022110201 10800 3600 604800 10800 +@ 86400 IN SOA pdns-public-ns1.powerdns.com. peter\.van\.dijk.powerdns.com. 2022110701 10800 3600 604800 10800 @ 3600 IN NS pdns-public-ns1.powerdns.com. @ 3600 IN NS pdns-public-ns2.powerdns.com. @@ -329,7 +329,8 @@ recursor-4.7.1.security-status 60 IN TXT "3 Upgrade now 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 "1 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 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 cba8dcc100..e2d9a97ea4 100644 --- a/pdns/recursordist/docs/changelog/4.8.rst +++ b/pdns/recursordist/docs/changelog/4.8.rst @@ -1,6 +1,59 @@ Changelogs for 4.8.X ==================== +.. changelog:: + :version: 4.8.0-beta2 + :released: 7th of November 2022 + + .. change:: + :tags: Bug Fixes + :pullreq: 12163 + :tickets: 12155 + + Fix SNMP OID numbers for rcode stats. + + .. change:: + :tags: Bug Fixes + :pullreq: 12162 + :tickets: 12122 + + Implement output operator for QTypes, avoids numeric qtypes in trace logs. + + .. change:: + :tags: Bug Fixes + :pullreq: 12161 + :tickets: 12125 + + Handle IXFR connect and transfer timeouts. + + .. change:: + :tags: Improvements + :pullreq: 12146 + :tickets: 12063 + + Only replace protobuf logger config objects if the reload changed them. + + .. change:: + :tags: Improvements + :pullreq: 12150 + :tickets: 12140 + + Be more lenient replacing auth by non-auth records in cache. + + .. change:: + :tags: Bug Fixes + :pullreq: 12145 + :tickets: 12081 + + Log invalid RPZ content when obtained via IXFR. + + .. change:: + :tags: Bug Fixes + :pullreq: 12147 + :tickets: 12066 + + Detect invalid bytes in makeBytesFromHex(). + .. changelog:: :version: 4.8.0-beta1 :released: 5th of October 2022