]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
dnsdist: Fix the description of 10920 in the ChangeLog, remove useless entries 10987/head
authorRemi Gacogne <remi.gacogne@powerdns.com>
Tue, 16 Nov 2021 09:27:15 +0000 (10:27 +0100)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Tue, 16 Nov 2021 09:27:15 +0000 (10:27 +0100)
pdns/dnsdistdist/docs/changelog.rst

index 487416e6d7a978f822d0d753935b64c3b6513946..4a51966cab76cb105b3f52550d8fdf1faac32284 100644 (file)
@@ -87,18 +87,11 @@ Changelog
 
     Handle existing EDNS content for SetMacAddrAction/SetEDNSOptionAction
 
-  .. change::
-    :tags: Improvements
-    :pullreq: 10917
-    :tickets: 10899
-
-    Remove the useless step parameter in TCP and HTTP/2 unit tests
-
   .. change::
     :tags: Bug Fixes, DNS over HTTPS, DNS over TLS
     :pullreq: 10920
 
-    Remove unreachable code in HTTP/2 connections cleanup
+    Fix the cleaning of TCP, DoT and DoH connections to the backend
 
   .. change::
     :tags: Bug Fixes
@@ -125,13 +118,6 @@ Changelog
 
     Credentials: EVP_PKEY_CTX_set1_scrypt_salt() takes an `unsigned char*`
 
-  .. change::
-    :tags: Bug Fixes
-    :pullreq: 10977
-    :tickets: 10976
-
-    Disable the actual connect() in the test_dnsdisttcp_cc_c unit tests.
-
   .. change::
     :tags: New Features, Performance
     :pullreq: 10883, 10498