]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Prep for rec 4.3.7
authorOtto <otto.moerbeek@open-xchange.com>
Fri, 19 Mar 2021 10:21:09 +0000 (11:21 +0100)
committerOtto <otto.moerbeek@open-xchange.com>
Fri, 19 Mar 2021 10:24:05 +0000 (11:24 +0100)
docs/secpoll.zone
pdns/recursordist/docs/changelog/4.3.rst
pdns/recursordist/docs/getting-started.rst

index bbcce45095c032b301197ec00a08249a2317407a..5bf55dd83fd3d109f8899ea775aab7d3de5c4183 100644 (file)
@@ -1,4 +1,4 @@
-@       86400   IN  SOA pdns-public-ns1.powerdns.com. pieter\.lexis.powerdns.com. 2021031201 10800 3600 604800 10800
+@       86400   IN  SOA pdns-public-ns1.powerdns.com. pieter\.lexis.powerdns.com. 2021032200 10800 3600 604800 10800
 @       3600    IN  NS  pdns-public-ns1.powerdns.com.
 @       3600    IN  NS  pdns-public-ns2.powerdns.com.
 
@@ -242,6 +242,7 @@ recursor-4.3.3.security-status                          60 IN TXT "3 Upgrade now
 recursor-4.3.4.security-status                          60 IN TXT "3 Upgrade now, see https://doc.powerdns.com/recursor/security-advisories/powerdns-advisory-2020-07.html"
 recursor-4.3.5.security-status                          60 IN TXT "1 OK"
 recursor-4.3.6.security-status                          60 IN TXT "1 OK"
+recursor-4.3.7.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"
index 6cf925b03619ec0c38398b74c8e1996b77179a50..a7c7a4c636f03a38efff3574d73a14007a78839d 100644 (file)
@@ -1,6 +1,24 @@
 Changelogs for 4.3.x
 ====================
 
+.. changelog::
+  :version: 4.3.7
+  :released: 22th of March 2021
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 10193
+    :tickets: 10185
+
+    Make sure we take the right minimum for the packet cache TTL data in the SERVFAIL case.
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 9804
+    :tickets: 9790
+
+    Do not chase CNAME during qname minimization step 4.
+
 .. changelog::
   :version: 4.3.6
   :released: 25th of November 2020
index aa300e8f3f6ab099b1337f09503f51876679eb24..c61634befc3056ff187bf8d61775784dc4b32baa 100644 (file)
@@ -53,7 +53,7 @@ After a restart of the Recursor, it will answer queries on 192.0.2.25 and 2001:D
 
 The recursor is now ready to be used.
 For more options that can be set in ``recursor.conf`` see the :doc:`list of settings <settings>`.
-Guidance on interaction with the Recursor is documented in :doc:`<running>`.
+Guidance on interaction with the Recursor is documented in :doc:`operating the PowerDNS recursor <running>`.
 If dynamic answer generation is needed or policies need to be applied to queries, the :doc:`scripting manual <lua-scripting/index>` will come in handy.
 
 Using Ansible