-@ 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.
.. changelog::
:version: 1.7.0-alpha1
- :released: TBD
+ :released: 23rd of September 2021
.. change::
:tags: Improvements
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
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
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
Ignore TCAction over TCP
- .. change::
- :tags: Bug Fixes
- :pullreq: 10705
-
- Fix outstanding counter issue when a TCP connection dies
-
.. change::
:tags: Improvements
:pullreq: 10687