From: Remi Gacogne Date: Wed, 22 Sep 2021 13:23:28 +0000 (+0200) Subject: dnsdist: 1.7.0-alpha1 will be released on the 23rd X-Git-Tag: rec-4.6.0-alpha1~5^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F10730%2Fhead;p=thirdparty%2Fpdns.git dnsdist: 1.7.0-alpha1 will be released on the 23rd --- diff --git a/docs/secpoll.zone b/docs/secpoll.zone index 5e72554b9e..f2c1952e09 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. 2021091701 10800 3600 604800 10800 +@ 86400 IN SOA pdns-public-ns1.powerdns.com. pieter\.lexis.powerdns.com. 2021092301 10800 3600 604800 10800 @ 3600 IN NS pdns-public-ns1.powerdns.com. @ 3600 IN NS pdns-public-ns2.powerdns.com. diff --git a/pdns/dnsdistdist/docs/changelog.rst b/pdns/dnsdistdist/docs/changelog.rst index f2b5ccf5b0..ecc9109abd 100644 --- a/pdns/dnsdistdist/docs/changelog.rst +++ b/pdns/dnsdistdist/docs/changelog.rst @@ -3,7 +3,7 @@ Changelog .. changelog:: :version: 1.7.0-alpha1 - :released: TBD + :released: 23rd of September 2021 .. change:: :tags: Improvements @@ -17,13 +17,6 @@ Changelog Fix 'temporary used in loop' warnings reported by g++ 11.1.0 - .. change:: - :tags: Bug Fixes - :pullreq: 10419 - :tickets: 10409, 10410 - - Properly handle ECS for queries with ancount or nscount > 0 (Dimitrios Mavrommatis) - .. change:: :tags: Improvements :pullreq: 10441 @@ -96,12 +89,6 @@ Changelog Document that setECSOverride has its drawbacks (Andreas Jakum) - .. change:: - :tags: Bug Fixes - :pullreq: 10650 - - Fix the wrong RD and CD flags being cached, causing misses - .. change:: :tags: Improvements :pullreq: 10649 @@ -114,12 +101,6 @@ Changelog Handle waiting for a descriptor to become readable OR writable - .. change:: - :tags: Bug Fixes - :pullreq: 10664 - - Cache based on the DNS flags of the query after applying the rules - .. change:: :tags: Bug Fixes :pullreq: 10656 @@ -152,12 +133,6 @@ Changelog Ignore TCAction over TCP - .. change:: - :tags: Bug Fixes - :pullreq: 10705 - - Fix outstanding counter issue when a TCP connection dies - .. change:: :tags: Improvements :pullreq: 10687