From 486a7da58031725330a1d13b3cd7caf667c5f18f Mon Sep 17 00:00:00 2001 From: Remi Gacogne Date: Mon, 11 May 2020 10:50:29 +0200 Subject: [PATCH] dnsdist: Update the ChangeLog and secpoll for 1.5.0-rc2 --- docs/secpoll.zone | 5 +- pdns/dnsdistdist/docs/changelog.rst | 72 +++++++++++++++++++++++++++++ 2 files changed, 75 insertions(+), 2 deletions(-) diff --git a/docs/secpoll.zone b/docs/secpoll.zone index cd396d570b..b0d34e70d1 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. 2020042201 10800 3600 604800 10800 +@ 86400 IN SOA pdns-public-ns1.powerdns.com. pieter\.lexis.powerdns.com. 2020051301 10800 3600 604800 10800 @ 3600 IN NS pdns-public-ns1.powerdns.com. @ 3600 IN NS pdns-public-ns2.powerdns.com. @@ -345,4 +345,5 @@ dnsdist-1.4.0-rc4.security-status 60 IN TXT "2 Unsuppor dnsdist-1.4.0-rc5.security-status 60 IN TXT "2 Unsupported pre-release (no known vulnerabilities)" dnsdist-1.4.0.security-status 60 IN TXT "1 OK" dnsdist-1.5.0-alpha1.security-status 60 IN TXT "2 Unsupported pre-release (no known vulnerabilities)" -dnsdist-1.5.0-rc1.security-status 60 IN TXT "1 OK" +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 "1 OK" diff --git a/pdns/dnsdistdist/docs/changelog.rst b/pdns/dnsdistdist/docs/changelog.rst index 8187e6d051..f8635b43be 100644 --- a/pdns/dnsdistdist/docs/changelog.rst +++ b/pdns/dnsdistdist/docs/changelog.rst @@ -1,6 +1,78 @@ Changelog ========= +.. changelog:: + :version: 1.5.0-rc2 + :released: 13th of May 2020 + + .. change:: + :tags: Bug Fixes + :pullreq: 9031 + :tickets: 9025 + + Fix compilation of the ports event multiplexer + + .. change:: + :tags: Improvements + :pullreq: 9042 + + Avoid copies in for loops + + .. change:: + :tags: Improvements + :pullreq: 9054 + + Build with -Wmissing-declarations -Wredundant-decls + + .. change:: + :tags: Improvements + :pullreq: 9016 + :tickets: 9004 + + Use std::shuffle instead of std::random_shuffle + + .. change:: + :tags: Improvements + :pullreq: 9053 + + Get rid of a naked pointer in the /dev/poll event multiplexer + + .. change:: + :tags: Improvements + :pullreq: 9059 + + A few warnings fixed, reported by clang on OpenBSD + + .. change:: + :tags: Bug Fixes, DNS over HTTPS + :pullreq: 9068 + + Fix duplicated HTTP/1 counter in 'showDOHFrontends()' + + .. change:: + :tags: Bug Fixes + :pullreq: 9057 + + Gracefully handle a failure to remove FD on (re)-connection + + .. change:: + :tags: Improvements + :pullreq: 9067 + + Wrap pthread objects + + .. change:: + :tags: Improvements, Metrics + :pullreq: 9084 + + Add the unit to the help for latency buckets + + .. change:: + :tags: Improvements + :pullreq: 9078 + + NetmaskTree: do not test node for null, the loop guarantees node is not null. + .. changelog:: :version: 1.5.0-rc1 :released: 16th of April 2020 -- 2.47.2