From: Otto Date: Tue, 30 Mar 2021 07:10:21 +0000 (+0200) Subject: Prep for rec-4.4.3 X-Git-Tag: dnsdist-1.6.0-rc1~44^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F10243%2Fhead;p=thirdparty%2Fpdns.git Prep for rec-4.4.3 --- diff --git a/docs/secpoll.zone b/docs/secpoll.zone index 294627e974..c662fcd6a6 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. 2021032901 10800 3600 604800 10800 +@ 86400 IN SOA pdns-public-ns1.powerdns.com. pieter\.lexis.powerdns.com. 2021033100 10800 3600 604800 10800 @ 3600 IN NS pdns-public-ns1.powerdns.com. @ 3600 IN NS pdns-public-ns2.powerdns.com. @@ -251,6 +251,7 @@ recursor-4.4.0-rc2.security-status 60 IN TXT "3 Unsupported recursor-4.4.0.security-status 60 IN TXT "1 OK" recursor-4.4.1.security-status 60 IN TXT "1 OK" recursor-4.4.2.security-status 60 IN TXT "1 OK" +recursor-4.4.3.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" diff --git a/pdns/recursordist/docs/changelog/4.4.rst b/pdns/recursordist/docs/changelog/4.4.rst index 715616a692..0ff3ea4e3a 100644 --- a/pdns/recursordist/docs/changelog/4.4.rst +++ b/pdns/recursordist/docs/changelog/4.4.rst @@ -1,6 +1,79 @@ Changelogs for 4.4.x ==================== +.. changelog:: + :version: 4.4.3 + :released: 31st of March 2021 + + .. change:: + :tags: Bug Fixes + :pullreq: 10240 + :tickets: 10238 + + More fail-safe handling of Newly Discovered Domain files. + + .. change:: + :tags: Bug Fixes + :pullreq: 10227 + :tickets: 10111 + + Handle policy (if needed) after postresolve. + + .. change:: + :tags: Bug Fixes + :pullreq: 10226 + :tickets: 10064 + + Return current rcode instead of 0 if there are no CNAME records to follow. + + .. change:: + :tags: Bug Fixes + :pullreq: 10224 + :tickets: 9883 + + Lookup DS entries before CNAME entries. + + .. change:: + :tags: Improvements + :pullreq: 10221 + :tickets: 9856 + + Use a short-lived NSEC3 hashes cache for denial validation. + + .. change:: + :tags: Bug Fixes + :pullreq: 10199 + :tickets: 9812 + + Handle failure to start the web server more gracefully. + + .. change:: + :tags: Bug Fixes + :pullreq: 10197 + :tickets: 9970 + + Test that we correctly cap the answer's TTL in expanded wildcard cases. + + .. change:: + :tags: Bug Fixes + :pullreq: 10194 + :tickets: 9793 + + Fix the gathering of denial proof for wildcard-expanded answers. + + .. change:: + :tags: Bug Fixes + :pullreq: 10192 + :tickets: 10185 + + Make sure we take the right minimum for the packet cache TTL data in the SERVFAIL case. + + .. change:: + :tags: Enhancement + :pullreq: 10062 + + Pull in libfstrm for el8 build. + .. changelog:: :version: 4.4.2 :released: 14th of December 2020