Skip to content

Commit 78d0b01

Browse files
authored
Merge pull request PowerDNS#16775 from omoerbeek/rec-prep-5.4.0-beta1
rec: prep for rec-5.4.0-beta1
2 parents 6ebc322 + 8c9a433 commit 78d0b01

3 files changed

Lines changed: 58 additions & 2 deletions

File tree

.github/actions/spell-check/expect.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1169,6 +1169,7 @@ remoteip
11691169
removedomainkey
11701170
replacerrset
11711171
requery
1172+
RESINFO
11721173
resolv
11731174
respawned
11741175
respawning

docs/secpoll.zone

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@ 86400 IN SOA pdns-public-ns1.powerdns.com. peter\.van\.dijk.powerdns.com. 2026011401 10800 3600 604800 10800
1+
@ 86400 IN SOA pdns-public-ns1.powerdns.com. peter\.van\.dijk.powerdns.com. 2026012701 10800 3600 604800 10800
22
@ 3600 IN NS pdns-public-ns1.powerdns.com.
33
@ 3600 IN NS pdns-public-ns2.powerdns.com.
44

@@ -446,7 +446,8 @@ recursor-5.3.1.security-status 60 IN TXT "3 Upgrade now
446446
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"
447447
recursor-5.3.3.security-status 60 IN TXT "1 OK"
448448
recursor-5.3.4.security-status 60 IN TXT "1 OK"
449-
recursor-5.4.0-alpha1.security-status 60 IN TXT "1 Unsupported pre-release"
449+
recursor-5.4.0-alpha1.security-status 60 IN TXT "2 Superseded pre-release"
450+
recursor-5.4.0-beta1.security-status 60 IN TXT "1 Unsupported pre-release"
450451
451452
; Recursor Debian
452453
recursor-3.6.2-2.debian.security-status 60 IN TXT "3 Upgrade now, see https://docs.powerdns.com/recursor/appendices/EOL.html"

pdns/recursordist/docs/changelog/5.4.rst

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,60 @@ Changelogs for 5.4.X
33

44
Before upgrading, it is advised to read the :doc:`../upgrade`.
55

6+
.. changelog::
7+
:version: 5.4.0-beta1
8+
:released: 27th of January 2026
9+
10+
.. change::
11+
:tags: Improvements
12+
:pullreq: 16651
13+
14+
Print irrelevant entries in cookie dump more nicely.
15+
16+
.. change::
17+
:tags: Improvements
18+
:pullreq: 16655
19+
20+
Make code boost 1.66 compatible again.
21+
22+
.. change::
23+
:tags: Bug Fixes
24+
:pullreq: 16662,16736
25+
26+
Add acquire/release in broadcast pipes to fix TSAN issues seen on trixie.
27+
28+
.. change::
29+
:tags: Bug Fixes
30+
:pullreq: 16709
31+
:tickets: 16673
32+
33+
Handle applicable dynamic parts of YAML-only config when reloading Lua config.
34+
35+
.. change::
36+
:tags: Improvements
37+
:pullreq: 16710
38+
39+
Harden SVCB record parsing.
40+
41+
.. change::
42+
:tags: Improvements
43+
:pullreq: 16711
44+
:tickets: 14983
45+
46+
dnsrecords: Add RESINFO DNS Record (RFC 9606).
47+
48+
.. change::
49+
:tags: Improvements
50+
:pullreq: 16727
51+
52+
Add REST interface for manipulating Open Telemetry Trace Conditions.
53+
54+
.. change::
55+
:tags: Bug Fixes
56+
:pullreq: 16730
57+
58+
EDNS cookies: fix timestamp handling.
59+
660
.. changelog::
761
:version: 5.4.0-alpha1
862
:released: 16th of December 2025

0 commit comments

Comments
 (0)