]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
dnsdist: Add ChangeLog and secpoll for 1.6.0-rc2 10347/head
authorRemi Gacogne <remi.gacogne@powerdns.com>
Mon, 3 May 2021 09:23:46 +0000 (11:23 +0200)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Mon, 3 May 2021 09:23:46 +0000 (11:23 +0200)
docs/secpoll.zone
pdns/dnsdistdist/docs/changelog.rst

index e2d3525df3fc9432c80245ad51c1c80b5c555070..e1950778b476e6f4c3187a3860f367626c722c69 100644 (file)
@@ -1,4 +1,4 @@
-@       86400   IN  SOA pdns-public-ns1.powerdns.com. pieter\.lexis.powerdns.com. 2021042800 10800 3600 604800 10800
+@       86400   IN  SOA pdns-public-ns1.powerdns.com. pieter\.lexis.powerdns.com. 2021050401 10800 3600 604800 10800
 @       3600    IN  NS  pdns-public-ns1.powerdns.com.
 @       3600    IN  NS  pdns-public-ns2.powerdns.com.
 
@@ -395,4 +395,5 @@ 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 "2 Unsupported pre-release (no known vulnerabilities)"
-dnsdist-1.6.0-rc1.security-status                          60 IN TXT "1 OK"
+dnsdist-1.6.0-rc1.security-status                          60 IN TXT "2 Unsupported pre-release"
+dnsdist-1.6.0-rc2.security-status                          60 IN TXT "1 OK"
index 27a6dc309411759417c1a12618d68a24dfe79499..f35074d45c74f433e95955c225c07883aeaa4820 100644 (file)
@@ -1,6 +1,29 @@
 Changelog
 =========
 
+.. changelog::
+  :version: 1.6.0-rc2
+  :released: 4th of May 2021
+
+  .. change::
+    :tags: Improvements, Metrics
+    :pullreq: 10323
+
+    Make the backend queryLoad and dropRate values atomic
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 10327
+    :tickets: 10324
+
+    Only use eBPF for "drop" actions, clean up more often
+
+  .. change::
+    :tags: Bug Fixes, DNSCrypt
+    :pullreq: 10346
+
+    Fix missing locks in DNSCrypt certificates management
+
 .. changelog::
   :version: 1.6.0-rc1
   :released: 20th of April 2021