From: Remi Gacogne Date: Tue, 16 Nov 2021 09:27:15 +0000 (+0100) Subject: dnsdist: Fix the description of 10920 in the ChangeLog, remove useless entries X-Git-Tag: rec-4.6.0-rc1~7^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F10987%2Fhead;p=thirdparty%2Fpdns.git dnsdist: Fix the description of 10920 in the ChangeLog, remove useless entries --- diff --git a/pdns/dnsdistdist/docs/changelog.rst b/pdns/dnsdistdist/docs/changelog.rst index 487416e6d7..4a51966cab 100644 --- a/pdns/dnsdistdist/docs/changelog.rst +++ b/pdns/dnsdistdist/docs/changelog.rst @@ -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