From b66617ed8b38fb978061ce57b2407c607afa5b6c Mon Sep 17 00:00:00 2001 From: Peter van Dijk Date: Mon, 30 Mar 2020 17:59:51 +0200 Subject: [PATCH] auth 4.3.0 docs, upgrade notes, secpoll --- docs/changelog/4.3.rst | 33 +++++++++++++++++++++++++++++++++ docs/secpoll.zone | 5 +++-- docs/upgrading.rst | 2 ++ 3 files changed, 38 insertions(+), 2 deletions(-) diff --git a/docs/changelog/4.3.rst b/docs/changelog/4.3.rst index b666d6d713..69573003fc 100644 --- a/docs/changelog/4.3.rst +++ b/docs/changelog/4.3.rst @@ -1,6 +1,39 @@ Changelogs for 4.3.x ==================== +.. changelog:: + :version: 4.3.0 + :released: 7th of April 2020 + + This is version 4.3.0 of the Authoritative Server. + It contains all changes mentioned in the alpha, beta and RC versions below, plus two more bugfixes. + + If you are upgrading from beta2 or rc2, AND ONLY THEN, please read `pull request #8975 `__ very carefully. + + .. change:: + :tags: Bug Fixes + :pullreq: 8977 + + avoid IXFR-in record duplication + + .. change:: + :tags: Bug Fixes + :pullreq: 8975 + + improve sql schema updates + + .. change:: + :tags: Improvements + :pullreq: 8951 + + reduce the number of temporary memory allocations + + .. change:: + :tags: Bug Fixes + :pullreq: 8973 + + Fix NSECx for unpublished DNSKEYs properly + .. changelog:: :version: 4.3.0-rc2 :released: 18th of March 2020 diff --git a/docs/secpoll.zone b/docs/secpoll.zone index 5ddec922f8..57cd8e0bd7 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. 2020032001 10800 3600 604800 10800 +@ 86400 IN SOA pdns-public-ns1.powerdns.com. pieter\.lexis.powerdns.com. 2020040701 10800 3600 604800 10800 @ 3600 IN NS pdns-public-ns1.powerdns.com. @ 3600 IN NS pdns-public-ns2.powerdns.com. @@ -64,7 +64,8 @@ auth-4.3.0-alpha1.security-status 60 IN TXT "2 Unsupported 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 "2 Unsupported pre-release (no known vulnerabilities)" auth-4.3.0-rc1.security-status 60 IN TXT "2 Unsupported pre-release (no known vulnerabilities)" -auth-4.3.0-rc2.security-status 60 IN TXT "1 OK" +auth-4.3.0-rc2.security-status 60 IN TXT "2 Unsupported pre-release (no known vulnerabilities)" +auth-4.3.0.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/" diff --git a/docs/upgrading.rst b/docs/upgrading.rst index 5de844bc50..55ec09c228 100644 --- a/docs/upgrading.rst +++ b/docs/upgrading.rst @@ -61,6 +61,8 @@ Removed settings Schema changes ^^^^^^^^^^^^^^ - The new 'unpublished DNSSEC keys' feature comes with a mandatory schema change for all database backends (including BIND with a DNSSEC database). Please find files named "4.2.0_to_4.3.0_schema.X.sql" for your database backend in our Git repo, tarball, or distro-specific documentation path. For the LMDB backend, please review :ref:`setting-lmdb-schema-version`. +- If you are upgrading from beta2 or rc2, AND ONLY THEN, please read `pull request #8975 `__ very carefully. + Implicit 5->7 algorithm upgrades ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -- 2.47.2