]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Prep for rec-5.3.0-rc1 15995/head
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Wed, 20 Aug 2025 08:57:23 +0000 (10:57 +0200)
committerOtto Moerbeek <otto.moerbeek@open-xchange.com>
Wed, 20 Aug 2025 10:23:06 +0000 (12:23 +0200)
Signed-off-by: Otto Moerbeek <otto.moerbeek@open-xchange.com>
docs/secpoll.zone
pdns/recursordist/docs/changelog/5.3.rst

index 2b4c4d6eac756b9aff9f05d806eb54e5719afb5a..9f2d26ac9eaa6f55ec9882b6a060b52668fa0a07 100644 (file)
@@ -1,4 +1,4 @@
-@       86400   IN  SOA pdns-public-ns1.powerdns.com. peter\.van\.dijk.powerdns.com. 2025080701 10800 3600 604800 10800
+@       86400   IN  SOA pdns-public-ns1.powerdns.com. peter\.van\.dijk.powerdns.com. 2025082101 10800 3600 604800 10800
 @       3600    IN  NS  pdns-public-ns1.powerdns.com.
 @       3600    IN  NS  pdns-public-ns2.powerdns.com.
 
@@ -426,7 +426,8 @@ recursor-5.2.4.security-status                          60 IN TXT "1 OK"
 recursor-5.2.5.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-5.3.0-beta1.security-status                    60 IN TXT "2 Superseded pre-release"
+recursor-5.3.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://docs.powerdns.com/recursor/appendices/EOL.html"
index a13481687f08d4373a80a5caba867d03265b5566..f60b0c25a140dfc50ae29ecba82e3922efaf2f1c 100644 (file)
@@ -3,6 +3,52 @@ Changelogs for 5.3.X
 
 Before upgrading, it is advised to read the :doc:`../upgrade`.
 
+.. changelog::
+  :version: 5.3.0-rc1
+  :released: 21st of August 2025
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 15993
+    :tickets: 15972, 15991
+
+    Fix Boost system lib dependency: it is no longer available since 1.89.
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 15986
+    :tickets: 15934
+
+    Move back to a single debian control file.
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 15985
+    :tickets: 15974, 15981
+
+    Add back parent span attributes, they were lost in #15756.
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 15984
+    :tickets: 15893
+
+    If an RPZ hit has a custom CNAME record, we should try harder to follow it.
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 15983
+    :tickets: 15938
+
+    Put lib.rs into dist tarball.
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 15982
+    :tickets: 15802
+
+    Recursor/auth: remove obsolete pre install files.
+
 .. changelog::
   :version: 5.3.0-beta1
   :released: 24th of July 2025