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

index 19932069a2fbe5584a99fad51bbf5ac5101c7967..4f2eb7934bb4e317e7d780ce62a73725a10b29ff 100644 (file)
@@ -1,4 +1,4 @@
-@       86400   IN  SOA pdns-public-ns1.powerdns.com. peter\.van\.dijk.powerdns.com. 2022041400 10800 3600 604800 10800
+@       86400   IN  SOA pdns-public-ns1.powerdns.com. peter\.van\.dijk.powerdns.com. 2022042601 10800 3600 604800 10800
 @       3600    IN  NS  pdns-public-ns1.powerdns.com.
 @       3600    IN  NS  pdns-public-ns2.powerdns.com.
 
@@ -461,3 +461,4 @@ dnsdist-1.7.0-beta1.security-status                        60 IN TXT "3 Unsuppor
 dnsdist-1.7.0-beta2.security-status                        60 IN TXT "3 Unsupported pre-release"
 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"
index 15ad3e1bf1a59200a5864bc5331d04dc179b2403..6bbbe6d4cb855afb0d43d7801c94d2e721a30ed2 100644 (file)
@@ -1,6 +1,126 @@
 Changelog
 =========
 
+.. changelog::
+  :version: 1.7.1
+  :released: 26th of April 2022
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 11195
+
+    Fix compilation with OpenSSL 3.0.0
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 11094
+    :tickets: 11081
+
+    Docker images: remove capability requirements
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 11292
+    :tickets: 11290
+
+    Docker image: install ca-certificates
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 11335
+    :tickets: 11330
+
+    Fix a use-after-free in case of a network error in the middle of a XFR query
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 11550
+    :tickets: 11504
+
+    Properly use eBPF when the DynBlock is not set
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 11176
+    :tickets: 11113
+
+    Work around a compiler bug seen on OpenBSD/amd64 using clang-13
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 11197
+
+    Stop using the now deprecated and useless std::binary_function
+
+  .. change::
+    :tags: Bug Fixes, DNS over HTTPS, DNS over TLS
+    :pullreq: 11251
+    :tickets: 11249
+
+    Set Server Name Indication on outgoing TLS connections (DoT, DoH)
+
+  .. change::
+    :tags: Bug Fixes, DNS over HTTPS
+    :pullreq: 11253
+    :tickets: 11250
+
+    Fix the health-check timeout for outgoing DoH connections
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 11255
+    :tickets: 11254
+
+    Fix 'inConfigCheck()'
+
+  .. change::
+    :tags: Bug Fixes, Metrics
+    :pullreq: 11323
+    :tickets: 11239
+
+    Fix the latency-count metric
+
+  .. change::
+    :tags: Improvements, DNS over HTTPS, DNS over TLS
+    :pullreq: 11324
+    :tickets: 11201
+
+    Remove the leak warning with GnuTLS >= 3.7.3
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 11545
+    :tickets: 11501
+
+    Use the correct outgoing protocol in our ring buffers
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 11546
+    :tickets: 11383
+
+    Raise the number of entries in a packet cache to at least 1
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 11547
+    :tickets: 11434
+
+    Add a 'getAddressAndPort()' method to DOHFrontend and TLSFrontend objects
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 11565
+
+    Fix wrong eBPF values (qtype, counter) being inserted for qnames
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 11572
+    :tickets: 11375
+
+    The check interval applies to health-check, not timeouts
+
 .. changelog::
   :version: 1.7.0
   :released: 17th of January 2022