]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Prep for rec-4.8.0-rc1 12209/head
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Fri, 18 Nov 2022 08:15:49 +0000 (09:15 +0100)
committerOtto Moerbeek <otto.moerbeek@open-xchange.com>
Fri, 18 Nov 2022 08:15:49 +0000 (09:15 +0100)
docs/secpoll.zone
pdns/recursordist/docs/changelog/4.8.rst

index 9a1851e42b2c5f7f90159705428d75fe5689656e..81f6e9d343f799ada1e65d18b4b790d031ae6ce2 100644 (file)
@@ -1,4 +1,4 @@
-@       86400   IN  SOA pdns-public-ns1.powerdns.com. peter\.van\.dijk.powerdns.com. 2022110701 10800 3600 604800 10800
+@       86400   IN  SOA pdns-public-ns1.powerdns.com. peter\.van\.dijk.powerdns.com. 2022111801 10800 3600 604800 10800
 @       3600    IN  NS  pdns-public-ns1.powerdns.com.
 @       3600    IN  NS  pdns-public-ns2.powerdns.com.
 
@@ -330,7 +330,8 @@ recursor-4.7.2.security-status                          60 IN TXT "1 OK"
 recursor-4.7.3.security-status                          60 IN TXT "1 OK"
 recursor-4.8.0-alpha1.security-status                   60 IN TXT "2 Unsupported pre-release"
 recursor-4.8.0-beta1.security-status                    60 IN TXT "2 Unsupported pre-release"
-recursor-4.8.0-beta2.security-status                    60 IN TXT "1 Unsupported pre-release"
+recursor-4.8.0-beta2.security-status                    60 IN TXT "2 Unsupported pre-release"
+recursor-4.8.0-rc1.security-status                      60 IN TXT "1 Unsupported pre-release"
 
 ; Recursor Debian
 recursor-3.6.2-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-2016-02/"
index e2d9a97ea405c20abdb58242ef3951070e46f8a3..cfe237118a5661cf3441b750f0f21fbc60dce7b1 100644 (file)
@@ -1,6 +1,38 @@
 Changelogs for 4.8.X
 ====================
 
+.. changelog::
+  :version: 4.8.0-rc1
+  :released: 18th of November 2022
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 12201
+    :tickets: 12189, 12199
+
+    Also consider recursive forward in the "forwarded DS should not end up in negCache" code.
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 12200
+    :tickets: 12198
+
+    Correct skip record condition in processRecords.
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 12197
+    :tickets: 12175
+
+    Get DS records with QName Minimization switched on.
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 12196
+    :tickets: 12194
+
+    Fix typo in structured logging key.
+
 .. changelog::
   :version: 4.8.0-beta2
   :released: 7th of November 2022