From: Remi Gacogne Date: Thu, 30 Jul 2020 08:34:43 +0000 (+0200) Subject: dnsdist: Fix the release date of dnsdist 1.5.0 X-Git-Tag: rec-4.4.0-beta1~60^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ad27ad668abcae581015b12c717770c639e8a73f;p=thirdparty%2Fpdns.git dnsdist: Fix the release date of dnsdist 1.5.0 --- diff --git a/docs/secpoll.zone b/docs/secpoll.zone index 76c7ca8661..f933370da7 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. 2020072901 10800 3600 604800 10800 +@ 86400 IN SOA pdns-public-ns1.powerdns.com. pieter\.lexis.powerdns.com. 2020073001 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 36fa8886bb..0504d09e43 100644 --- a/pdns/dnsdistdist/docs/changelog.rst +++ b/pdns/dnsdistdist/docs/changelog.rst @@ -3,7 +3,7 @@ Changelog .. changelog:: :version: 1.5.0 - :released: 29th of July 2020 + :released: 30th of July 2020 .. change:: :tags: Improvements @@ -48,6 +48,12 @@ Changelog Handle calling PacketCache methods on a nil object. + .. change:: + :tags: Improvements + :pullreq: 9360 + + Prevent a copy of a pool's backends when selecting a server. + .. changelog:: :version: 1.5.0-rc4 :released: 7th of July 2020 @@ -870,7 +876,7 @@ Changelog :tags: Bug Fixes :pullreq: 7886 - SuffixMatchTree: fix root removal, partial match of non-leaf nodes + SuffixMatchTree: fix root removal, partial match of non-leaf nodes .. change:: :tags: Improvements @@ -1385,7 +1391,7 @@ Changelog :pullreq: 7585 :tickets: 7534 - Prevent 0-ttl cache hits + Prevent 0-ttl cache hits .. change:: :tags: Improvements @@ -1563,7 +1569,7 @@ Changelog :pullreq: 7015 :tickets: 7004, 6990 - Add support for exporting a server id in protobuf + Add support for exporting a server id in protobuf .. change:: :tags: Improvements @@ -1588,7 +1594,7 @@ Changelog :pullreq: 7064 :tickets: 7060 - Wrap GnuTLS and OpenSSL pointers in smart pointers + Wrap GnuTLS and OpenSSL pointers in smart pointers .. change:: :tags: New Features @@ -1746,7 +1752,7 @@ Changelog :pullreq: 6523 :tickets: 6430 - Tests: avoid failure on not-so-optimal distribution + Tests: avoid failure on not-so-optimal distribution .. change:: :tags: New Features @@ -1808,7 +1814,7 @@ Changelog :tags: Bug Fixes :pullreq: 6672 - Fix reconnection handling + Fix reconnection handling .. change:: :tags: Improvements