]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
dnsdist: ChangeLog and secpoll update for 1.7.2
authorRemi Gacogne <remi.gacogne@powerdns.com>
Fri, 10 Jun 2022 13:15:26 +0000 (15:15 +0200)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Fri, 10 Jun 2022 13:15:26 +0000 (15:15 +0200)
docs/secpoll.zone
pdns/dnsdistdist/docs/changelog.rst

index 2fc8bb4880e0485cd0fc4d6c6f3a6041ddbf367a..08479991f1ce9263f63f4b52842aa172409f56f7 100644 (file)
@@ -1,4 +1,4 @@
-@       86400   IN  SOA pdns-public-ns1.powerdns.com. peter\.van\.dijk.powerdns.com. 2022060100 10800 3600 604800 10800
+@       86400   IN  SOA pdns-public-ns1.powerdns.com. peter\.van\.dijk.powerdns.com. 2022061000 10800 3600 604800 10800
 @       3600    IN  NS  pdns-public-ns1.powerdns.com.
 @       3600    IN  NS  pdns-public-ns2.powerdns.com.
 
@@ -464,3 +464,4 @@ dnsdist-1.7.0-beta2.security-status                        60 IN TXT "3 Unsuppor
 dnsdist-1.7.0-rc1.security-status                          60 IN TXT "3 Unsupported pre-release"
 dnsdist-1.7.0.security-status                              60 IN TXT "1 OK"
 dnsdist-1.7.1.security-status                              60 IN TXT "1 OK"
+dnsdist-1.7.2.security-status                              60 IN TXT "1 OK"
index e22edd69f377c9b27c9da62a17ac182d6f52c96b..663fcf0e8d0481b297263548dd2d623557424e27 100644 (file)
@@ -1,6 +1,52 @@
 Changelog
 =========
 
+.. changelog::
+  :version: 1.7.2
+  :released: TBD
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 11579
+    :tickets: 11576
+
+    Scan the UDP buckets only when we have outstanding queries
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 11580
+    :tickets: 11422
+
+    Only allocate the health-check mplexer when needed
+
+  .. change::
+    :tags: Bug Fixes, Metrics
+    :pullreq: 11664
+    :tickets: 11602
+
+    Add missing descriptions for prometheus metrics
+
+  .. change::
+    :tags: Bug Fixes, DNS over HTTPS
+    :pullreq: 11665
+    :tickets: 11604
+
+    Fix invalid proxy protocol payload on a DoH TC to TCP retry
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 11666
+    :tickets: 11606
+
+    Add Lua bindings to access the DNS payload as a string
+
+  .. change::
+    :tags: Bug Fixes, DNS over HTTPS
+    :pullreq: 11667
+    :tickets: 11621
+
+    Fix a crash on a invalid protocol in DoH forwarded-for header
+
 .. changelog::
   :version: 1.7.1
   :released: 25th of April 2022