]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
dnsdist: Update ChangeLog and the security polling for 2.0.0-rc2 15858/head
authorRemi Gacogne <remi.gacogne@powerdns.com>
Thu, 17 Jul 2025 08:12:03 +0000 (10:12 +0200)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Thu, 17 Jul 2025 08:12:03 +0000 (10:12 +0200)
Signed-off-by: Remi Gacogne <remi.gacogne@powerdns.com>
docs/secpoll.zone
pdns/dnsdistdist/docs/changelog.rst

index 4687f0b588e59a282455f2b1c56de6493e77cc94..bc2126be2f43b7adb94e3aef93eb7b6206142acc 100644 (file)
@@ -1,4 +1,4 @@
-@       86400   IN  SOA pdns-public-ns1.powerdns.com. peter\.van\.dijk.powerdns.com. 2025070901 10800 3600 604800 10800
+@       86400   IN  SOA pdns-public-ns1.powerdns.com. peter\.van\.dijk.powerdns.com. 2025071701 10800 3600 604800 10800
 @       3600    IN  NS  pdns-public-ns1.powerdns.com.
 @       3600    IN  NS  pdns-public-ns2.powerdns.com.
 
@@ -596,4 +596,5 @@ 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 "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)"
+dnsdist-2.0.0-rc1.security-status                          60 IN TXT "2 Unsupported pre-release (no known vulnerabilities)"
+dnsdist-2.0.0-rc2.security-status                          60 IN TXT "1 Unsupported pre-release (no known vulnerabilities)"
index c7e9f6ddccdd53087cc288c320d4187e64729f23..97c15f73659dcf62f066cecfa057b250884ae3dc 100644 (file)
@@ -1,6 +1,57 @@
 Changelog
 =========
 
+.. changelog::
+  :version: 2.0.0-rc2
+  :released: 17th of July 2025
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 15837
+
+    dnsdist-rust-lib: honor ``RUSTC_TARGET_ARCH``
+
+  .. change::
+    :tags: Improvements, YAML
+    :pullreq: 15838
+
+    Handle named rcodes in the YAML configuration
+
+  .. change::
+    :tags: Bug Fixes, YAML
+    :pullreq: 15839
+    :tickets: 15810
+
+    Properly process the YAML source parameter for backends
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 15840
+    :tickets: 15804
+
+    Properly link with ``libdl`` when building with ``autotools``
+
+  .. change::
+    :tags: Bug Fixes, YAML
+    :pullreq: 15841
+    :tickets: 15822
+
+    Allow registering NMG objects from YAML
+
+  .. change::
+    :tags: Bug Fixes, Webserver
+    :pullreq: 15842
+    :tickets: 15820
+
+    Bring back listening on multiple web server addresses
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 15843
+    :tickets: 15830
+
+    Fix narrowing conversion on 32-bit systems by using ``uint64_t`` instead of ``size_t``
+
 .. changelog::
   :version: 2.0.0-rc1
   :released: 8th of July 2025