]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
rec: prep for rec-5.2.0-rc1 14964/head
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Fri, 13 Dec 2024 09:07:53 +0000 (10:07 +0100)
committerOtto Moerbeek <otto.moerbeek@open-xchange.com>
Fri, 13 Dec 2024 10:20:47 +0000 (11:20 +0100)
.github/actions/spell-check/expect.txt
build-scripts/changelog-from-pr.py
docs/secpoll.zone
pdns/recursordist/docs/changelog/5.2.rst
pdns/recursordist/docs/upgrade.rst

index ea837d55321da28dd10f12602ef5fcea0ff49c0f..63645a30359c6c24eb86a4342cd0363a88c3327d 100644 (file)
@@ -1585,6 +1585,7 @@ zeha
 Zengers
 Zengin
 zeromq
+zhaojs
 zilopbg
 zjs
 zonecryptokey
index 039629cb1ccf16352f176bf231c3fc61d8bd8db6..3730597d1e83db2cd442ca6cfbd621e93fab356a 100755 (executable)
@@ -64,10 +64,12 @@ for pr in arguments.pullrequest:
                 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'],
index 87c4c387a2bb4221a9d4db959218057ec41f9cbd..d1c208964e5f083d2a26c3da442babe45b49e96e 100644 (file)
@@ -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.
 
@@ -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/"
index 7d3f1a1d5198f8fae419b2358290f412e1969718..e347f70d97ee2b8c9c719a82066e6be0ebcaff8f 100644 (file)
@@ -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
index a346a013199487b7007edd943aabaa8e3ff141b7..75f211ac1678a79943aa31b29d9f3b0c2fec1177 100644 (file)
@@ -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
 ^^^^^^^^^^^^