From: Otto Moerbeek Date: Wed, 23 Nov 2022 11:14:30 +0000 (+0100) Subject: Prep for rec-4.5.12 rec-4.6.5 rec-4.7.4 X-Git-Tag: dnsdist-1.8.0-rc1~228^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F12233%2Fhead;p=thirdparty%2Fpdns.git Prep for rec-4.5.12 rec-4.6.5 rec-4.7.4 --- diff --git a/docs/secpoll.zone b/docs/secpoll.zone index 81f6e9d343..41d3129c54 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. 2022111801 10800 3600 604800 10800 +@ 86400 IN SOA pdns-public-ns1.powerdns.com. peter\.van\.dijk.powerdns.com. 2022112500 10800 3600 604800 10800 @ 3600 IN NS pdns-public-ns1.powerdns.com. @ 3600 IN NS pdns-public-ns2.powerdns.com. @@ -311,6 +311,7 @@ recursor-4.5.8.security-status 60 IN TXT "3 Upgrade now recursor-4.5.9.security-status 60 IN TXT "3 Upgrade now, see https://doc.powerdns.com/recursor/security-advisories/powerdns-advisory-2022-02.html" recursor-4.5.10.security-status 60 IN TXT "1 OK" recursor-4.5.11.security-status 60 IN TXT "1 OK" +recursor-4.5.12.security-status 60 IN TXT "1 OK" recursor-4.6.0-alpha1.security-status 60 IN TXT "3 Unsupported pre-release (known vulnerabilities)" recursor-4.6.0-alpha2.security-status 60 IN TXT "3 Unsupported pre-release (known vulnerabilities)" recursor-4.6.0-beta1.security-status 60 IN TXT "3 Unsupported pre-release (known vulnerabilities)" @@ -321,6 +322,7 @@ recursor-4.6.1.security-status 60 IN TXT "3 Upgrade now recursor-4.6.2.security-status 60 IN TXT "3 Upgrade now, see https://doc.powerdns.com/recursor/security-advisories/powerdns-advisory-2022-02.html" recursor-4.6.3.security-status 60 IN TXT "1 OK" recursor-4.6.4.security-status 60 IN TXT "1 OK" +recursor-4.6.5.security-status 60 IN TXT "1 OK" recursor-4.7.0-alpha1.security-status 60 IN TXT "3 Unsupported pre-release (known vulnerabilities)" recursor-4.7.0-beta1.security-status 60 IN TXT "3 Unsupported pre-release (known vulnerabilities)" recursor-4.7.0-rc1.security-status 60 IN TXT "3 Unsupported pre-release (known vulnerabilities)" @@ -328,6 +330,7 @@ recursor-4.7.0.security-status 60 IN TXT "3 Upgrade now recursor-4.7.1.security-status 60 IN TXT "3 Upgrade now, see https://doc.powerdns.com/recursor/security-advisories/powerdns-advisory-2022-02.html" recursor-4.7.2.security-status 60 IN TXT "1 OK" recursor-4.7.3.security-status 60 IN TXT "1 OK" +recursor-4.7.4.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 "2 Unsupported pre-release" diff --git a/pdns/recursordist/docs/changelog/4.5.rst b/pdns/recursordist/docs/changelog/4.5.rst index d1ebfdacac..6a33ef4579 100644 --- a/pdns/recursordist/docs/changelog/4.5.rst +++ b/pdns/recursordist/docs/changelog/4.5.rst @@ -1,6 +1,52 @@ Changelogs for 4.5.X ==================== +.. changelog:: + :version: 4.5.12 + :released: 25th of November 2022 + + .. change:: + :tags: Bug Fixes + :pullreq: 12228 + :tickets: 12198 + + Correct skip record condition in processRecords. + + .. change:: + :tags: Bug Fixes + :pullreq: 12225 + :tickets: 12189, 12199 + + Also consider recursive forward in the "forwarded DS should not end up in negCache code." + + .. change:: + :tags: Bug Fixes + :pullreq: 12192 + :tickets: 12125 + + Timout handling for IXFRs as a client. + + .. change:: + :tags: Bug Fixes + :pullreq: 12169 + :tickets: 12081 + + Log invalid RPZ content when obtained via IXFR. + + .. change:: + :tags: Bug Fixes + :pullreq: 12166 + :tickets: 12038 + + When an expired NSEC3 entry is seen, move it to the front of the expiry queue. + + .. change:: + :tags: Bug Fixes + :pullreq: 12165 + :tickets: 11337, 11338 + + QType ADDR is supposed to be used internally only. + .. changelog:: :version: 4.5.11 :released: 20th of September 2022 diff --git a/pdns/recursordist/docs/changelog/4.6.rst b/pdns/recursordist/docs/changelog/4.6.rst index fe88c309cf..5adc68aa0e 100644 --- a/pdns/recursordist/docs/changelog/4.6.rst +++ b/pdns/recursordist/docs/changelog/4.6.rst @@ -1,6 +1,52 @@ Changelogs for 4.6.X ==================== +.. changelog:: + :version: 4.6.5 + :released: 25th of November 2022 + + .. change:: + :tags: Bug Fixes + :pullreq: 12229 + :tickets: 12198 + + Correct skip record condition in processRecords. + + .. change:: + :tags: Bug Fixes + :pullreq: 12226 + :tickets: 12189, 12199 + + Also consider recursive forward in the "forwarded DS should not end up in negCache code." + + .. change:: + :tags: Bug Fixes + :pullreq: 12191 + :tickets: 12125 + + Timout handling for IXFRs as a client. + + .. change:: + :tags: Bug Fixes + :pullreq: 12172 + :tickets: 12066 + + Detect invalid bytes in makeBytesFromHex(). + + .. change:: + :tags: Bug Fixes + :pullreq: 12170 + :tickets: 12081 + + Log invalid RPZ content when obtained via IXFR. + + .. change:: + :tags: Bug Fixes + :pullreq: 12167 + :tickets: 12038 + + When an expired NSEC3 entry is seen, move it to the front of the expiry queue. + .. changelog:: :version: 4.6.4 :released: 20th of September 2022 diff --git a/pdns/recursordist/docs/changelog/4.7.rst b/pdns/recursordist/docs/changelog/4.7.rst index 2405bad704..514fb0efee 100644 --- a/pdns/recursordist/docs/changelog/4.7.rst +++ b/pdns/recursordist/docs/changelog/4.7.rst @@ -1,6 +1,59 @@ Changelogs for 4.7.X ==================== +.. changelog:: + :version: 4.7.4 + :released: 25th of November 2022 + + .. change:: + :tags: Bug Fixes + :pullreq: 12231 + :tickets: 12046 + + Fix compilation of the event ports multiplexer. + + .. change:: + :tags: Bug Fixes + :pullreq: 12230 + :tickets: 12198 + + Correct skip record condition in processRecords. + + .. change:: + :tags: Bug Fixes + :pullreq: 12227 + :tickets: 12189, 12199 + + Also consider recursive forward in the "forwarded DS should not end up in negCache code." + + .. change:: + :tags: Bug Fixes + :pullreq: 12190 + :tickets: 12125 + + Timout handling for IXFRs as a client. + + .. change:: + :tags: Bug Fixes + :pullreq: 12173 + :tickets: 12066 + + Detect invalid bytes in makeBytesFromHex(). + + .. change:: + :tags: Bug Fixes + :pullreq: 12171 + :tickets: 12081 + + Log invalid RPZ content when obtained via IXFR. + + .. change:: + :tags: Bug Fixes + :pullreq: 12168 + :tickets: 12038 + + When an expired NSEC3 entry is seen, move it to the front of the expiry queue. + .. changelog:: :version: 4.7.3 :released: 20th of September 2022