]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
dnsdist: Update the ChangeLog and the secpoll zone for 1.7.0-rc1
authorRemi Gacogne <remi.gacogne@powerdns.com>
Tue, 7 Dec 2021 16:52:17 +0000 (17:52 +0100)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Tue, 21 Dec 2021 10:08:19 +0000 (11:08 +0100)
docs/secpoll.zone
pdns/dnsdistdist/docs/changelog.rst

index 1bb995b8eca3689b53f7366d75b014fa8140be6c..b934722845c3e7ce3e8b59a6bdcce819ae80304c 100644 (file)
@@ -1,4 +1,4 @@
-@       86400   IN  SOA pdns-public-ns1.powerdns.com. pieter\.lexis.powerdns.com. 2021121701 10800 3600 604800 10800
+@       86400   IN  SOA pdns-public-ns1.powerdns.com. pieter\.lexis.powerdns.com. 2021122100 10800 3600 604800 10800
 @       3600    IN  NS  pdns-public-ns1.powerdns.com.
 @       3600    IN  NS  pdns-public-ns2.powerdns.com.
 
@@ -440,7 +440,8 @@ dnsdist-1.6.0-rc1.security-status                          60 IN TXT "3 Unsuppor
 dnsdist-1.6.0-rc2.security-status                          60 IN TXT "3 Unsupported pre-release"
 dnsdist-1.6.0.security-status                              60 IN TXT "1 OK"
 dnsdist-1.6.1.security-status                              60 IN TXT "1 OK"
-dnsdist-1.7.0-alpha1.security-status                       60 IN TXT "2 Unsupported pre-release"
-dnsdist-1.7.0-alpha2.security-status                       60 IN TXT "2 Unsupported pre-release"
-dnsdist-1.7.0-beta1.security-status                        60 IN TXT "2 Unsupported pre-release"
-dnsdist-1.7.0-beta2.security-status                        60 IN TXT "1 Unsupported pre-release"
+dnsdist-1.7.0-alpha1.security-status                       60 IN TXT "3 Unsupported pre-release"
+dnsdist-1.7.0-alpha2.security-status                       60 IN TXT "3 Unsupported pre-release"
+dnsdist-1.7.0-beta1.security-status                        60 IN TXT "3 Unsupported pre-release"
+dnsdist-1.7.0-beta2.security-status                        60 IN TXT "3 Unsupported pre-release"
+dnsdist-1.7.0-rc1.security-status                          60 IN TXT "1 Unsupported pre-release"
index 59a131cf4d7ee9da8da5e66e963e1c4d6ab7d6c8..6a9bfd7ca80646dfd3c2c345b9174c7bca65b9bc 100644 (file)
@@ -1,6 +1,22 @@
 Changelog
 =========
 
+.. changelog::
+  :version: 1.7.0-rc1
+  :released: TBD
+
+  .. change::
+    :tags: Improvements, DNS over TLS, Performance
+    :pullreq: 11037
+
+    Reuse and save the TLS session tickets in DoT healthchecks
+
+  .. change::
+    :tags: Bug Fixes, DNS over HTTPS, Security
+    :pullreq: 11075
+
+    Fix a double-free when a DoH cross-protocol response is dropped
+
 .. changelog::
   :version: 1.7.0-beta2
   :released: 29th of November 2021