]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
dnsdist: Update ChangeLog and secpoll zone for 1.5.2
authorRemi Gacogne <remi.gacogne@powerdns.com>
Tue, 4 May 2021 16:24:21 +0000 (18:24 +0200)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Tue, 4 May 2021 16:24:21 +0000 (18:24 +0200)
docs/secpoll.zone
pdns/dnsdistdist/docs/changelog.rst

index e1950778b476e6f4c3187a3860f367626c722c69..72cac2d7ea00344cb90d195a27fb215de55fbc82 100644 (file)
@@ -1,4 +1,4 @@
-@       86400   IN  SOA pdns-public-ns1.powerdns.com. pieter\.lexis.powerdns.com. 2021050401 10800 3600 604800 10800
+@       86400   IN  SOA pdns-public-ns1.powerdns.com. pieter\.lexis.powerdns.com. 2021050501 10800 3600 604800 10800
 @       3600    IN  NS  pdns-public-ns1.powerdns.com.
 @       3600    IN  NS  pdns-public-ns2.powerdns.com.
 
@@ -392,6 +392,7 @@ dnsdist-1.5.0-rc3.security-status                          60 IN TXT "2 Unsuppor
 dnsdist-1.5.0-rc4.security-status                          60 IN TXT "2 Unsupported pre-release (no known vulnerabilities)"
 dnsdist-1.5.0.security-status                              60 IN TXT "1 OK"
 dnsdist-1.5.1.security-status                              60 IN TXT "1 OK"
+dnsdist-1.5.2.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)"
index f35074d45c74f433e95955c225c07883aeaa4820..01a8e0e44a2aeff82f6f69f1f21e94cbc61f6ccd 100644 (file)
@@ -1,6 +1,82 @@
 Changelog
 =========
 
+  :version: 1.5.2
+  :released: 5th of May 2021
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 9583
+
+    Make: two fixes
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 9717
+    :tickets: 9689
+
+    Fix eBPF filtering of long qnames
+
+  .. change::
+    :tags: Bug Fixes, Metrics
+    :pullreq: 9729
+    :tickets: 9728
+
+    Fix a typo in prometheus metrics dnsdist_frontend_tlshandshakefailures #9728 (AppliedPrivacy)
+
+  .. change::
+    :tags: Bug Fixes, Performance
+    :pullreq: 9749
+
+    Fix the DNSName move assignment operator
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 9900
+
+    Fix a hang when removing a server with more than one socket
+
+  .. change::
+    :tags: Bug Fixes, DNS over HTTPS, DNS over TLS
+    :pullreq: 9922
+    :tickets: 9921
+
+    Fix SNI on resumed sessions by acknowledging the name sent by the client
+
+  .. change::
+    :tags: Bug Fixes, DNS over HTTPS
+    :pullreq: 9936
+    :tickets: 9934
+
+    Fix a crash when a DoH responses map is updated at runtime
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 9980
+    :tickets: 9756
+
+    Fix Dynamic Block RCode rules messing up the queries count
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 10012
+    :tickets: 10006
+
+    Fix EDNS in ServFail generated when no server is available
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 10095
+    :tickets: 10090
+
+    Prevent a crash with DynBPF objects in client mode
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 10355
+
+    Add missing getEDNSOptions and getDO bindings for DNSResponse
+
 .. changelog::
   :version: 1.6.0-rc2
   :released: 4th of May 2021