]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
dnsdist: Prepare ChangeLog and security polling zone for 2.0.0-rc1
authorRemi Gacogne <remi.gacogne@powerdns.com>
Fri, 4 Jul 2025 10:55:47 +0000 (12:55 +0200)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Mon, 7 Jul 2025 09:49:13 +0000 (11:49 +0200)
Signed-off-by: Remi Gacogne <remi.gacogne@powerdns.com>
docs/secpoll.zone
pdns/dnsdistdist/docs/changelog.rst

index cbebed39c3626e15190cf6bbca84f427a7db4c07..67f1b320bacafe8e39546b206bfe083c74a23850 100644 (file)
@@ -1,4 +1,4 @@
-@       86400   IN  SOA pdns-public-ns1.powerdns.com. peter\.van\.dijk.powerdns.com. 2025070701 10800 3600 604800 10800
+@       86400   IN  SOA pdns-public-ns1.powerdns.com. peter\.van\.dijk.powerdns.com. 2025070801 10800 3600 604800 10800
 @       3600    IN  NS  pdns-public-ns1.powerdns.com.
 @       3600    IN  NS  pdns-public-ns2.powerdns.com.
 
@@ -593,5 +593,6 @@ dnsdist-1.9.8.security-status                              60 IN TXT "3 Upgrade
 dnsdist-1.9.9.security-status                              60 IN TXT "3 Upgrade now, see https://dnsdist.org/security-advisories/powerdns-advisory-for-dnsdist-2025-03.html"
 dnsdist-1.9.10.security-status                             60 IN TXT "1 OK"
 dnsdist-2.0.0-alpha1.security-status                       60 IN TXT "3 Unsupported pre-release (known vulnerabilities)"
-dnsdist-2.0.0-alpha2.security-status                       60 IN TXT "1 Unsupported pre-release (no known vulnerabilities)"
-dnsdist-2.0.0-beta1.security-status                        60 IN TXT "1 Unsupported pre-release (no known vulnerabilities)"
+dnsdist-2.0.0-alpha2.security-status                       60 IN TXT "2 Unsupported pre-release (no known vulnerabilities)"
+dnsdist-2.0.0-beta1.security-status                        60 IN TXT "2 Unsupported pre-release (no known vulnerabilities)"
+dnsdist-2.0.0-rc1.security-status                          60 IN TXT "1 Unsupported pre-release (no known vulnerabilities)"
index 97c2a9be23dc59591f567c405d63c6f0984adf0a..df5b17b3ee4b697b7fd80d42cd43fafabc017129 100644 (file)
@@ -1,6 +1,83 @@
 Changelog
 =========
 
+.. changelog::
+  :version: 2.0.0-rc1
+  :released: 8th of June 2025
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 15709
+    :tickets: 15708
+
+    Libssl depends on libcrypto
+
+  .. change::
+    :tags: Bug Fixes, YAML
+    :pullreq: 15734
+    :tickets: 15517
+
+    Enforce that additional addresses are DoT/DoH only
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 15774
+    :tickets: 15699
+
+    Prevent Lua bindings for backend from crashing on empty backend
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 15775
+    :tickets: 15699
+
+    Return nil for non-existing Lua objects
+
+  .. change::
+    :tags: Improvements, Performance
+    :pullreq: 15776
+    :tickets: 15735
+
+    lmdb-safe: Improve the scalability of transaction maps
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 15777
+
+    Prevent users from opening the same LMDB twice
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 15778
+
+    lmdb-safe: Fix a small race in ``getMDBEnv``
+
+  .. change::
+    :tags: Bug Fixes, YAML
+    :pullreq: 15779
+    :tickets: 15750
+
+    Fix logging and XSK YAML settings being ignored
+
+  .. change::
+    :tags: Improvements, YAML
+    :pullreq: 15780
+
+    Error on unsupported backend protocols from YAML
+
+  .. change::
+    :tags: Improvements, YAML
+    :pullreq: 15781
+
+    Error if backend certificate validation is enabled without a subject name
+
+  .. change::
+    :tags: Bug Fixes, YAML
+    :pullreq: 15784
+    :tickets: 15743
+
+    Add a Lua binding to get objects declared in YAML
+
 .. changelog::
   :version: 2.0.0-beta1
   :released: 20th of June 2025