]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Prep for rec-4.4.3 10243/head
authorOtto <otto.moerbeek@open-xchange.com>
Tue, 30 Mar 2021 07:10:21 +0000 (09:10 +0200)
committerOtto <otto.moerbeek@open-xchange.com>
Tue, 30 Mar 2021 07:10:21 +0000 (09:10 +0200)
docs/secpoll.zone
pdns/recursordist/docs/changelog/4.4.rst

index 294627e97474c8384db85caaf3b8a4c95ea6b39a..c662fcd6a64267f5939eb1d681cd1453273063fc 100644 (file)
@@ -1,4 +1,4 @@
-@       86400   IN  SOA pdns-public-ns1.powerdns.com. pieter\.lexis.powerdns.com. 2021032901 10800 3600 604800 10800
+@       86400   IN  SOA pdns-public-ns1.powerdns.com. pieter\.lexis.powerdns.com. 2021033100 10800 3600 604800 10800
 @       3600    IN  NS  pdns-public-ns1.powerdns.com.
 @       3600    IN  NS  pdns-public-ns2.powerdns.com.
 
@@ -251,6 +251,7 @@ recursor-4.4.0-rc2.security-status                      60 IN TXT "3 Unsupported
 recursor-4.4.0.security-status                          60 IN TXT "1 OK"
 recursor-4.4.1.security-status                          60 IN TXT "1 OK"
 recursor-4.4.2.security-status                          60 IN TXT "1 OK"
+recursor-4.4.3.security-status                          60 IN TXT "1 OK"
 recursor-4.5.0-alpha1.security-status                   60 IN TXT "3 Unsupported pre-release"
 recursor-4.5.0-alpha2.security-status                   60 IN TXT "3 Unsupported pre-release"
 recursor-4.5.0-alpha3.security-status                   60 IN TXT "3 Unsupported pre-release"
index 715616a6926b3d3409421e446f4bd57967fbe1fc..0ff3ea4e3a167c3cc4c5685b5e85e0049590698d 100644 (file)
@@ -1,6 +1,79 @@
 Changelogs for 4.4.x
 ====================
 
+.. changelog::
+  :version: 4.4.3
+  :released: 31st of March 2021
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 10240
+    :tickets: 10238
+
+    More fail-safe handling of Newly Discovered Domain files.
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 10227
+    :tickets: 10111
+
+    Handle policy (if needed) after postresolve.
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 10226
+    :tickets: 10064
+
+    Return current rcode instead of 0 if there are no CNAME records to follow.
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 10224
+    :tickets: 9883
+
+    Lookup DS entries before CNAME entries.
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 10221
+    :tickets: 9856
+
+    Use a short-lived NSEC3 hashes cache for denial validation.
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 10199
+    :tickets: 9812
+
+    Handle failure to start the web server more gracefully.
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 10197
+    :tickets: 9970
+
+    Test that we correctly cap the answer's TTL in expanded wildcard cases.
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 10194
+    :tickets: 9793
+
+    Fix the gathering of denial proof for wildcard-expanded answers.
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 10192
+    :tickets: 10185
+
+    Make sure we take the right minimum for the packet cache TTL data in the SERVFAIL case.
+
+  .. change::
+    :tags: Enhancement
+    :pullreq: 10062
+
+    Pull in libfstrm for el8 build.
+
 .. changelog::
   :version: 4.4.2
   :released: 14th of December 2020