From: Remi Gacogne Date: Tue, 14 Mar 2023 08:52:30 +0000 (+0100) Subject: dnsdist: Prepare ChangeLog and secpoll for 1.8.0-rc3 X-Git-Tag: auth-4.8.0-alpha1~4^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b32e0d62a8ccab710354e2c84613c1d7677414bb;p=thirdparty%2Fpdns.git dnsdist: Prepare ChangeLog and secpoll for 1.8.0-rc3 --- diff --git a/docs/secpoll.zone b/docs/secpoll.zone index 8a3add59dc..d9b07af9c3 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. 2023030901 10800 3600 604800 10800 +@ 86400 IN SOA pdns-public-ns1.powerdns.com. peter\.van\.dijk.powerdns.com. 2023031601 10800 3600 604800 10800 @ 3600 IN NS pdns-public-ns1.powerdns.com. @ 3600 IN NS pdns-public-ns2.powerdns.com. @@ -494,4 +494,5 @@ 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 "2 Unsupported pre-release (no known vulnerabilities)" -dnsdist-1.8.0-rc2.security-status 60 IN TXT "1 Unsupported pre-release" +dnsdist-1.8.0-rc2.security-status 60 IN TXT "2 Unsupported pre-release (no known vulnerabilities)" +dnsdist-1.8.0-rc3.security-status 60 IN TXT "1 Unsupported pre-release" diff --git a/pdns/dnsdistdist/docs/changelog.rst b/pdns/dnsdistdist/docs/changelog.rst index 0888d3f099..fc575480e2 100644 --- a/pdns/dnsdistdist/docs/changelog.rst +++ b/pdns/dnsdistdist/docs/changelog.rst @@ -1,6 +1,28 @@ Changelog ========= +.. changelog:: + :version: 1.8.0-rc3 + :released: 16th of March 2023 + + .. change:: + :tags: Bug Fixes + :pullreq: 12641 + + Use the correct source address when harvesting failed + + .. change:: + :tags: Bug Fixes + :pullreq: 12639 + + Fix a race when a cross-protocol query triggers an IO error + + .. change:: + :tags: Improvements, Webserver + :pullreq: 12638 + + Report per-incoming transport latencies in the web interface + .. changelog:: :version: 1.8.0-rc2 :released: 9th of March 2023