]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
rec: prep for rec-5.4.0 final release 16959/head
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Thu, 5 Mar 2026 08:46:41 +0000 (09:46 +0100)
committerOtto Moerbeek <otto.moerbeek@open-xchange.com>
Mon, 9 Mar 2026 09:43:11 +0000 (10:43 +0100)
Code equal to rc1, one missed PR in changelog of rc1

Signed-off-by: Otto Moerbeek <otto.moerbeek@open-xchange.com>
docs/secpoll.zone
pdns/recursordist/docs/appendices/EOL.rst
pdns/recursordist/docs/changelog/5.4.rst

index e096651fb50988b3abbab1d3358a27f1c37382f0..e71b51e24e6b2258250319caeb13b61bbfa77c6d 100644 (file)
@@ -1,4 +1,4 @@
-@       86400   IN  SOA pdns-public-ns1.powerdns.com. peter\.van\.dijk.powerdns.com. 2026022301 10800 3600 604800 10800
+@       86400   IN  SOA pdns-public-ns1.powerdns.com. peter\.van\.dijk.powerdns.com. 2026030901 10800 3600 604800 10800
 @       3600    IN  NS  pdns-public-ns1.powerdns.com.
 @       3600    IN  NS  pdns-public-ns2.powerdns.com.
 
@@ -453,7 +453,8 @@ recursor-5.3.4.security-status                          60 IN TXT "3 Upgrade now
 recursor-5.3.5.security-status                          60 IN TXT "1 OK"
 recursor-5.4.0-alpha1.security-status                   60 IN TXT "3 Superseded pre-release (known vulnerabilities)"
 recursor-5.4.0-beta1.security-status                    60 IN TXT "3 Superseded pre-release (known vulnerabilities)"
-recursor-5.4.0-rc1.security-status                      60 IN TXT "1 Unsupported pre-release"
+recursor-5.4.0-rc1.security-status                      60 IN TXT "2 Superseded pre-release"
+recursor-5.4.0.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://docs.powerdns.com/recursor/appendices/EOL.html"
index 14b199e60d556d9e03578bb858fb0e8debc2bab3..f84a365a6c2287aca10f66627287dfa22f4b64ad 100644 (file)
@@ -10,13 +10,13 @@ We support older release trains with critical updates for one year after the sub
 Older releases are marked end of life and receive no updates at all.
 Pre-releases do not receive immediate security updates.
 
-The currently supported release train of the PowerDNS Recursor is 5.3.
+The currently supported release train of the PowerDNS Recursor is 5.4.
 
-PowerDNS Recursor 5.2 will only receive critical updates and will be End of Life one year after PowerDNS Recursor 5.3 was released.
+PowerDNS Recursor 5.3 will only receive critical updates and will be End of Life one year after PowerDNS Recursor 5.4 was released.
 
-PowerDNS Recursor 5.1 will only receive critical updates and will be End of Life one year after PowerDNS Recursor 5.2 was released.
+PowerDNS Recursor 5.2 will only receive critical updates and will be End of Life one year after PowerDNS Recursor 5.3 was released.
 
-PowerDNS Recursor 5.0, 4.x, 3.x, and 2.x are End of Life.
+PowerDNS Recursor 5.1, 5.0, 4.x, 3.x, and 2.x are End of Life.
 
 Please refer to the support `commitment <https://www.powerdns.com/support-commitment>`_ for details on which versions are supported.
 
index 192565018c781ca75d73fe58dffd5803bc305413..e87fce71dd9a481e0f7087f870e044809ff0cd52 100644 (file)
@@ -3,6 +3,10 @@ Changelogs for 5.4.X
 
 Before upgrading, it is advised to read the :doc:`../upgrade`.
 
+.. changelog::
+  :version: 5.4.0
+  :released: 9th of March 2026 with no changes since 5.4.0-rc1 except the version.
+
 .. changelog::
   :version: 5.4.0-rc1
   :released: 17th of February 2026
@@ -39,6 +43,12 @@ Before upgrading, it is advised to read the :doc:`../upgrade`.
 
     Base64 tidy and unit test fix.
 
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 16810
+
+    Correctly compute DNSSEC public key exponent lengths when larger than 255.
+
   .. change::
     :tags: Improvements
     :pullreq: 16826
@@ -63,8 +73,6 @@ Before upgrading, it is advised to read the :doc:`../upgrade`.
 
     Limit packet and record cache entry size (SA 2026-01).
 
-
-
 .. changelog::
   :version: 5.4.0-beta1
   :released: 27th of January 2026