]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
dnsdist: Add ChangeLog and secpoll for 1.6.0-rc1
authorRemi Gacogne <remi.gacogne@powerdns.com>
Mon, 19 Apr 2021 11:59:53 +0000 (13:59 +0200)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Mon, 19 Apr 2021 11:59:53 +0000 (13:59 +0200)
docs/secpoll.zone
pdns/dnsdistdist/docs/changelog.rst

index 911fc285edc4dc606fdb18b68365bfec204e3233..3b89a0cdce9cd805c7c8ad1cf0a02c273a800d20 100644 (file)
@@ -1,4 +1,4 @@
-@       86400   IN  SOA pdns-public-ns1.powerdns.com. pieter\.lexis.powerdns.com. 2021041400 10800 3600 604800 10800
+@       86400   IN  SOA pdns-public-ns1.powerdns.com. pieter\.lexis.powerdns.com. 2021042000 10800 3600 604800 10800
 @       3600    IN  NS  pdns-public-ns1.powerdns.com.
 @       3600    IN  NS  pdns-public-ns2.powerdns.com.
 
@@ -393,4 +393,5 @@ dnsdist-1.5.0.security-status                              60 IN TXT "1 OK"
 dnsdist-1.5.1.security-status                              60 IN TXT "1 OK"
 dnsdist-1.6.0-alpha1.security-status                       60 IN TXT "2 Unsupported pre-release (no known vulnerabilities)"
 dnsdist-1.6.0-alpha2.security-status                       60 IN TXT "2 Unsupported pre-release (no known vulnerabilities)"
-dnsdist-1.6.0-alpha3.security-status                       60 IN TXT "1 OK"
+dnsdist-1.6.0-alpha3.security-status                       60 IN TXT "2 Unsupported pre-release (no known vulnerabilities)"
+dnsdist-1.6.0-rc1.security-status                          60 IN TXT "1 OK"
index 8d29c0c50ce327128cef897312c9936eb45a1e59..c04ecfad72654f2284878da0241466ae794a441e 100644 (file)
@@ -1,6 +1,36 @@
 Changelog
 =========
 
+.. changelog::
+  :version: 1.6.0-rc1
+  :released: 20th of April 2021
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 10216
+    :tickets: 10209
+
+    Replace pthread_rwlock with std::shared_mutex
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 10264
+
+    Also disable PMTU for v6
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 10267
+    :tickets: 10262
+
+    Add missing getEDNSOptions and getDO bindings for DNSResponse
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 10274
+
+    Fix some issues reported by Thread Sanitizer
+
 .. changelog::
   :version: 1.6.0-alpha3
   :released: 29th of March 2021