]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Prep for rec-4.6.0-beta2 10992/head
authorOtto <otto.moerbeek@open-xchange.com>
Tue, 16 Nov 2021 13:10:44 +0000 (14:10 +0100)
committerOtto <otto.moerbeek@open-xchange.com>
Tue, 16 Nov 2021 15:18:50 +0000 (16:18 +0100)
docs/secpoll.zone
pdns/recursordist/docs/changelog/4.6.rst
pdns/recursordist/docs/upgrade.rst

index b3df19187d772fdd33e2e4a4b71ba776a738f942..d928bc48c9d2401b976838869e0168666080b0c5 100644 (file)
@@ -1,4 +1,4 @@
-@       86400   IN  SOA pdns-public-ns1.powerdns.com. pieter\.lexis.powerdns.com. 2021111601 10800 3600 604800 10800
+@       86400   IN  SOA pdns-public-ns1.powerdns.com. pieter\.lexis.powerdns.com. 2021111701 10800 3600 604800 10800
 @       3600    IN  NS  pdns-public-ns1.powerdns.com.
 @       3600    IN  NS  pdns-public-ns2.powerdns.com.
 
@@ -281,6 +281,7 @@ recursor-4.5.7.security-status                          60 IN TXT "1 OK"
 recursor-4.6.0-alpha1.security-status                   60 IN TXT "1 Unsupported pre-release"
 recursor-4.6.0-alpha2.security-status                   60 IN TXT "1 Unsupported pre-release"
 recursor-4.6.0-beta1.security-status                    60 IN TXT "1 Unsupported pre-release"
+recursor-4.6.0-beta2.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 4ff5b16dd7855d778d4a18b915dac44dd76eb55f..1804a283095e12d50e72bedb88eab67f300ce8b8 100644 (file)
@@ -1,6 +1,30 @@
 Changelogs for 4.6.X
 ====================
 
+.. changelog::
+  :version: 4.6.0-beta2
+  :released: 17th of November 2021
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 10980
+    :tickets: 10936
+
+    Return the proper extended error code on specific validation failures.
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 10751
+    :tickets: 7014
+
+    Add support for NOTIFY queries to wipe cache entries (Kevin P. Fleming).
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 10971
+
+    We need a libcurl dev lib for the zone-to-cache function.
+
 .. changelog::
   :version: 4.6.0-beta1
   :released: 9th of November 2021
index 6cdd9d6848cdd13988e03e05038dc2bd150cdbd3..15b6ec304851da88da826902b8492dd71501db3c 100644 (file)
@@ -20,6 +20,7 @@ New settings
 - The :ref:`setting-tcp-out-max-idle-ms`, :ref:`setting-tcp-out-max-idle-per-auth`, :ref:`setting-tcp-out-max-queries` and :ref:`setting-tcp-out-max-idle-per-thread` settings have been introduced to control the new TCP/DoT outgoing connections pooling. This mechanism keeps connections to authoritative servers or forwarders open for later re-use.
 - The :ref:`setting-structured-logging` setting has been introduced to prefer structured logging (the default) when both an old style and a structured log messages is available.
 - The :ref:`setting-max-include-depth` setting has been introduced to limit the number of nested ``$include`` directives while processing a zone file.
+- The :ref:`setting-allow-notify-for`, :ref:`setting-allow-notify-for-file`, :ref:`setting-allow-notify-from` and :ref:`setting-allow-notify-from-file` settings have been introduced, allowing incoming notify queries to clear cache entries.
 
 Deprecated and changed settings
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^