]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
rec: prep for rec-5.3.0-beta1 15900/head
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Wed, 23 Jul 2025 13:14:58 +0000 (15:14 +0200)
committerOtto Moerbeek <otto.moerbeek@open-xchange.com>
Thu, 24 Jul 2025 07:36:03 +0000 (09:36 +0200)
Signed-off-by: Otto Moerbeek <otto.moerbeek@open-xchange.com>
docs/secpoll.zone
pdns/recursordist/docs/appendices/compiling.rst
pdns/recursordist/docs/changelog/5.3.rst
pdns/recursordist/docs/upgrade.rst

index ebb63d3e86630c4e64c43cc2e35a43f9c6db5f0f..305ab510a01e274ed48b8aa39ecb804e5bdbd0ad 100644 (file)
@@ -1,4 +1,4 @@
-@       86400   IN  SOA pdns-public-ns1.powerdns.com. peter\.van\.dijk.powerdns.com. 2025072105 10800 3600 604800 10800
+@       86400   IN  SOA pdns-public-ns1.powerdns.com. peter\.van\.dijk.powerdns.com. 2025072402 10800 3600 604800 10800
 @       3600    IN  NS  pdns-public-ns1.powerdns.com.
 @       3600    IN  NS  pdns-public-ns2.powerdns.com.
 
@@ -422,6 +422,7 @@ recursor-5.2.3.security-status                          60 IN TXT "3 Upgrade now
 recursor-5.2.4.security-status                          60 IN TXT "1 OK"
 recursor-5.3.0-alpha1.security-status                   60 IN TXT "3 Superseded pre-release (known vulnerabilities)"
 recursor-5.3.0-alpha2.security-status                   60 IN TXT "3 Superseded pre-release (known vulnerabilities)"
+recursor-5.3.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://docs.powerdns.com/recursor/appendices/EOL.html"
index a73b647eeac3e5b263a1f3a5ebbc8158859b0a9f..a9240f9f7fdb87c1fe7b552f232c2dd42fde8e4b 100644 (file)
@@ -81,7 +81,7 @@ Then run::
 
 To compile from a git checkout using meson install the dependencies above plus::
 
-  apt-get install ragel meson virtualenv curl rust
+  apt-get install ragel meson virtualenv curl rustc
 
 Then run::
 
index 7ecb74c45085b9d6b19c18f70fa280090a204577..a13481687f08d4373a80a5caba867d03265b5566 100644 (file)
@@ -3,6 +3,28 @@ Changelogs for 5.3.X
 
 Before upgrading, it is advised to read the :doc:`../upgrade`.
 
+.. changelog::
+  :version: 5.3.0-beta1
+  :released: 24th of July 2025
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 15887, 15888
+
+    Add version and an alignment byte to the EDNS record for OpenTelemetry data.
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 15848
+
+    Chain and harden ECS enabled queries. (:doc:`../security-advisories/powerdns-advisory-2025-04`).
+
+  .. change::
+    :tags: New Features
+    :pullreq: 15803
+
+    Add Lua hooks to dump and restore measured nameserver speed table.
+
 .. changelog::
   :version: 5.3.0-alpha2
   :released: 9th of July 2025
index fa57ce2270b80e665b53dc4e311bddc75a715cb8..5ddcff8608c1fc66c6dc63e459109203e96d23ee 100644 (file)
@@ -29,6 +29,13 @@ Changed Settings
 
 The :ref:`setting-yaml-recursor.event_trace_enabled` setting has gained a value to allow openTelemetry Trace data to be included in the Protobuf log stream.
 
+5.0.12, 5.1.6 and 5.2.4
+-----------------------
+
+New settings
+^^^^^^^^^^^^
+- The :ref:`setting-yaml-outgoing.edns_subnet_harden` setting has been introduced to allow for more strict checking of ECS enabled answers.
+
 5.1.0 to 5.2.0
 --------------