]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
rec: Prep for rec-5.3.4
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Mon, 12 Jan 2026 10:41:36 +0000 (11:41 +0100)
committerOtto Moerbeek <otto.moerbeek@open-xchange.com>
Tue, 13 Jan 2026 12:59:52 +0000 (13:59 +0100)
Signed-off-by: Otto Moerbeek <otto.moerbeek@open-xchange.com>
.github/actions/spell-check/expect.txt
docs/secpoll.zone
pdns/recursordist/docs/changelog/5.3.rst

index 20217ed791fade9a48658338f6413cf689def814..986c826ac37dde67dfd8a30af0ece15dc934264a 100644 (file)
@@ -1218,6 +1218,7 @@ Sangwhan
 Sanjaya
 Saunalahti
 saxfr
+SBOM
 Scheffler
 Schlich
 Scholten
index 1e180f3be3c19435fb569f9634c08db9cf18646c..a353603b75019c519815b9334f427bd9f9317603 100644 (file)
@@ -1,4 +1,4 @@
-@       86400   IN  SOA pdns-public-ns1.powerdns.com. peter\.van\.dijk.powerdns.com. 2025121601 10800 3600 604800 10800
+@       86400   IN  SOA pdns-public-ns1.powerdns.com. peter\.van\.dijk.powerdns.com. 2026011401 10800 3600 604800 10800
 @       3600    IN  NS  pdns-public-ns1.powerdns.com.
 @       3600    IN  NS  pdns-public-ns2.powerdns.com.
 
@@ -445,6 +445,7 @@ recursor-5.3.0.security-status                          60 IN TXT "3 Upgrade now
 recursor-5.3.1.security-status                          60 IN TXT "3 Upgrade now, see https://doc.powerdns.com/recursor/security-advisories/powerdns-advisory-2025-07.html"
 recursor-5.3.2.security-status                          60 IN TXT "3 Upgrade now, see https://doc.powerdns.com/recursor/security-advisories/powerdns-advisory-2025-08.html"
 recursor-5.3.3.security-status                          60 IN TXT "1 OK"
+recursor-5.3.4.security-status                          60 IN TXT "1 OK"
 recursor-5.4.0-alpha1.security-status                   60 IN TXT "1 Unsupported pre-release"
 
 ; Recursor Debian
index 5458162b5e859a0e84cee33546ab547d3e785af6..29f3d0c8bf600e7701a45251299fb0a2177d117b 100644 (file)
@@ -3,6 +3,64 @@ Changelogs for 5.3.X
 
 Before upgrading, it is advised to read the :doc:`../upgrade`.
 
+.. changelog::
+  :version: 5.3.4
+  :released: 14th of January 2026
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 16699
+    :tickets: 16106
+
+    Update cxx and related cargos and avoid uuid crate.
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 16698
+    :tickets: 16461
+
+    Fix parsing of webserver loglevel "none".
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 16697
+    :tickets: 16251
+
+    Silence rust warning.
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 16414
+    :tickets: 16217
+
+    Add package urls to our SBOMs.
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 16387
+
+    We need a usable cargo for sdist so download (and install) rust later.
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 16380, 16381, 16382, 16397
+    :tickets: 16167, 16180, 16188, 16155, 16380, 16392
+
+    Update the Rust library version when generating a tarball and fix release builds by updating the locked Rust lib version.
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 16378
+    :tickets: 16098
+
+    Do not hash (or compare) OpenTelemetry Trace EDNS value for packetcache.
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 16377
+
+    Some error paths do no create thread 0 so don't join it.
+
 .. changelog::
   :version: 5.3.3
   :released: 8th of December 2025