From 75cb915d55334a42ca2ff98880db48588aadcf98 Mon Sep 17 00:00:00 2001 From: Remi Gacogne Date: Wed, 3 Mar 2021 16:25:03 +0100 Subject: [PATCH] dnsdist: Update the ChangeLog and secpoll zone for 1.6.0-alpha2 --- docs/secpoll.zone | 5 +- pdns/dnsdistdist/docs/changelog.rst | 73 +++++++++++++++++++++++++++++ 2 files changed, 76 insertions(+), 2 deletions(-) diff --git a/docs/secpoll.zone b/docs/secpoll.zone index f233778efb..6e01a69d86 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. 2021020801 10800 3600 604800 10800 +@ 86400 IN SOA pdns-public-ns1.powerdns.com. pieter\.lexis.powerdns.com. 2021030401 10800 3600 604800 10800 @ 3600 IN NS pdns-public-ns1.powerdns.com. @ 3600 IN NS pdns-public-ns2.powerdns.com. @@ -384,4 +384,5 @@ dnsdist-1.5.0-rc3.security-status 60 IN TXT "2 Unsuppor 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" dnsdist-1.5.1.security-status 60 IN TXT "1 OK" -dnsdist-1.6.0-alpha1.security-status 60 IN TXT "1 OK" +dnsdist-1.6.0-alpha1.security-status 60 IN TXT "2 Unsupported pre-release (no known vulnerabilities)" +dnsdist-1.6.0-alpha2.security-status 60 IN TXT "1 OK" diff --git a/pdns/dnsdistdist/docs/changelog.rst b/pdns/dnsdistdist/docs/changelog.rst index b4aa5302cc..cfc8be0117 100644 --- a/pdns/dnsdistdist/docs/changelog.rst +++ b/pdns/dnsdistdist/docs/changelog.rst @@ -1,6 +1,79 @@ Changelog ========= +.. changelog:: + :version: 1.6.0-alpha2 + :released: 4th of March 2021 + + .. change:: + :tags: Improvements + :pullreq: 9361 + + Bind __tostring instead of toString for Lua, so that conversion to string works automatically (Aki Tuomi) + + .. change:: + :tags: Improvements + :pullreq: 10046 + :tickets: 10035 + + Make NetmaskTree::fork() a bit easier to understand + + .. change:: + :tags: Bug Fixes + :pullreq: 10050 + :tickets: 10049 + + Remove forgotten debug line in the web server + + .. change:: + :tags: New Features + :pullreq: 10063 + + Add option to spoofRawAction to spoof multiple answers (Sander Hoentjen) + + .. change:: + :tags: New Features + :pullreq: 10073 + + Add 'spoof' and 'spoofRaw' Lua bindings + + .. change:: + :tags: Bug Fixes + :pullreq: 10088 + + Create TCP worker threads before acceptors ones + + .. change:: + :tags: Bug Fixes + :pullreq: 10095 + :tickets: 10090 + + Prevent a crash with DynBPF objects in client mode + + .. change:: + :tags: Bug Fixes + :pullreq: 10108 + + Fix several bugs in the TCP code path, add unit tests + + .. change:: + :tags: Improvements + :pullreq: 10131 + + Do not update the TCP error counters on idle states + + .. change:: + :tags: Bug Fixes + :pullreq: 10139 + + Fix size check during trailing data addition, regression tests + + .. change:: + :tags: Bug Fixes + :pullreq: 10133 + + Clean up expired entries from all the packet cache's shards + .. changelog:: :version: 1.6.0-alpha1 :released: 2nd of February 2021 -- 2.47.2