]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Prep for rec-5.0.0-beta1 13475/head
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Fri, 10 Nov 2023 09:39:36 +0000 (10:39 +0100)
committerOtto Moerbeek <otto.moerbeek@open-xchange.com>
Fri, 10 Nov 2023 10:20:19 +0000 (11:20 +0100)
.github/actions/spell-check/expect.txt
docs/secpoll.zone
pdns/recursordist/docs/changelog/5.0.rst
pdns/recursordist/docs/upgrade.rst

index d11470aafe552a3b4dbd1832f425767d72ea586e..b5083a386db0492cf66d33e513ff43be071b9c83 100644 (file)
@@ -386,6 +386,7 @@ edu
 ejones
 Ekkelenkamp
 elgoog
+endbr
 Enden
 ent
 envoutput
index 0ddfbc0ccc582a1ebb9462efda41c3eda85507d5..4f78338b4cd4207886e7ba9da460070c45372afa 100644 (file)
@@ -1,4 +1,4 @@
-@       86400   IN  SOA pdns-public-ns1.powerdns.com. peter\.van\.dijk.powerdns.com. 2023110800 10800 3600 604800 10800
+@       86400   IN  SOA pdns-public-ns1.powerdns.com. peter\.van\.dijk.powerdns.com. 2023111000 10800 3600 604800 10800
 @       3600    IN  NS  pdns-public-ns1.powerdns.com.
 @       3600    IN  NS  pdns-public-ns2.powerdns.com.
 
@@ -361,7 +361,8 @@ recursor-4.9.0.security-status                          60 IN TXT "1 OK"
 recursor-4.9.1.security-status                          60 IN TXT "1 OK"
 recursor-4.9.2.security-status                          60 IN TXT "1 OK"
 recursor-5.0.0-alpha1.security-status                   60 IN TXT "2 Unsupported pre-release"
-recursor-5.0.0-alpha2.security-status                   60 IN TXT "1 Unsupported pre-release"
+recursor-5.0.0-alpha2.security-status                   60 IN TXT "2 Unsupported pre-release"
+recursor-5.0.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 c079e08a50e61d9533bd62bcb76c88c37f3bba8c..8bc0767d71d41e8df42ac0d73231be25057186e0 100644 (file)
@@ -1,5 +1,73 @@
 Changelogs for 5.0.X
 ====================
+
+.. changelog::
+  :version: 5.0.0-beta1
+  :released: 10th of November 2023
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 13468
+
+    Fix ubsan error: using a value of 80 for bool.
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 13462
+
+    Be more memory efficient handling RPZ updates.
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 13464
+
+    Change default of extended-resolution-errors setting to true.
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 13455
+
+    Move a few settings from recursor to outgoing section.
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 13446
+
+    For structured logging always log addresses including port.
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 13438
+
+    Teach configure to check for cargo version and require >= 1.64.
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 13410
+    :tickets: 12612
+
+    Tidy cache and only copy values if non-expired entry was found.
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 13409
+    :tickets: 13383
+
+    Handle serve stale logic in getRootNXTrust().
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 13432,13430
+    :tickets: 13430
+
+    Add endbr64 instructions in the right spots for OpenBSD/amd64.
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 13408
+
+    Handle stack memory on NetBSD as on OpenBSD (Tom Ivar Helbekkmo)
+
 .. changelog::
   :version: 5.0.0-alpha2
   :released: 17th of October 2023
index 9da78abea32ea3c8b760727cd86902b1a28c2429..f08a8ac09a0085e70a2c074240eb6b33af0c5be2 100644 (file)
@@ -32,6 +32,7 @@ New settings
 Changed settings
 ^^^^^^^^^^^^^^^^
 - The :ref:`setting-loglevel` can now be set to a level below 3 (error).
+- The :ref:`setting-extended-resolution-errors` now defaults to enabled.
 
 4.8.0 to 4.9.0
 --------------