From: Remi Gacogne Date: Thu, 4 Apr 2024 10:40:45 +0000 (+0200) Subject: dnsdist: Update ChangeLog and secpoll for DNSdist 1.9.2 X-Git-Tag: rec-5.1.0-alpha1~52^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F14032%2Fhead;p=thirdparty%2Fpdns.git dnsdist: Update ChangeLog and secpoll for DNSdist 1.9.2 --- diff --git a/docs/secpoll.zone b/docs/secpoll.zone index 373f1e784a..b595dc12e9 100644 --- a/docs/secpoll.zone +++ b/docs/secpoll.zone @@ -1,4 +1,4 @@ -@ 86400 IN SOA pdns-public-ns1.powerdns.com. peter\.van\.dijk.powerdns.com. 2024031500 10800 3600 604800 10800 +@ 86400 IN SOA pdns-public-ns1.powerdns.com. peter\.van\.dijk.powerdns.com. 2024040500 10800 3600 604800 10800 @ 3600 IN NS pdns-public-ns1.powerdns.com. @ 3600 IN NS pdns-public-ns2.powerdns.com. @@ -544,3 +544,4 @@ dnsdist-1.9.0-alpha4.security-status 60 IN TXT "2 Unsuppor dnsdist-1.9.0-rc1.security-status 60 IN TXT "2 Unsupported pre-release (no known vulnerabilities)" dnsdist-1.9.0.security-status 60 IN TXT "3 Upgrade now, see https://blog.powerdns.com/2024/03/14/powerdns-dnsdist-1.9.1-released" dnsdist-1.9.1.security-status 60 IN TXT "1 OK" +dnsdist-1.9.2.security-status 60 IN TXT "1 OK" diff --git a/pdns/dnsdistdist/docs/changelog.rst b/pdns/dnsdistdist/docs/changelog.rst index cbbb39be27..d67409f411 100644 --- a/pdns/dnsdistdist/docs/changelog.rst +++ b/pdns/dnsdistdist/docs/changelog.rst @@ -1,6 +1,106 @@ Changelog ========= +.. changelog:: + :version: 1.9.2 + :released: 5th of April 2024 + + .. change:: + :tags: Improvements + :pullreq: 13938 + + Fix compilation warnings + + .. change:: + :tags: Improvements + :pullreq: 13939 + + Docker: Only print config if debug flag is set + + .. change:: + :tags: Bug Fixes, DNS over HTTPS + :pullreq: 13940 + :tickets: 13850 + + Use server preference algorithm for ALPN selection + + .. change:: + :tags: Bug Fixes + :pullreq: 13941 + :tickets: 13903 + + Fix first IPv6 console connection being rejected + + .. change:: + :tags: Improvements + :pullreq: 13942 + + Shrink InternalQueryState's size by reordering its fields + + .. change:: + :tags: Improvements + :pullreq: 13943 + :tickets: 13925 + + Fix annoying compiler warnings by introducing and switching to `pdns::UniqueFilePtr` + + .. change:: + :tags: Bug Fixes + :pullreq: 13944 + + Fix XSK-enabled check when reconnecting a backend + + .. change:: + :tags: Bug Fixes + :pullreq: 13945 + :tickets: 13837 + + Properly handle a failure of the first lazy health-check + + .. change:: + :tags: Bug Fixes + :pullreq: 13976 + :tickets: 13945 + + Also handle EHOSTUNREACH as a case for reconnecting the socket + + .. change:: + :tags: Bug Fixes, DNS over HTTPS + :pullreq: 14012 + + Fix a null-deref in incoming DNS over HTTPS with the nghttp2 provider + + .. change:: + :tags: Improvements + :pullreq: 14013 + :tickets: 13977 + + Support "no server available" result from Lua FFI load-balancing policies + + .. change:: + :tags: Bug Fixes, DNS over HTTPS, Metrics + :pullreq: 14014 + + Fix DNS over HTTP connections/queries counters with the `nghttp2` provider + + .. change:: + :tags: Bug Fixes + :pullreq: 14015 + + FDWrapper: Do not try to close negative file descriptors + + .. change:: + :tags: Improvements + :pullreq: 14016 + + Release incoming TCP connection right away on backend failure + + .. change:: + :tags: Improvements + :pullreq: 14017 + + Release failed TCP backend connections more quickly + .. changelog:: :version: 1.9.1 :released: 14th of March 2024