]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
auth 5.0.1 secpoll and changelog 16385/head
authorPeter van Dijk <peter.van.dijk@powerdns.com>
Tue, 28 Oct 2025 16:38:20 +0000 (17:38 +0100)
committerPeter van Dijk <peter.van.dijk@powerdns.com>
Thu, 30 Oct 2025 11:16:56 +0000 (12:16 +0100)
Co-authored-by: Miod Vallat <miod.vallat@powerdns.com>
Signed-off-by: Peter van Dijk <peter.van.dijk@powerdns.com>
docs/changelog/5.0.rst
docs/secpoll.zone

index b4d230c9bded69bb09d0423e2041ff91e4c7f459..7be9dc5b410dea455be1cb5f18104f1ee8f54e32 100644 (file)
@@ -1,6 +1,74 @@
 Changelogs for 5.0.x
 ====================
 
+.. changelog::
+  :version: 5.0.1
+  :released: 30th of October 2025
+
+  This is release 5.0.1 of the Authoritative Server.
+  It contains minor bugfixes and improvements over the 5.0.0
+  release, and one new feature for LMDB users.
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 16360
+
+    api: relax zone name check in view removal
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 16359
+
+    Prevent a potential race condition in cache cleaning
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 16358
+
+    Allow selecting a specific version of Lua with meson
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 16357, 16211
+
+    add missing meson build machinery files to auth source tarballs
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 16356
+
+    pdnsutil: fix b2b-migrate from sql to non-sql
+
+  .. change::
+    :tags: New Features
+    :pullreq: 16355, 16147
+
+    lmdb: optional memory-only freshness check and notification timestamps
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 16354
+
+    LUA shared exec: reset exec limit for every invocation
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 16353
+
+    Fix EDNS Cookie & Proxy protocol
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 16210
+
+    auth views: perform character set validation of view names
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 16143
+
+    Fix Boost system lib dependency: it is no longer available since 1.89
+
 .. changelog::
   :version: 5.0.0
   :released: 22nd of August 2025
index b4b97ba74202e89479e406bcfb715b7cc3c0e995..690c5cee251fdbc7fe5a1fd05696d49e663ad65d 100644 (file)
@@ -1,4 +1,4 @@
-@       86400   IN  SOA pdns-public-ns1.powerdns.com. peter\.van\.dijk.powerdns.com. 2025102201 10800 3600 604800 10800
+@       86400   IN  SOA pdns-public-ns1.powerdns.com. peter\.van\.dijk.powerdns.com. 2025103001 10800 3600 604800 10800
 @       3600    IN  NS  pdns-public-ns1.powerdns.com.
 @       3600    IN  NS  pdns-public-ns2.powerdns.com.
 
@@ -143,6 +143,7 @@ auth-4.9.11.security-status                             60 IN TXT "1 OK"
 auth-5.0.0-alpha1.security-status                       60 IN TXT "2 Unsupported pre-release (no known vulnerabilities)"
 auth-5.0.0-beta1.security-status                        60 IN TXT "2 Unsupported pre-release (no known vulnerabilities)"
 auth-5.0.0.security-status                              60 IN TXT "1 OK"
+auth-5.0.1.security-status                              60 IN TXT "1 OK"
 
 ; Auth Debian
 auth-3.4.1-2.debian.security-status                     60 IN TXT "3 Upgrade now, see https://docs.powerdns.com/authoritative/appendices/EOL.html"