]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
auth 4.6.0 alpha1: changelog & secpoll 10747/head
authorPeter van Dijk <peter.van.dijk@powerdns.com>
Tue, 21 Sep 2021 14:04:35 +0000 (16:04 +0200)
committerPeter van Dijk <peter.van.dijk@powerdns.com>
Thu, 7 Oct 2021 08:08:42 +0000 (10:08 +0200)
docs/changelog/4.6.rst [new file with mode: 0644]
docs/changelog/index.rst
docs/secpoll.zone

diff --git a/docs/changelog/4.6.rst b/docs/changelog/4.6.rst
new file mode 100644 (file)
index 0000000..1e00dec
--- /dev/null
@@ -0,0 +1,112 @@
+Changelogs for 4.6.x
+====================
+
+.. changelog::
+  :version: 4.6.0-alpha1
+  :released: 7th of October 2021
+
+  This is version 4.6.0-alpha1 of the Authoritative Server.
+  This release contains a ton of improvements and bug fixes compared to 4.5, and a couple of user visible changes.
+
+  New features:
+  
+  * support for incoming PROXY headers
+  * support for EDNS Cookies
+
+  Please make sure to read the :doc:`upgrade notes <../upgrading>` before upgrading.
+
+  .. change::
+    :tags: Improvements
+    :pullreq:  10727
+
+    SVCB: Accept known SVCParams in generic format
+
+  .. change::
+    :tags: New Features
+    :pullreq:  10289
+
+    Implement EDNS cookies
+
+  .. change::
+    :tags: Improvements
+    :pullreq:  10653
+
+    Convert locks to LockGuarded
+
+  .. change::
+    :tags: Improvements
+    :pullreq:  10157
+
+    Move to hashed passwords for the web interface
+
+  .. change::
+    :tags: New Features
+    :pullreq:  10660
+
+    incoming PROXY support
+
+  .. change::
+    :tags: Improvements
+    :pullreq:  10484
+
+    remove randombackend (Kees Monshouwer)
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq:  10672
+
+    lmdb-safe: resizing while there might be open transactions is unsafe
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq:  10642
+
+    checkKey: handle NULL error string from OpenSSL more gracefully
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 10780
+
+    remove attodot feature; fixes #10254
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 10788
+
+    improve SOA parse exception handling (Kees Monshouwer)
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 10562
+
+    auth NOTIFY: log names of NSes we could not resolve
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 10779
+
+    pdns_control man page: fix copy+paste for decrypt (Josh Soref)
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 10748
+
+    try to reload rejected zones in bind-backend (Kees Monshouwer)
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 10231
+
+    send YXDOMAIN for too long DNAME synth
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 10770
+
+    Gracefully handle uncaught exceptions in the UDP path
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 10749
+
+    add cookie counters (Kees Monshouwer)
index 73a6df2b80784055047d4b3b225370ee72ded903..88d003b43600f241c9236e44ee7e282bda50bb2b 100644 (file)
@@ -6,6 +6,7 @@ The changelogs for the PowerDNS Authoritative Server are split between release t
 .. toctree::
     :maxdepth: 2
 
+    4.6
     4.5
     4.4
     4.3
index dd3fec695093bc97d5c7c29c4fa7158564ba5768..ba2cd60c0c63df0faf4c4aa00090ac8a8c6b923f 100644 (file)
@@ -1,4 +1,4 @@
-@       86400   IN  SOA pdns-public-ns1.powerdns.com. pieter\.lexis.powerdns.com. 2021092900 10800 3600 604800 10800
+@       86400   IN  SOA pdns-public-ns1.powerdns.com. pieter\.lexis.powerdns.com. 2021100701 10800 3600 604800 10800
 @       3600    IN  NS  pdns-public-ns1.powerdns.com.
 @       3600    IN  NS  pdns-public-ns2.powerdns.com.
 
@@ -84,6 +84,7 @@ auth-4.5.0-rc1.security-status                          60 IN TXT "3 Unsupported
 auth-4.5.0-rc2.security-status                          60 IN TXT "3 Unsupported pre-release (known vulnerabilities)"
 auth-4.5.0.security-status                              60 IN TXT "3 Upgrade now, see https://doc.powerdns.com/authoritative/security-advisories/powerdns-advisory-2021-01.html"
 auth-4.5.1.security-status                              60 IN TXT "1 OK"
+auth-4.6.0-alpha1.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/"