-@ 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.
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"
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