]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Prep for rec-4.4.0-rc2 9585/head
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Mon, 5 Oct 2020 08:31:40 +0000 (10:31 +0200)
committerOtto Moerbeek <otto.moerbeek@open-xchange.com>
Mon, 5 Oct 2020 08:31:40 +0000 (10:31 +0200)
docs/secpoll.zone
pdns/recursordist/docs/changelog/4.4.rst

index e6845e9850cea5b00ec74eca3a21672c42bfac67..ad2726aa1ab3b874c77a5fd0218b3f1f1bd746bb 100644 (file)
@@ -1,4 +1,4 @@
-@       86400   IN  SOA pdns-public-ns1.powerdns.com. pieter\.lexis.powerdns.com. 2020100102 10800 3600 604800 10800
+@       86400   IN  SOA pdns-public-ns1.powerdns.com. pieter\.lexis.powerdns.com. 2020100600 10800 3600 604800 10800
 @       3600    IN  NS  pdns-public-ns1.powerdns.com.
 @       3600    IN  NS  pdns-public-ns2.powerdns.com.
 
@@ -232,7 +232,8 @@ recursor-4.3.4.security-status                          60 IN TXT "1 OK"
 recursor-4.4.0-alpha1.security-status                   60 IN TXT "3 Unsupported pre-release (known vulnerabilities)"
 recursor-4.4.0-alpha2.security-status                   60 IN TXT "3 Unsupported pre-release"
 recursor-4.4.0-beta1.security-status                    60 IN TXT "3 Unsupported pre-release"
-recursor-4.4.0-rc1.security-status                      60 IN TXT "1 OK"
+recursor-4.4.0-rc1.security-status                      60 IN TXT "3 Unsupported pre-release"
+recursor-4.4.0-rc2.security-status                      60 IN TXT "1 OK"
 
 ; 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 fb3496def11b4f3df818acdb527b493f55e3215f..23c3acc76596faf7326e212d7b726effe1afc623 100644 (file)
@@ -1,5 +1,58 @@
 Changelogs for 4.4.x
 ====================
+.. changelog::
+  :version: 4.4.0-rc2
+  :released: 6th of October 2020
+
+   .. change::
+    :tags: Bug Fixes
+    :pullreq: 9579
+    :tickets: 9434
+
+    When deciding if we are auth in the local auth or forwarding case, DS is special.
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 9577
+    :tickets: 9569
+
+    Don't parse any config with `--version`.
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 9576
+    :tickets: 9562
+
+    Expose typed cache flush via Web API.
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 9557
+    :tickets: 9515
+
+    Fix wipe-cache-typed.
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 9528
+    :tickets: 9471
+
+    Log when going Bogus because of a missing SOA in authority.
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 9526
+    :tickets: 9495
+
+    Watch the descriptor again after an out-of-order read timeout.
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 9506
+    :tickets: 9497
+
+    Raise an exception on invalid content in unknown record.
+
 .. changelog::
   :version: 4.4.0-rc1
   :released: 21st of September 2020