]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
dnsdist: Fix the release date of dnsdist 1.5.0 9358/head
authorRemi Gacogne <remi.gacogne@powerdns.com>
Thu, 30 Jul 2020 08:34:43 +0000 (10:34 +0200)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Thu, 30 Jul 2020 08:34:43 +0000 (10:34 +0200)
docs/secpoll.zone
pdns/dnsdistdist/docs/changelog.rst

index 76c7ca86618569fc122c96e11e9d45827b7967ce..f933370da766d34c2f9c658a2ed47ee64c099bb2 100644 (file)
@@ -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.
 
index 36fa8886bb6fc3ed71dd039728b286f65e6a9ad3..0504d09e432873cad94a906810023bae18061d28 100644 (file)
@@ -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