]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
auth 4.3.0 docs, upgrade notes, secpoll 8982/head
authorPeter van Dijk <peter.van.dijk@powerdns.com>
Mon, 30 Mar 2020 15:59:51 +0000 (17:59 +0200)
committerPeter van Dijk <peter.van.dijk@powerdns.com>
Tue, 7 Apr 2020 07:51:00 +0000 (09:51 +0200)
docs/changelog/4.3.rst
docs/secpoll.zone
docs/upgrading.rst

index b666d6d713fbaed98d14a31ce073ce99a9e0561b..69573003fcd2e1f56723015d51e59688f59411ac 100644 (file)
@@ -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 <https://github.com/PowerDNS/pdns/pull/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
index 5ddec922f887547838eaf186de7e2cd27b690902..57cd8e0bd706a6c09c3b6f5682652b620a4ec628 100644 (file)
@@ -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/"
index 5de844bc50be8182564889d6d9ca96f460dec12a..55ec09c228df42f87e94a75be7aea6ed23223bad 100644 (file)
@@ -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 <https://github.com/PowerDNS/pdns/pull/8975>`__ very carefully.
+
 
 Implicit 5->7 algorithm upgrades
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^