From c5aa63aae942586b1c00934328564b48275005ea Mon Sep 17 00:00:00 2001 From: Remi Gacogne Date: Tue, 28 Jul 2020 15:15:11 +0200 Subject: [PATCH] dnsdist: Update ChangeLog and secpoll for the 1.5.0 release --- docs/secpoll.zone | 5 +-- pdns/dnsdistdist/docs/changelog.rst | 47 +++++++++++++++++++++++++++++ 2 files changed, 50 insertions(+), 2 deletions(-) diff --git a/docs/secpoll.zone b/docs/secpoll.zone index c8c32cf1fc..76c7ca8661 100644 --- a/docs/secpoll.zone +++ b/docs/secpoll.zone @@ -1,4 +1,4 @@ -@ 86400 IN SOA pdns-public-ns1.powerdns.com. pieter\.lexis.powerdns.com. 2020072001 10800 3600 604800 10800 +@ 86400 IN SOA pdns-public-ns1.powerdns.com. pieter\.lexis.powerdns.com. 2020072901 10800 3600 604800 10800 @ 3600 IN NS pdns-public-ns1.powerdns.com. @ 3600 IN NS pdns-public-ns2.powerdns.com. @@ -357,4 +357,5 @@ dnsdist-1.5.0-alpha1.security-status 60 IN TXT "2 Unsuppor dnsdist-1.5.0-rc1.security-status 60 IN TXT "2 Unsupported pre-release (no known vulnerabilities)" dnsdist-1.5.0-rc2.security-status 60 IN TXT "2 Unsupported pre-release (no known vulnerabilities)" dnsdist-1.5.0-rc3.security-status 60 IN TXT "2 Unsupported pre-release (no known vulnerabilities)" -dnsdist-1.5.0-rc4.security-status 60 IN TXT "1 OK" +dnsdist-1.5.0-rc4.security-status 60 IN TXT "2 Unsupported pre-release (no known vulnerabilities)" +dnsdist-1.5.0.security-status 60 IN TXT "1 OK" diff --git a/pdns/dnsdistdist/docs/changelog.rst b/pdns/dnsdistdist/docs/changelog.rst index 75afc5c1a2..36fa8886bb 100644 --- a/pdns/dnsdistdist/docs/changelog.rst +++ b/pdns/dnsdistdist/docs/changelog.rst @@ -1,6 +1,53 @@ Changelog ========= +.. changelog:: + :version: 1.5.0 + :released: 29th of July 2020 + + .. change:: + :tags: Improvements + :pullreq: 9231 + + Use explicit flag for the specific version of c++ we are targeting. + + .. change:: + :tags: Bug Fixes + :pullreq: 9320 + + Prevent a possible overflow via large Proxy Protocol values. (Valеntei Sergey) + + .. change:: + :tags: Bug Fixes + :pullreq: 9348 + :tickets: 9279 + + Avoid name clashes on Solaris derived systems. + + .. change:: + :tags: Bug Fixes + :pullreq: 9343 + + Resize hostname to final size in getCarbonHostname(). (Aki Tuomi) + + .. change:: + :tags: Bug Fixes, DNS over HTTPS + :pullreq: 9344 + + Fix compilation with h2o_socket_get_ssl_server_name(). + + .. change:: + :tags: Bug Fixes + :pullreq: 9346 + + Fix compilation on OpenBSD/amd64. + + .. change:: + :tags: Bug Fixes + :pullreq: 9356 + + Handle calling PacketCache methods on a nil object. + .. changelog:: :version: 1.5.0-rc4 :released: 7th of July 2020 -- 2.47.2