]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
rec: prep for 20240514 releases 14165/head
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Mon, 13 May 2024 08:47:43 +0000 (10:47 +0200)
committerOtto Moerbeek <otto.moerbeek@open-xchange.com>
Mon, 13 May 2024 11:33:23 +0000 (13:33 +0200)
docs/secpoll.zone
pdns/recursordist/docs/changelog/4.8.rst
pdns/recursordist/docs/changelog/4.9.rst
pdns/recursordist/docs/changelog/5.0.rst
pdns/recursordist/docs/upgrade.rst

index e2ef359a8b57a2bdcea4966d68e6cb1c4c680afb..041dbb62e25fd663daad9607d39efe5a7b9a71fd 100644 (file)
@@ -1,4 +1,4 @@
-@       86400   IN  SOA pdns-public-ns1.powerdns.com. peter\.van\.dijk.powerdns.com. 2024051301 10800 3600 604800 10800
+@       86400   IN  SOA pdns-public-ns1.powerdns.com. peter\.van\.dijk.powerdns.com. 2024051401 10800 3600 604800 10800
 @       3600    IN  NS  pdns-public-ns1.powerdns.com.
 @       3600    IN  NS  pdns-public-ns2.powerdns.com.
 
@@ -361,6 +361,7 @@ recursor-4.8.5.security-status                          60 IN TXT "3 Upgrade now
 recursor-4.8.6.security-status                          60 IN TXT "1 OK"
 recursor-4.8.7.security-status                          60 IN TXT "3 Upgrade now, see https://doc.powerdns.com/recursor/security-advisories/powerdns-advisory-2024-02.html"
 recursor-4.8.8.security-status                          60 IN TXT "1 OK"
+recursor-4.8.9.security-status                          60 IN TXT "1 OK"
 recursor-4.9.0-alpha1.security-status                   60 IN TXT "3 Unsupported pre-release (known vulnerabilities)"
 recursor-4.9.0-beta1.security-status                    60 IN TXT "3 Unsupported pre-release (known vulnerabilities)"
 recursor-4.9.0-rc1.security-status                      60 IN TXT "3 Unsupported pre-release (known vulnerabilities)"
@@ -370,6 +371,7 @@ recursor-4.9.2.security-status                          60 IN TXT "3 Upgrade now
 recursor-4.9.3.security-status                          60 IN TXT "1 OK"
 recursor-4.9.4.security-status                          60 IN TXT "3 Upgrade now, see https://doc.powerdns.com/recursor/security-advisories/powerdns-advisory-2024-02.html"
 recursor-4.9.5.security-status                          60 IN TXT "1 OK"
+recursor-4.9.6.security-status                          60 IN TXT "1 OK"
 recursor-5.0.0-alpha1.security-status                   60 IN TXT "3 Unsupported pre-release (known vulnerabilities)"
 recursor-5.0.0-alpha2.security-status                   60 IN TXT "3 Unsupported pre-release (known vulnerabilities)"
 recursor-5.0.0-beta1.security-status                    60 IN TXT "3 Unsupported pre-release (known vulnerabilities)"
@@ -380,6 +382,7 @@ recursor-5.0.1.security-status                          60 IN TXT "3 Upgrade now
 recursor-5.0.2.security-status                          60 IN TXT "1 OK"
 recursor-5.0.3.security-status                          60 IN TXT "3 Upgrade now, see https://doc.powerdns.com/recursor/security-advisories/powerdns-advisory-2024-02.html"
 recursor-5.0.4.security-status                          60 IN TXT "1 OK"
+recursor-5.0.5.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 2db6b78bcbccaa59360767084d375e3125f3c845..41e6bc75c464d7c41cb4698a9d978fdd551d876a 100644 (file)
@@ -2,12 +2,30 @@ Changelogs for 4.8.X
 ====================
 
 .. changelog::
-   :version: 4.8.8
+  :version: 4.8.9
+  :released: 14 of May 2024
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 14095
+    :tickets: 14049
+
+    Do not count RRSIGs using unsupported algorithms toward RRSIGs limit.
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 13996
+    :tickets: 13984
+
+    Correctly count NSEC3s considered when chasing the closest encloser.
+
+.. changelog::
+  :version: 4.8.8
   :released: 24th of April 2024
 
   .. change::
     :tags: Bug Fixes
-    :pullreq:
+    :pullreq: 14110
 
     `Security advisory 2024-02 <https://docs.powerdns.com/recursor/security-advisories/powerdns-advisory-2024-02.html>`__: CVE-2024-25583
 
index f5cd47d859d303f1b4ab4b0b4eb0aa8f59d29fc3..a6e6ddb14257d45346992856275595763d2a574a 100644 (file)
@@ -2,12 +2,43 @@ Changelogs for 4.9.X
 ====================
 
 .. changelog::
-   :version: 4.9.5
+  :version: 4.9.6
+  :released: 14th of May 2024
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 14093
+    :tickets: 14049
+
+    Do not count RRSIGs using unsupported algorithms toward RRSIGs limit.
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 13995
+    :tickets: 13984
+
+    Correctly count NSEC3s considered when chasing the closest encloser.
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 13994
+    :tickets: 13926
+
+    Fix trace=fail regression and add regression test for it.
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 13993
+
+    Only print Docker config if debug flag is set.
+
+.. changelog::
+  :version: 4.9.5
   :released: 24th of April 2024
 
   .. change::
     :tags: Bug Fixes
-    :pullreq:
+    :pullreq: 14109
 
     `Security advisory 2024-02 <https://docs.powerdns.com/recursor/security-advisories/powerdns-advisory-2024-02.html>`__: CVE-2024-25583
 
index c4081578a46dbcd39f6df27c5005891061381545..bad1a8108b609aeaf878d6d2d06b4c2eeb22839c 100644 (file)
@@ -4,12 +4,58 @@ Changelogs for 5.0.X
 Before upgrading, it is advised to read the :doc:`../upgrade`.
 
 .. changelog::
-   :version: 5.0.4
+   :version: 5.0.5
+   :released: 14th of May 2024
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 14091
+    :tickets: 14049
+
+    Do not count RRSIGs using unsupported algorithms toward RRSIGs limit.
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 13992
+    :tickets: 13984
+
+    Correctly count NSEC3s considered when chasing the closest encloser.
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 13991
+    :tickets: 13966
+
+    Let NetmaskGroup parse dont-throttle-netmasks, allowing negations.
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 13990
+    :tickets: 13947
+
+    Fix types of two YAML settings (incoming.edns_padding_from, incoming.proxy_protocol_from) that should be sequences of subnets.
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 13989
+    :tickets: 13926
+
+    Fix trace=fail regression and add regression test for it.
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 13988
+    :tickets: 13849
+
+    Only print Docker config if debug flag is set.
+
+.. changelog::
+  :version: 5.0.4
   :released: 24th of April 2024
 
   .. change::
     :tags: Bug Fixes
-    :pullreq:
+    :pullreq: 14108
 
     `Security advisory 2024-02 <https://docs.powerdns.com/recursor/security-advisories/powerdns-advisory-2024-02.html>`__: CVE-2024-25583
 
index dcf7d09755b62f4b5c45df686fc2241c87efeb37..8e6484b0d072680eb3b8d049b9b667631fd14fa3 100644 (file)
@@ -4,20 +4,26 @@ Upgrade Guide
 Before upgrading, it is advised to read the :doc:`changelog/index`.
 When upgrading several versions, please read **all** notes applying to the upgrade.
 
-5.0.3 to master
+5.0.5 to master
 ---------------
 
+New Settings
+^^^^^^^^^^^^
+
+- The :ref:`setting-proxy-protocol-exceptions` has been added. It allows to exclude specific listen addresses from requiring the Proxy Protocol.
+
 Changed settings
 ----------------
 
-- For YAML settings only: the type of the :ref:`setting-yaml-incoming.edns_padding_from` and :ref:`setting-yaml-incoming.proxy_protocol_from` has been changed from ``String`` to ``Sequence of Subnet``.
-
 - Disabling :ref:`setting-structured-logging` is no longer supported.
 
-New Settings
-^^^^^^^^^^^^
+5.0.4 to 5.0.5
+--------------
 
-- The :ref:`setting-proxy-protocol-exceptions` has been added. It allows to exclude specific listen addresses from requiring the Proxy Protocol.
+Changed settings
+----------------
+
+- For YAML settings only: the type of the :ref:`setting-yaml-incoming.edns_padding_from` and :ref:`setting-yaml-incoming.proxy_protocol_from` has been changed from ``String`` to ``Sequence of Subnet``.
 
 5.0.2 to 5.0.3, 4.9.3 to 4.9.4 and 4.8.6 to 4.8.7
 -------------------------------------------------