From: Peter van Dijk Date: Tue, 18 Feb 2020 22:30:26 +0000 (+0100) Subject: changelog and secpoll for auth-4.3.0-beta2 X-Git-Tag: rec-4.4.0-alpha0~12^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F8839%2Fhead;p=thirdparty%2Fpdns.git changelog and secpoll for auth-4.3.0-beta2 --- diff --git a/docs/changelog/4.3.rst b/docs/changelog/4.3.rst index fb07a6e235..f1e598c91e 100644 --- a/docs/changelog/4.3.rst +++ b/docs/changelog/4.3.rst @@ -1,6 +1,105 @@ Changelogs for 4.3.x ==================== +.. changelog:: + :version: 4.3.0-beta2 + :released: 21st of February 2020 + + This is the second beta for version 4.3.0 of the Authoritative Server. + We expect this to be the final beta. + Please see :doc:`the upgrade notes <../upgrading>` for some breaking changes including a mandatory schema upgrade for database backends. + + Some minor fixes have been left out from the list below; some other bugs may have been fixed accidentally as a result of the tremendous amount of work that goes into each of our major releases. + + As announced in `Backend removals in the upcoming Authoritative Server release `_, we have removed five backends. + + + .. change:: + :tags: Improvements + :pullreq: 8811 + + adjust NSEC TTLs to negative TTL + + .. change:: + :tags: Improvements + :pullreq: 8776 + + Add more SQL schema files to packages and tarballs (Matt Nordhoff) + + .. change:: + :tags: Improvements + :pullreq: 8828 + :tickets: 7970 + + only log "No question section in packet" at Debug logging level + + .. change:: + :tags: Improvements + :pullreq: 8096 + + do not update identical notified serials (Kees Monshouwer) + + .. change:: + :tags: Bug Fixes + :pullreq: 8826 + + Refuse NSEC records with a bitmap length > 32 + + .. change:: + :tags: New Features + :pullreq: 8094 + + add full option to 'pdns_control show-config' (Kees Monshouwer) + + .. change:: + :tags: Bug Fixes + :pullreq: 8815 + + YaHTTP: Support bracketed IPv6 addresses + + .. change:: + :tags: Improvements + :pullreq: 8779 + + IXFR: only sign SOA in empty response for +DO queries + + .. change:: + :tags: Improvements + :pullreq: 8793 + + Prepare the caches' buckets in advance + + .. change:: + :tags: Improvements + :pullreq: 8355 + + Rework NetmaskTree for better CPU and memory efficiency. (Stephan Bosch) + + .. change:: + :tags: New Features + :pullreq: 8783 + + Add 'IO wait' and 'steal' metrics on Linux + + .. change:: + :tags: Bug Fixes + :pullreq: 8788 + + Make sure the default-publish-cds and default-publish-cdnskey options are respected for AXFR (Robin Geuze) + + .. change:: + :tags: New Features + :pullreq: 8784 + + API: add includerings option to statistics endpoint + + .. change:: + :tags: New Features + :pullreq: 8682 + + Add an extended status report in the bind backend + + .. changelog:: :version: 4.3.0-beta1 :released: 31st of January 2020 diff --git a/docs/secpoll.zone b/docs/secpoll.zone index ab05eb43cd..63b7924640 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. 2020021800 10800 3600 604800 10800 +@ 86400 IN SOA pdns-public-ns1.powerdns.com. pieter\.lexis.powerdns.com. 2020022100 10800 3600 604800 10800 @ 3600 IN NS pdns-public-ns1.powerdns.com. @ 3600 IN NS pdns-public-ns2.powerdns.com. @@ -61,7 +61,8 @@ auth-4.2.0-rc3.security-status 60 IN TXT "2 Unsupported auth-4.2.0.security-status 60 IN TXT "1 OK" auth-4.2.1.security-status 60 IN TXT "1 OK" auth-4.3.0-alpha1.security-status 60 IN TXT "2 Unsupported pre-release (no known vulnerabilities)" -auth-4.3.0-beta1.security-status 60 IN TXT "1 OK" +auth-4.3.0-beta1.security-status 60 IN TXT "2 Unsupported pre-release (no known vulnerabilities)" +auth-4.3.0-beta2.security-status 60 IN TXT "1 OK" ; Auth Debian auth-3.4.1-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-2015-02/ and https://doc.powerdns.com/3/security/powerdns-advisory-2016-02/ and https://doc.powerdns.com/3/security/powerdns-advisory-2016-03/ and https://doc.powerdns.com/3/security/powerdns-advisory-2016-04/ and https://doc.powerdns.com/3/security/powerdns-advisory-2016-05/"