From: Remi Gacogne Date: Tue, 28 Jul 2020 13:15:11 +0000 (+0200) Subject: dnsdist: Update ChangeLog and secpoll for the 1.5.0 release X-Git-Tag: rec-4.4.0-beta1~60^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c5aa63aae942586b1c00934328564b48275005ea;p=thirdparty%2Fpdns.git dnsdist: Update ChangeLog and secpoll for the 1.5.0 release --- 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