From: Otto Date: Wed, 3 Nov 2021 12:22:25 +0000 (+0100) Subject: Prep for rec-4.4.7 and rec-4.5.7 X-Git-Tag: rec-4.6.0-beta1~11^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F10940%2Fhead;p=thirdparty%2Fpdns.git Prep for rec-4.4.7 and rec-4.5.7 --- diff --git a/docs/secpoll.zone b/docs/secpoll.zone index 787a811247..7bb94cbdee 100644 --- a/docs/secpoll.zone +++ b/docs/secpoll.zone @@ -1,4 +1,4 @@ -@ 86400 IN SOA pdns-public-ns1.powerdns.com. pieter\.lexis.powerdns.com. 2021102504 10800 3600 604800 10800 +@ 86400 IN SOA pdns-public-ns1.powerdns.com. pieter\.lexis.powerdns.com. 2021110500 10800 3600 604800 10800 @ 3600 IN NS pdns-public-ns1.powerdns.com. @ 3600 IN NS pdns-public-ns2.powerdns.com. @@ -262,6 +262,7 @@ recursor-4.4.3.security-status 60 IN TXT "1 OK" recursor-4.4.4.security-status 60 IN TXT "1 OK" recursor-4.4.5.security-status 60 IN TXT "1 OK" recursor-4.4.6.security-status 60 IN TXT "1 OK" +recursor-4.4.7.security-status 60 IN TXT "1 OK" recursor-4.5.0-alpha1.security-status 60 IN TXT "3 Unsupported pre-release" recursor-4.5.0-alpha2.security-status 60 IN TXT "3 Unsupported pre-release" recursor-4.5.0-alpha3.security-status 60 IN TXT "3 Unsupported pre-release" @@ -275,6 +276,7 @@ recursor-4.5.3.security-status 60 IN TXT "2 Unsupported recursor-4.5.4.security-status 60 IN TXT "1 OK" recursor-4.5.5.security-status 60 IN TXT "1 OK" recursor-4.5.6.security-status 60 IN TXT "1 OK" +recursor-4.5.7.security-status 60 IN TXT "1 OK" recursor-4.6.0-alpha1.security-status 60 IN TXT "1 Unsupported pre-release" recursor-4.6.0-alpha2.security-status 60 IN TXT "1 Unsupported pre-release" diff --git a/pdns/recursordist/docs/changelog/4.4.rst b/pdns/recursordist/docs/changelog/4.4.rst index d78a9cc510..2b729a3e75 100644 --- a/pdns/recursordist/docs/changelog/4.4.rst +++ b/pdns/recursordist/docs/changelog/4.4.rst @@ -1,6 +1,24 @@ Changelogs for 4.4.x ==================== +.. changelog:: + :version: 4.4.7 + :released: 5th of November 2021 + + .. change:: + :tags: Bug Fixes + :pullreq: 10910 + :tickets: 10908 + + A SHA-384 DS should not trump a SHA-256 one, only potentially ignore SHA-1 DS records. + + .. change:: + :tags: Bug Fixes + :pullreq: 10909 + :tickets: 10905 + + rec_control wipe-cache-typed should check if a qtype argument is present and valid. + .. changelog:: :version: 4.4.6 :released: 8th of October 2021 diff --git a/pdns/recursordist/docs/changelog/4.5.rst b/pdns/recursordist/docs/changelog/4.5.rst index 19eb249237..371f9c5bdb 100644 --- a/pdns/recursordist/docs/changelog/4.5.rst +++ b/pdns/recursordist/docs/changelog/4.5.rst @@ -1,5 +1,29 @@ Changelogs for 4.5.X ==================== +.. changelog:: + :version: 4.5.7 + :released: 5th of November 2021 + + .. change:: + :tags: Bug Fixes + :pullreq: 10912 + :tickets: 10908 + + A SHA-384 DS should not trump a SHA-256 one, only potentially ignore SHA-1 DS records. + + .. change:: + :tags: Bug Fixes + :pullreq: 10911 + :tickets: 10905 + + rec_control wipe-cache-typed should check if a qtype arg is present and valid. + + .. change:: + :tags: Bug Fixes + :pullreq: 10863 + :tickets: 10842 + + Put the correct string into appliedPolicyTrigger for Netmask matching rules. .. changelog:: :version: 4.5.6