Skip to content

Commit

Permalink
Merge pull request PowerDNS#14964 from omoerbeek/rec-prep-5.2.0-rc1
Browse files Browse the repository at this point in the history
rec: prep for rec-5.2.0-rc1
  • Loading branch information
omoerbeek authored Dec 13, 2024
2 parents c788a20 + 628de35 commit 3dfd8e3
Show file tree
Hide file tree
Showing 5 changed files with 85 additions and 5 deletions.
1 change: 1 addition & 0 deletions .github/actions/spell-check/expect.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1585,6 +1585,7 @@ zeha
Zengers
Zengin
zeromq
zhaojs
zilopbg
zjs
zonecryptokey
Expand Down
10 changes: 6 additions & 4 deletions build-scripts/changelog-from-pr.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,12 @@
out += ' :tickets: {}\n'.format(', '.join(tickets))
out += '\n {}'.format(pr_info['title'][0].capitalize() + pr_info['title'][1:])

if pr_info['user']['login'].lower() not in ['ahupowerdns', 'habbie',
'pieterlexis', 'rgacogne',
'aerique', 'chbruyand',
'omoerbeek', 'fredmorcos']:
if pr_info['user']['login'].lower() not in ['habbie',
'rgacogne',
'aerique',
'chbruyand',
'omoerbeek',
'miodvallat']:
try:
if access_token:
user_info = requests.get(pr_info['user']['url'],
Expand Down
3 changes: 2 additions & 1 deletion docs/secpoll.zone
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@ 86400 IN SOA pdns-public-ns1.powerdns.com. peter\.van\.dijk.powerdns.com. 2024112700 10800 3600 604800 10800
@ 86400 IN SOA pdns-public-ns1.powerdns.com. peter\.van\.dijk.powerdns.com. 2024121300 10800 3600 604800 10800
@ 3600 IN NS pdns-public-ns1.powerdns.com.
@ 3600 IN NS pdns-public-ns2.powerdns.com.

Expand Down Expand Up @@ -401,6 +401,7 @@ recursor-5.1.2.security-status 60 IN TXT "1 OK"
recursor-5.1.3.security-status 60 IN TXT "1 OK"
recursor-5.2.0-alpha1.security-status 60 IN TXT "1 Unsupported pre-release"
recursor-5.2.0-beta1.security-status 60 IN TXT "1 Unsupported pre-release"
recursor-5.2.0-rc1.security-status 60 IN TXT "1 Unsupported pre-release"

; 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/"
Expand Down
75 changes: 75 additions & 0 deletions pdns/recursordist/docs/changelog/5.2.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,81 @@ Changelogs for 5.2.X

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

.. changelog::
:version: 5.2.0-rc1
:released: 13th of December 2024

.. change::
:tags: Improvements
:pullreq: 14962
:tickets: 14957

Avoid local source port 4791 (zhaojs).

.. change::
:tags: Improvements
:pullreq: 14942

Log only one line per protocol for listening sockets on startup.

.. change::
:tags: Bug Fixes
:pullreq: 14941

Generate metrics files (also) where meson expects them.

.. change::
:tags: Improvements
:pullreq: 14943

Skip the current zone when looking for a cut after an invalid DS denial proof

.. change::
:tags: Bug Fixes
:pullreq: 14913

Reject hexadecimal blobs with odd number of characters.

.. change::
:tags: Improvements
:pullreq: 14926
:tickets: 12953

Remove support for libdecaf.

.. change::
:tags: Improvements
:pullreq: 14917
:tickets: 14915

Sync Dockerfile build options with packages

.. change::
:tags: Bug Fixes
:pullreq: 14909

Followup to 14796: also call stop hook in 1 thread case.

.. change::
:tags: Bug Fixes
:pullreq: 14897

Fix register QType race.

.. change::
:tags: Improvements
:pullreq: 14896

Coverity fixes, all minor optimizations

.. change::
:tags: Improvements
:pullreq: 14895

Follow clippy's code improvements advice, move static lib version to 5.2.0.



.. changelog::
:version: 5.2.0-beta1
:released: 27th of November 2024
Expand Down
1 change: 1 addition & 0 deletions pdns/recursordist/docs/upgrade.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ Changed settings
^^^^^^^^^^^^^^^^

- The :ref:`setting-yaml-incoming.max_tcp_clients` default value has been raised 1024.
- The :ref:`setting-yaml-outgoing.udp_source_port_avoid` default value now includes port 4791.

New Settings
^^^^^^^^^^^^
Expand Down

0 comments on commit 3dfd8e3

Please sign in to comment.