]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
changelog and secpoll for auth-4.3.0-beta2 8839/head
authorPeter van Dijk <peter.van.dijk@powerdns.com>
Tue, 18 Feb 2020 22:30:26 +0000 (23:30 +0100)
committerPeter van Dijk <peter.van.dijk@powerdns.com>
Tue, 18 Feb 2020 22:30:26 +0000 (23:30 +0100)
docs/changelog/4.3.rst
docs/secpoll.zone

index fb07a6e2358fce449f2322fb0b0bc0382870cf07..f1e598c91e2b74d2e9deea95d116be45c8375ca1 100644 (file)
@@ -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 <https://blog.powerdns.com/2019/10/17/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
index ab05eb43cd4257c87ddae99582d8288c90ec7943..63b79246407844c26bf5a448d1bdc9e998dbc635 100644 (file)
@@ -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/"