From: Remi Gacogne Date: Tue, 7 Mar 2023 09:05:08 +0000 (+0100) Subject: dnsdist: ChangeLog and secpoll update for 1.8.0-rc2 X-Git-Tag: dnsdist-1.8.0-rc3~8^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=97277a94a39034570d563cad3a61d6dfbc0b8b4c;p=thirdparty%2Fpdns.git dnsdist: ChangeLog and secpoll update for 1.8.0-rc2 --- diff --git a/docs/secpoll.zone b/docs/secpoll.zone index 629aed92f7..8a3add59dc 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. 2023030701 10800 3600 604800 10800 +@ 86400 IN SOA pdns-public-ns1.powerdns.com. peter\.van\.dijk.powerdns.com. 2023030901 10800 3600 604800 10800 @ 3600 IN NS pdns-public-ns1.powerdns.com. @ 3600 IN NS pdns-public-ns2.powerdns.com. @@ -493,4 +493,5 @@ 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" dnsdist-1.7.3.security-status 60 IN TXT "1 OK" -dnsdist-1.8.0-rc1.security-status 60 IN TXT "1 Unsupported pre-release" +dnsdist-1.8.0-rc1.security-status 60 IN TXT "2 Unsupported pre-release (no known vulnerabilities)" +dnsdist-1.8.0-rc2.security-status 60 IN TXT "1 Unsupported pre-release" diff --git a/pdns/dnsdistdist/docs/changelog.rst b/pdns/dnsdistdist/docs/changelog.rst index 5725810b5b..0888d3f099 100644 --- a/pdns/dnsdistdist/docs/changelog.rst +++ b/pdns/dnsdistdist/docs/changelog.rst @@ -1,6 +1,52 @@ Changelog ========= +.. changelog:: + :version: 1.8.0-rc2 + :released: 9th of March 2023 + + .. change:: + :tags: Improvements, Protobuf + :pullreq: 12615 + + Add Lua bindings for PB requestorID, deviceName and deviceID + + .. change:: + :tags: Improvements + :pullreq: 12593 + + Clean up the fortify and LTO m4 by not directly editing flags + + .. change:: + :tags: Bug Fixes + :pullreq: 12592 + + Only increment the 'servfail-responses' metric on backend responses (phonedph1) + + .. change:: + :tags: Bug Fixes + :pullreq: 12586 + + Fix the harvesting of destination addresses + + .. change:: + :tags: Improvements + :pullreq: 12589 + + YaHTTP: Better detection of whether C++11 features are available + + .. change:: + :tags: Bug Fixes, Protobuf + :pullreq: 12588 + + Fix compilation with DoH disabled (Adam Majer) + + .. change:: + :tags: Improvements + :pullreq: 12587 + + Skip signal-unsafe logging when we are about to exit, with TSAN + .. changelog:: :version: 1.8.0-rc1 :released: 23rd of February 2023