]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
dnsdist: 1.7.0-alpha1 will be released on the 23rd 10730/head
authorRemi Gacogne <remi.gacogne@powerdns.com>
Wed, 22 Sep 2021 13:23:28 +0000 (15:23 +0200)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Wed, 22 Sep 2021 13:23:28 +0000 (15:23 +0200)
docs/secpoll.zone
pdns/dnsdistdist/docs/changelog.rst

index 5e72554b9ece8db8df2d07b6f19f35d8485fac8a..f2c1952e090e0effd128051f02de4abd5c02f778 100644 (file)
@@ -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.
 
index f2b5ccf5b0dfc4f63f12ef76304b094dd44c0454..ecc9109abd7dd006a8de376417698eca32184bf4 100644 (file)
@@ -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