]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
dnsdist: Update the secpoll zone and the ChangeLog for 1.9.4
authorRemi Gacogne <remi.gacogne@powerdns.com>
Fri, 26 Apr 2024 09:37:40 +0000 (11:37 +0200)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Mon, 13 May 2024 07:34:06 +0000 (09:34 +0200)
docs/secpoll.zone
pdns/dnsdistdist/docs/changelog.rst

index a7d230c6695cf7eb672d8ddfd16ec1fe757e1115..e2ef359a8b57a2bdcea4966d68e6cb1c4c680afb 100644 (file)
@@ -1,4 +1,4 @@
-@       86400   IN  SOA pdns-public-ns1.powerdns.com. peter\.van\.dijk.powerdns.com. 2024042401 10800 3600 604800 10800
+@       86400   IN  SOA pdns-public-ns1.powerdns.com. peter\.van\.dijk.powerdns.com. 2024051301 10800 3600 604800 10800
 @       3600    IN  NS  pdns-public-ns1.powerdns.com.
 @       3600    IN  NS  pdns-public-ns2.powerdns.com.
 
@@ -541,11 +541,12 @@ dnsdist-1.8.1.security-status                              60 IN TXT "3 Upgrade
 dnsdist-1.8.2.security-status                              60 IN TXT "1 OK"
 dnsdist-1.8.3.security-status                              60 IN TXT "1 OK"
 dnsdist-1.9.0-alpha1.security-status                       60 IN TXT "3 Unsupported pre-release (known vulnerabilities)"
-dnsdist-1.9.0-alpha2.security-status                       60 IN TXT "2 Unsupported pre-release (no known vulnerabilities)"
-dnsdist-1.9.0-alpha3.security-status                       60 IN TXT "2 Unsupported pre-release (no known vulnerabilities)"
-dnsdist-1.9.0-alpha4.security-status                       60 IN TXT "2 Unsupported pre-release (no known vulnerabilities)"
-dnsdist-1.9.0-rc1.security-status                          60 IN TXT "2 Unsupported pre-release (no known vulnerabilities)"
+dnsdist-1.9.0-alpha2.security-status                       60 IN TXT "3 Unsupported pre-release (known vulnerabilities)"
+dnsdist-1.9.0-alpha3.security-status                       60 IN TXT "3 Unsupported pre-release (known vulnerabilities)"
+dnsdist-1.9.0-alpha4.security-status                       60 IN TXT "3 Unsupported pre-release (known vulnerabilities)"
+dnsdist-1.9.0-rc1.security-status                          60 IN TXT "3 Unsupported pre-release (known vulnerabilities)"
 dnsdist-1.9.0.security-status                              60 IN TXT "3 Upgrade now, see https://blog.powerdns.com/2024/03/14/powerdns-dnsdist-1.9.1-released"
-dnsdist-1.9.1.security-status                              60 IN TXT "1 OK"
-dnsdist-1.9.2.security-status                              60 IN TXT "1 OK"
-dnsdist-1.9.3.security-status                              60 IN TXT "1 OK"
+dnsdist-1.9.1.security-status                              60 IN TXT "3 Upgrade now, see https://dnsdist.org/security-advisories/powerdns-advisory-for-dnsdist-2024-03.html"
+dnsdist-1.9.2.security-status                              60 IN TXT "3 Upgrade now, see https://dnsdist.org/security-advisories/powerdns-advisory-for-dnsdist-2024-03.html"
+dnsdist-1.9.3.security-status                              60 IN TXT "3 Upgrade now, see https://dnsdist.org/security-advisories/powerdns-advisory-for-dnsdist-2024-03.html"
+dnsdist-1.9.4.security-status                              60 IN TXT "1 OK"
index a7f6bdbd00b222812f57a869a0d1027b8bbbcbb8..51a5c65b97289490b2e9678fa01ef8931d3dc3cd 100644 (file)
@@ -1,6 +1,36 @@
 Changelog
 =========
 
+.. changelog::
+  :version: 1.9.4
+  :released: 13th of May 2024
+
+  .. change::
+    :tags: Bug Fixes, DNS over HTTPS
+    :pullreq: 14081
+    :tickets: 14046
+
+    Fix DNS over plain HTTP broken by `reloadAllCertificates()`
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 14082
+    :tickets: 13925
+
+    Fix "C++ One Definition Rule" warnings in XSK
+
+  .. change::
+    :tags: Bug Fixes, DNS over HTTPS
+    :pullreq: 14105
+
+    Fix a crash in incoming DoH with nghttp2
+
+  .. change::
+    :tags: Bug Fixes, DNS over HTTPS
+    :pullreq: TBD
+
+    Fix handling of XFR requests over DoH
+
 .. changelog::
   :version: 1.9.3
   :released: 5th of April 2024