]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Prep for rec-4.5.11, rec-4.6.4, rec-4.7.3 11969/head
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Wed, 14 Sep 2022 13:10:11 +0000 (15:10 +0200)
committerOtto Moerbeek <otto.moerbeek@open-xchange.com>
Mon, 19 Sep 2022 07:30:12 +0000 (09:30 +0200)
docs/secpoll.zone
pdns/recursordist/docs/changelog/4.5.rst
pdns/recursordist/docs/changelog/4.6.rst
pdns/recursordist/docs/changelog/4.7.rst
pdns/recursordist/docs/settings.rst
pdns/recursordist/docs/upgrade.rst

index 581fbcd4b2bf228d7fee9b261d695686f48dc1c8..7f2869edec9b2aa6b2f8c979687d48607fca6684 100644 (file)
@@ -1,4 +1,4 @@
-@       86400   IN  SOA pdns-public-ns1.powerdns.com. peter\.van\.dijk.powerdns.com. 2022091300 10800 3600 604800 10800
+@       86400   IN  SOA pdns-public-ns1.powerdns.com. peter\.van\.dijk.powerdns.com. 2022092000 10800 3600 604800 10800
 @       3600    IN  NS  pdns-public-ns1.powerdns.com.
 @       3600    IN  NS  pdns-public-ns2.powerdns.com.
 
@@ -306,6 +306,7 @@ recursor-4.5.7.security-status                          60 IN TXT "3 Upgrade now
 recursor-4.5.8.security-status                          60 IN TXT "3 Upgrade now, see https://doc.powerdns.com/recursor/security-advisories/powerdns-advisory-2022-02.html"
 recursor-4.5.9.security-status                          60 IN TXT "3 Upgrade now, see https://doc.powerdns.com/recursor/security-advisories/powerdns-advisory-2022-02.html"
 recursor-4.5.10.security-status                         60 IN TXT "1 OK"
+recursor-4.5.11.security-status                         60 IN TXT "1 OK"
 recursor-4.6.0-alpha1.security-status                   60 IN TXT "3 Unsupported pre-release (known vulnerabilities)"
 recursor-4.6.0-alpha2.security-status                   60 IN TXT "3 Unsupported pre-release (known vulnerabilities)"
 recursor-4.6.0-beta1.security-status                    60 IN TXT "3 Unsupported pre-release (known vulnerabilities)"
@@ -315,12 +316,14 @@ recursor-4.6.0.security-status                          60 IN TXT "3 Upgrade now
 recursor-4.6.1.security-status                          60 IN TXT "3 Upgrade now, see https://doc.powerdns.com/recursor/security-advisories/powerdns-advisory-2022-02.html"
 recursor-4.6.2.security-status                          60 IN TXT "3 Upgrade now, see https://doc.powerdns.com/recursor/security-advisories/powerdns-advisory-2022-02.html"
 recursor-4.6.3.security-status                          60 IN TXT "1 OK"
+recursor-4.6.4.security-status                          60 IN TXT "1 OK"
 recursor-4.7.0-alpha1.security-status                   60 IN TXT "3 Unsupported pre-release (known vulnerabilities)"
 recursor-4.7.0-beta1.security-status                    60 IN TXT "2 Unsupported pre-release (known vulnerabilities)"
 recursor-4.7.0-rc1.security-status                      60 IN TXT "2 Unsupported pre-release (known vulnerabilities)"
 recursor-4.7.0.security-status                          60 IN TXT "3 Upgrade now, see https://doc.powerdns.com/recursor/security-advisories/powerdns-advisory-2022-02.html"
 recursor-4.7.1.security-status                          60 IN TXT "3 Upgrade now, see https://doc.powerdns.com/recursor/security-advisories/powerdns-advisory-2022-02.html"
 recursor-4.7.2.security-status                          60 IN TXT "1 OK"
+recursor-4.7.3.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 6beac348cf4aa0689a0db16326a2b47e2c1c794d..d1ebfdacac7d88e464ee13a2fba5b839105d35b7 100644 (file)
@@ -1,6 +1,31 @@
 Changelogs for 4.5.X
 ====================
 
+.. changelog::
+  :version: 4.5.11
+  :released: 20th of September 2022
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 11939
+    :tickets: 11904
+
+    For zones having many NS records, we are not interested in all so take a sample.
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 11942
+    :tickets: 11890
+
+    Failure to retrieve DNSKEYs of an Insecure zone should not be fatal.
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 11899
+    :tickets: 11848
+
+    Also check qperq limit if throttling happened, as it increases counters.
+
 .. changelog::
   :version: 4.5.10
   :released: 23rd of August 2022
index aab18814ad2dd711e670ee7d3c49bbc614c229c2..fe88c309cfa9084977bacec820071bbb42fb7cea 100644 (file)
@@ -1,6 +1,38 @@
 Changelogs for 4.6.X
 ====================
 
+.. changelog::
+  :version: 4.6.4
+  :released: 20th of September 2022
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 11937
+    :tickets: 11904
+
+    For zones having many NS records, we are not interested in all so take a sample.
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 11941
+    :tickets: 11890
+
+    Failure to retrieve DNSKEYs of an Insecure zone should not be fatal.
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 11898
+    :tickets: 11848
+
+    Also check qperq limit if throttling happened, as it increases counters.
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 11775
+    :tickets: 11773
+
+    Resize answer length to actual received length in udpQueryResponse.
+
 .. changelog::
   :version: 4.6.3
   :released: 23th of August 2022
index f7553d78ddba15fac8f3bed59f1246d2f794138f..2405bad70463c4fdab17bdaee380320f63146beb 100644 (file)
@@ -1,5 +1,52 @@
 Changelogs for 4.7.X
 ====================
+
+.. changelog::
+  :version: 4.7.3
+  :released: 20th of September 2022
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 11936
+    :tickets: 11904
+
+    For zones having many NS records, we are not interested in all so take a sample.
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 11940
+    :tickets: 11890
+
+    Failure to retrieve DNSKEYs of an Insecure zone should not be fatal.
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 11897
+    :tickets: 11848
+
+    Also check qperq limit if throttling happened, as it increases counters.
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 11879
+    :tickets: 11850
+
+    Fix recursor not responsive after Lua config reload.
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 11847
+    :tickets: 11843
+
+    Clear the caches *after* loading authzones.
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 11774
+    :tickets: 11773
+
+    Resize answer length to actual received length in udpQueryResponse.
+
 .. changelog::
   :version: 4.7.2
   :released: 23th of August 2022
index 47b20b6f48a93940fff39e4965fa6d717851ed61..3a0a82402f4f4cd17c340a9c55c7f734f7bf3766 100644 (file)
@@ -1240,6 +1240,9 @@ number lower than 5.
 ``max-ns-per-resolve``
 ----------------------
 .. versionadded:: 4.8.0
+.. versionadded:: 4.7.3
+.. versionadded:: 4.6.4
+.. versionadded:: 4.5.11
 
 -  Integer
 -  Default: 13
index abd51b0d517584952008113954c1c60f3d907ef2..5a20ea8425fcc2e432a24cb6de4ab2b322c963e5 100644 (file)
@@ -13,14 +13,14 @@ The ``dump-throttle`` subcommand no longer produces a table per thread, as the c
 
 New settings
 ^^^^^^^^^^^^
-- The :ref:`setting-max-ns-per-resolve` setting to limit to number of NS records processed to resolve a name has been introduced.
+- The :ref:`setting-max-ns-per-resolve` setting to limit the number of NS records processed to resolve a name has been introduced.
 
 4.7.2 to 4.7.3
 --------------
 
 New settings
 ^^^^^^^^^^^^
-- The :ref:`setting-max-ns-per-resolve` setting to limit to number of NS records processed to resolve a name has been introduced.
+- The :ref:`setting-max-ns-per-resolve` setting to limit the number of NS records processed to resolve a name has been introduced.
 
 4.6.2 to 4.7.0
 ---------------
@@ -61,7 +61,7 @@ They also use a better readable and sortable timestamp format.
 
 New settings
 ^^^^^^^^^^^^
-- The :ref:`setting-max-ns-per-resolve` setting to limit to number of NS records processed to resolve a name has been introduced.
+- The :ref:`setting-max-ns-per-resolve` setting to limit the number of NS records processed to resolve a name has been introduced.
 
 4.6.1 to 4.6.2
 --------------
@@ -108,7 +108,7 @@ For more information, see the section `"Privileged ports" in Docker-README <http
 
 New settings
 ^^^^^^^^^^^^
-- The :ref:`setting-max-ns-per-resolve` setting to limit to number of NS records processed to resolve a name has been introduced.
+- The :ref:`setting-max-ns-per-resolve` setting to limit the number of NS records processed to resolve a name has been introduced.
 
 4.5.1 to 4.5.2
 --------------