From: Otto Moerbeek Date: Mon, 7 Sep 2020 07:39:10 +0000 (+0200) Subject: Prep rec-4.3.4 X-Git-Tag: rec-4.5.0-alpha0~15^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F9447%2Fhead;p=thirdparty%2Fpdns.git Prep rec-4.3.4 --- diff --git a/docs/secpoll.zone b/docs/secpoll.zone index 6bff07d749..7e50c8523f 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. 2020083101 10800 3600 604800 10800 +@ 86400 IN SOA pdns-public-ns1.powerdns.com. pieter\.lexis.powerdns.com. 2020090801 10800 3600 604800 10800 @ 3600 IN NS pdns-public-ns1.powerdns.com. @ 3600 IN NS pdns-public-ns2.powerdns.com. @@ -224,6 +224,7 @@ recursor-4.3.0.security-status 60 IN TXT "3 Upgrade now recursor-4.3.1.security-status 60 IN TXT "3 Upgrade now, see https://doc.powerdns.com/recursor/security-advisories/powerdns-advisory-2020-04.html" recursor-4.3.2.security-status 60 IN TXT "1 OK" recursor-4.3.3.security-status 60 IN TXT "1 OK" +recursor-4.3.4.security-status 60 IN TXT "1 OK" recursor-4.4.0-alpha1.security-status 60 IN TXT "3 Unsupported pre-release (known vulnerabilities)" recursor-4.4.0-alpha2.security-status 60 IN TXT "3 Unsupported pre-release" recursor-4.4.0-beta1.security-status 60 IN TXT "1 OK" diff --git a/pdns/recursordist/docs/changelog/4.3.rst b/pdns/recursordist/docs/changelog/4.3.rst index acb4ae32b0..d5ed14ae2e 100644 --- a/pdns/recursordist/docs/changelog/4.3.rst +++ b/pdns/recursordist/docs/changelog/4.3.rst @@ -1,5 +1,30 @@ Changelogs for 4.3.x ==================== + +.. changelog:: + :version: 4.3.4 + :released: 8th of September 2020 + + .. change:: + :tags: Bug Fixes + :pullreq: 9416 + :tickets: 9375 + + Allow some more depth headroom for the no-qname-minimization fallback case. + + .. change:: + :tags: Bug Fixes + :pullreq: 9367 + + Resize hostname to final size in getCarbonHostname(). + + .. change:: + :tags: Improvements + :pullreq: 9397 + :tickets: 9073 + + Ensure runtime dirs for virtual services differ. + .. changelog:: :version: 4.3.3 :released: 17th of July 2020