Zengers
Zengin
zeromq
+zhaojs
zilopbg
zjs
zonecryptokey
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'],
-@ 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.
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/"
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
^^^^^^^^^^^^^^^^
- 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
^^^^^^^^^^^^