From: Otto Moerbeek Date: Mon, 2 Mar 2020 10:04:52 +0000 (+0100) Subject: Prep for rec-4.3.0 X-Git-Tag: dnsdist-1.5.0-alpha1~39^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F8884%2Fhead;p=thirdparty%2Fpdns.git Prep for rec-4.3.0 --- diff --git a/docs/secpoll.zone b/docs/secpoll.zone index 63b7924640..ff1011444e 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. 2020022100 10800 3600 604800 10800 +@ 86400 IN SOA pdns-public-ns1.powerdns.com. pieter\.lexis.powerdns.com. 2020030300 10800 3600 604800 10800 @ 3600 IN NS pdns-public-ns1.powerdns.com. @ 3600 IN NS pdns-public-ns2.powerdns.com. @@ -210,7 +210,8 @@ recursor-4.3.0-alpha3.security-status 60 IN TXT "2 Unsupported recursor-4.3.0-beta1.security-status 60 IN TXT "2 Unsupported pre-release (no known vulnerabilities)" recursor-4.3.0-beta2.security-status 60 IN TXT "2 Unsupported pre-release (no known vulnerabilities)" recursor-4.3.0-rc1.security-status 60 IN TXT "2 Unsupported pre-release (no known vulnerabilities)" -recursor-4.3.0-rc2.security-status 60 IN TXT "1 OK" +recursor-4.3.0-rc2.security-status 60 IN TXT "2 Unsupported pre-release (no known vulnerabilities)" +recursor-4.3.0.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/appendices/EOL.rst b/pdns/recursordist/docs/appendices/EOL.rst index 6ba291f775..6d2a505e2a 100644 --- a/pdns/recursordist/docs/appendices/EOL.rst +++ b/pdns/recursordist/docs/appendices/EOL.rst @@ -1,17 +1,17 @@ End of life statements ====================== -The currently supported release train of the PowerDNS Recursor is 4.2. +The currently supported release train of the PowerDNS Recursor is 4.3. -PowerDNS Recursor 4.1 will only receive correctness, stability and -security updates and will be receiving security updates only after -PowerDNS Recursor 4.3 is released. It wil be end of life after -PowerDNS Recursor 4.4 is released. +PowerDNS Recursor 4.2 will only receive correctness, stability and +security updates and will be receiving critical security updates only +after PowerDNS Recursor 4.4 is released. It wil be end of life after +PowerDNS Recursor 4.5 is released. -PowerDNS Recursor 4.0 will only receive security updates and will be -end of life after PowerDNS Recursor 4.3 is released. +PowerDNS Recursor 4.1 will only receive critical security updates. It +wil be end of life after PowerDNS Recursor 4.4 is released. -PowerDNS Recursor 3.x, and 2.x are end of life. +PowerDNS Recursor 4.0, 3.x, and 2.x are end of life. Note: Users with a commercial agreement with PowerDNS.COM BV or Open-Xchange can receive extended support for releases which are End Of Life. If you are diff --git a/pdns/recursordist/docs/changelog/4.3.rst b/pdns/recursordist/docs/changelog/4.3.rst index 0049e492b0..1f32051eb8 100644 --- a/pdns/recursordist/docs/changelog/4.3.rst +++ b/pdns/recursordist/docs/changelog/4.3.rst @@ -1,6 +1,22 @@ Changelogs for 4.3.x ==================== +.. changelog:: + :version: 4.3.0 + :released: 3rd of March 2020 + +.. change:: + :tags: Improvements + :pullreq: 8870 + + Only log qname parsing errors when 'log-common-errors' is set. + + .. change:: + :tags: Improvements + :pullreq: 8863 + + Update copyright year. + .. changelog:: :version: 4.3.0-rc2 :released: 18th of February 2020