]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
auth-4.6.0-rc1: docs+secpoll 11181/head
authorPeter van Dijk <peter.van.dijk@powerdns.com>
Thu, 13 Jan 2022 13:19:41 +0000 (14:19 +0100)
committerPeter van Dijk <peter.van.dijk@powerdns.com>
Fri, 14 Jan 2022 12:12:43 +0000 (13:12 +0100)
docs/changelog/4.6.rst
docs/secpoll.zone

index d0f2483cdc6c4b21108ddfca7d6bce4e74a190e4..b3dd1467018b4a849b8e9b018747605c98a3d0ee 100644 (file)
@@ -1,6 +1,59 @@
 Changelogs for 4.6.x
 ====================
 
+.. changelog::
+  :version: 4.6.0-rc1
+  :released: 14th of January 2022
+
+  This is version 4.6.0-rc1 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
+  * autoprimary management via pdnsutil and the API
+
+  Please make sure to read the :doc:`upgrade notes <../upgrading>` before upgrading.
+
+  Compared to 4.6.0-beta1, this release contains one new feature (autoprimary management via API and pdnsutil) and a bunch of bug fixes.
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 11160
+
+    add zone removal to the zone cache (Kees Monshouwer)
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 11145
+
+    pdnsutil edit-zone: fix n and e behaviour on increase-serial prompt
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 11159
+
+    lmdb: check if the lookup name is part of the zone (Kees Monshouwer)
+
+  .. change::
+    :tags: New Features
+    :pullreq: 11161
+
+    add autoprimary management in API & pdnsutil
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 11139
+
+    lmdb: fix records removal in deleteDomain(); improve tcp exception handling
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 11093
+
+    docker images: Remove capability requirements
+
 .. changelog::
   :version: 4.6.0-beta1
   :released: 9th of December 2021
index d08f4f177dee037ff270cba24f1c21a648b1a154..ca2b424facde080fb6098ea412dc117b69258c2b 100644 (file)
@@ -1,4 +1,4 @@
-@       86400   IN  SOA pdns-public-ns1.powerdns.com. peter\.van\.dijk.powerdns.com. 2022011101 10800 3600 604800 10800
+@       86400   IN  SOA pdns-public-ns1.powerdns.com. peter\.van\.dijk.powerdns.com. 2022011401 10800 3600 604800 10800
 @       3600    IN  NS  pdns-public-ns1.powerdns.com.
 @       3600    IN  NS  pdns-public-ns2.powerdns.com.
 
@@ -98,8 +98,9 @@ auth-4.5.0-rc2.security-status                          60 IN TXT "3 Unsupported
 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.5.2.security-status                              60 IN TXT "1 OK"
-auth-4.6.0-alpha1.security-status                       60 IN TXT "2 Unsupported pre-release, superseded by 4.6.0-beta1"
-auth-4.6.0-beta1.security-status                        60 IN TXT "1 Unsupported pre-release"
+auth-4.6.0-alpha1.security-status                       60 IN TXT "2 Unsupported pre-release, superseded by 4.6.0-rc1"
+auth-4.6.0-beta1.security-status                        60 IN TXT "2 Unsupported pre-release, superseded by 4.6.0-rc1"
+auth-4.6.0-rc1.security-status                          60 IN TXT "1 Unsupported pre-release"
 
 ; 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/"