]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
rec: Prep for rec-5.2.0-beta1
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Tue, 26 Nov 2024 12:28:39 +0000 (13:28 +0100)
committerOtto Moerbeek <otto.moerbeek@open-xchange.com>
Tue, 26 Nov 2024 12:36:07 +0000 (13:36 +0100)
.github/actions/spell-check/expect.txt
docs/secpoll.zone
pdns/recursordist/docs/changelog/5.2.rst
pdns/recursordist/docs/upgrade.rst

index afaa0a5d7412ed52d7ffd954c148ea98de4e574c..db65c77d24a3f88c641d513670b6dc36f4f70dcd 100644 (file)
@@ -1136,6 +1136,7 @@ relbar
 relbarbgcolor
 relbarlinkcolor
 relbartextcolor
+reloadable
 relro
 Remco
 remi
index ac5fbdfb2d824e2ad8933f5517db8df5c06ddcf5..87c4c387a2bb4221a9d4db959218057ec41f9cbd 100644 (file)
@@ -1,4 +1,4 @@
-@       86400   IN  SOA pdns-public-ns1.powerdns.com. peter\.van\.dijk.powerdns.com. 2024111100 10800 3600 604800 10800
+@       86400   IN  SOA pdns-public-ns1.powerdns.com. peter\.van\.dijk.powerdns.com. 2024112700 10800 3600 604800 10800
 @       3600    IN  NS  pdns-public-ns1.powerdns.com.
 @       3600    IN  NS  pdns-public-ns2.powerdns.com.
 
@@ -400,6 +400,7 @@ recursor-5.1.1.security-status                          60 IN TXT "3 Upgrade now
 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 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 9e2f2ff9b945cb5d56283d55150314b2d03402b6..6651d2ac24213071e701bec629c0195b45db0fd2 100644 (file)
@@ -3,6 +3,55 @@ Changelogs for 5.2.X
 
 Before upgrading, it is advised to read the :doc:`../upgrade`.
 
+.. changelog::
+  :version: 5.2.0-beta1
+  :released: 27th of November 2024
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 14852
+
+    Add rec_control reload-yaml as an alias for reload-lua-config.
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 14852
+
+    Add header flags and edns version as fields in protobuf messages.
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 14863
+    :tickets: 14471, 14857
+
+    Fix serial number inconsistency for RPZ dump files.
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 14858
+    :tickets: 14855
+
+    Remember which query led to aggressive cache insert/update and show it cache dump and traces.
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 14847
+
+    Several coverity reports, all low severity optimizations.
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 14844
+
+    Allow addresses to retrieve catalog zones and RPZs to be names (is system resolver is enabled).
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 14838
+    :tickets: 14533
+
+    Better fd count estimates and move default incoming.max_tcp_client to 1024.
+
 .. changelog::
   :version: 5.2.0-alpha1
   :released: 11th of November 2024
index 573c6d303191ae092db9fe4c2730528bb1eedf67..a346a013199487b7007edd943aabaa8e3ff141b7 100644 (file)
@@ -20,6 +20,16 @@ There is a new metric ``tcp-overflow`` that counts the connections closed immedi
 The ``outqueries-per-query`` value reported in the log by the periodic statistics function is now reported as ``outqueries-per-query-perc`` as it is a percentage.
 A value of 1 means that on average each 100 incoming queries lead to a single query to an authoritative server.
 
+A new ``rec_control reload-yaml`` command has been introduced as an alias for ``reload-lua-config``.
+Both commands will (if YAML settings are active), reload the runtime reloadable parts of the YAML settings.
+These are the YAML settings that correspond to Lua configuration items, plus a few new settings that have no Lua equivalent.
+The documentation has been updated to state more clearly which settings can be modified at runtime.
+
+Changed settings
+^^^^^^^^^^^^^^^^
+
+- The :ref:`setting-yaml-incoming.max_tcp_clients` default value has been raised 1024.
+
 New Settings
 ^^^^^^^^^^^^