From: Otto Moerbeek Date: Tue, 10 Dec 2019 14:40:10 +0000 (+0100) Subject: Prepare for rec-4.3.0-beta1 X-Git-Tag: auth-4.3.0-beta1~62^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e7c91ceda716f4d4e374fc8d4b4ed0e22c15850b;p=thirdparty%2Fpdns.git Prepare for rec-4.3.0-beta1 --- diff --git a/docs/secpoll.zone b/docs/secpoll.zone index 6a6bae98bc..b0662769b2 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. 2019121001 10800 3600 604800 10800 +@ 86400 IN SOA pdns-public-ns1.powerdns.com. pieter\.lexis.powerdns.com. 2019121201 10800 3600 604800 10800 @ 3600 IN NS pdns-public-ns1.powerdns.com. @ 3600 IN NS pdns-public-ns2.powerdns.com. @@ -205,6 +205,7 @@ recursor-4.2.1.security-status 60 IN TXT "1 OK" recursor-4.3.0-alpha1.security-status 60 IN TXT "1 OK" recursor-4.3.0-alpha2.security-status 60 IN TXT "1 OK" recursor-4.3.0-alpha3.security-status 60 IN TXT "1 OK" +recursor-4.3.0-beta1.security-status 60 IN TXT "1 OK" ; 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.3.rst b/pdns/recursordist/docs/changelog/4.3.rst index 168c2fad3e..1f3ecca4ed 100644 --- a/pdns/recursordist/docs/changelog/4.3.rst +++ b/pdns/recursordist/docs/changelog/4.3.rst @@ -1,6 +1,85 @@ Changelogs for 4.3.x ==================== +.. changelog:: + :version: 4.3.0-beta1 + :released: 12th of December 2019 + + .. change:: + :tags: Improvements + :pullreq: 8571 + + Better time based data structures + + .. change:: + :tags: Bug Fixes + :pullreq: 8512 + + Remove duplicate RRs inside a RRSet when computing the signature + + .. change:: + :tags: Bug Fixes + :pullreq: 8560 + + Check return value of dup() and avoid fd leak if if fdopen() fails + + .. change:: + :tags: Bug Fixes + :pullreq: 8559 + :tickets: 8558 + + Avoid startup race by setting the state of a tread before starting it. + + .. change:: + :tags: Improvements + :pullreq: 8561 + + QName Minimization is no longer experimental + + .. change:: + :tags: Bug Fixes + :pullreq: 8525 + :tickets: 7771 + + Purge map of failed auths periodically by keeping a last changed timestamp. + + .. change:: + :tags: Improvements + :pullreq: 8521 + :tickets: 8518 + + Make threads run until asked to stop. + + .. change:: + :tags: Improvements + :pullreq: 8440 + + Fix -WShadow warnings (Aki Tuomi) + + .. change:: + :tags: Improvements + :pullreq: 8477 + + Enable qname minimization + + .. change:: + :tags: Improvements + :pullreq: 8511 + + Do RFC 8020 only if cache entry is dnssec validated + + .. change:: + :tags: Bug Fixes + :pullreq: 8510 + + Avoid mthread race when using the set of rootNSZones. + + .. change:: + :tags: Improvements + :pullreq: 8492 + + Add a parameter to limit the number of '$GENERATE' steps + .. changelog:: :version: 4.3.0-alpha3 :released: 29th of October 2019