]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
auth-4.4.0-rc1: docs and secpoll 9820/head
authorYour Name <peter.van.dijk@powerdns.com>
Mon, 7 Dec 2020 08:16:09 +0000 (09:16 +0100)
committerYour Name <peter.van.dijk@powerdns.com>
Mon, 7 Dec 2020 08:59:15 +0000 (09:59 +0100)
docs/changelog/4.4.rst
docs/secpoll.zone

index a3acdb86b5a69d0100abae9f51521610e065cf34..c162b2e01f2b7c57d2162b926d08c6fe2dd6fb34 100644 (file)
@@ -1,6 +1,76 @@
 Changelogs for 4.4.x
 ====================
 
+.. changelog::
+  :version: 4.4.0-rc1
+  :released: 7th of December 2020
+
+  This is the first Release Candidate for version 4.4.0 of the Authoritative Server.
+  If no trouble surfaces, we will release the actual 4.4.0 within a few weeks.
+
+  This release drops GSS/TSIG support, please see :doc:`PowerDNS Security Advisory 2020-06 <../security-advisories/powerdns-advisory-2020-06>`.
+
+  Version 4.4.0 brings a bunch of exciting changes:
+
+  * the LMDB backend now supports long record content, making it production ready for everybody
+  * the SVCB and HTTPS record types are supported, with limited additional processing
+  * transaction handling in the 2136 handler and the HTTP API was again improved a lot, avoiding various spurious issues users may have noticed if they do a lot of changes
+  * a new setting (:ref:`setting-consistent-backends`) offers a roughly 30% speedup, subject to conditions
+  * we finally emit Prometheus metrics!
+
+  We want to specifically thank Robin Geuze, Kees Monshouwer, Mischan Toosarani-Hausberger, Chris Hofstaedtler, and Kevin Fleming for their contributions to this release.
+  We are also grateful to all other reporters of bugs, issues, feature requests, and submitters of smaller fixes and features.
+
+  Please make sure to read the :doc:`upgrade notes <../upgrading>` before upgrading.
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 9816
+
+    geoip: set netmask on all string formatting types (Kees Monshouwer)
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 9800
+
+    api-swagger.json: do not depend on .venv target
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 9798
+
+    Ensure socket-dir matches runtime dir on old systemd
+
+  .. change::
+    :tags: Improvements
+    :issues: 9730
+
+    pdnsutil add-record: notice when backend does not support replaceRRSet
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 9765
+
+    add remote to default axfr logging (Kees Monshouwer)
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 9785
+
+    fix rounding inaccuracy in latency statistics (Kees Monshouwer)
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 9773
+
+    APL records: fix endianness problem
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 9761
+
+    Fix the DNSName move assignment operator
+
 .. changelog::
   :version: 4.4.0-beta1
   :released: 23rd of November 2020
index 7772a524ab9058dbb43b77dc3e865840995bda56..499824267bf94196fb2a313824c5cc47eee344dc 100644 (file)
@@ -1,4 +1,4 @@
-@       86400   IN  SOA pdns-public-ns1.powerdns.com. pieter\.lexis.powerdns.com. 2020112501 10800 3600 604800 10800
+@       86400   IN  SOA pdns-public-ns1.powerdns.com. pieter\.lexis.powerdns.com. 2020120701 10800 3600 604800 10800
 @       3600    IN  NS  pdns-public-ns1.powerdns.com.
 @       3600    IN  NS  pdns-public-ns2.powerdns.com.
 
@@ -73,7 +73,8 @@ auth-4.3.1.security-status                              60 IN TXT "1 OK"
 auth-4.4.0-alpha1.security-status                       60 IN TXT "2 Unsupported pre-release (no known vulnerabilities)"
 auth-4.4.0-alpha2.security-status                       60 IN TXT "2 Unsupported pre-release (no known vulnerabilities)"
 auth-4.4.0-alpha3.security-status                       60 IN TXT "2 Unsupported pre-release (no known vulnerabilities)"
-auth-4.4.0-beta1.security-status                        60 IN TXT "1 OK"
+auth-4.4.0-beta1.security-status                        60 IN TXT "2 Unsupported pre-release (no known vulnerabilities)"
+auth-4.4.0-rc1.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/"