]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
dnsdist: Add ChangeLog and secpoll update for 1.7.0-beta1
authorRemi Gacogne <remi.gacogne@powerdns.com>
Tue, 16 Nov 2021 09:04:58 +0000 (10:04 +0100)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Tue, 16 Nov 2021 09:04:58 +0000 (10:04 +0100)
docs/secpoll.zone
pdns/dnsdistdist/docs/changelog.rst

index ab4c9270a4703135dbfca4170a52ecb55a9293f2..b3df19187d772fdd33e2e4a4b71ba776a738f942 100644 (file)
@@ -1,4 +1,4 @@
-@       86400   IN  SOA pdns-public-ns1.powerdns.com. pieter\.lexis.powerdns.com. 2021111001 10800 3600 604800 10800
+@       86400   IN  SOA pdns-public-ns1.powerdns.com. pieter\.lexis.powerdns.com. 2021111601 10800 3600 604800 10800
 @       3600    IN  NS  pdns-public-ns1.powerdns.com.
 @       3600    IN  NS  pdns-public-ns2.powerdns.com.
 
@@ -425,3 +425,4 @@ dnsdist-1.6.0.security-status                              60 IN TXT "1 OK"
 dnsdist-1.6.1.security-status                              60 IN TXT "1 OK"
 dnsdist-1.7.0-alpha1.security-status                       60 IN TXT "1 Unsupported pre-release"
 dnsdist-1.7.0-alpha2.security-status                       60 IN TXT "1 Unsupported pre-release"
+dnsdist-1.7.0-beta1.security-status                        60 IN TXT "1 Unsupported pre-release"
index 2659b3b91fcb93a85a62e40dfa711a817c7aa8e6..487416e6d7a978f822d0d753935b64c3b6513946 100644 (file)
@@ -1,6 +1,143 @@
 Changelog
 =========
 
+.. changelog::
+  :version: 1.7.0-beta1
+  :released: 16th of November 2021
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 10646
+
+    Convert make_pair to emplace (Rosen Penev)
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 10795
+    :tickets: 10651
+
+    Add syslog identifier to service file
+
+  .. change::
+    :tags: New Features
+    :pullreq: 10815
+    :tickets: 4993
+
+    Add range support for dynamic blocks
+
+  .. change::
+    :tags: Bug Fixes, DNS over HTTPS
+    :pullreq: 10845
+
+    Keep watching idle DoH backend connections
+
+  .. change::
+    :tags: Improvements, Performance
+    :pullreq: 10862
+
+    Use the same outgoing TCP connection for different clients
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 10868
+
+    Get rid of make_pair (Rosen Penev)
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 10870
+
+    Use make_unique instead of new (Rosen Penev)
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 10874
+
+    Properly handle I/O exceptions in the health checker
+
+  .. change::
+    :tags: Improvements, DNS over HTTPS, Performance
+    :pullreq: 10875
+
+    Read as many DoH responses as possible before yielding
+
+  .. change::
+    :tags: Improvements, DNS over HTTPS, Performance
+    :pullreq: 10876
+
+    Stop over-allocating for DoH queries
+
+  .. change::
+    :tags: Improvements, Protobuf, DNSTAP
+    :pullreq: 10879
+    :tickets: 9103
+
+    Support DoT, DoH and DNSCrypt transports for protobuf and dnstap
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 10900
+
+    NetmaskTree: Drop the 'noexcept' qualifier on the TreeNode ctor
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 10907
+    :tickets: 4670
+
+    Handle existing EDNS content for SetMacAddrAction/SetEDNSOptionAction
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 10917
+    :tickets: 10899
+
+    Remove the useless step parameter in TCP and HTTP/2 unit tests
+
+  .. change::
+    :tags: Bug Fixes, DNS over HTTPS, DNS over TLS
+    :pullreq: 10920
+
+    Remove unreachable code in HTTP/2 connections cleanup
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 10922
+
+    Fix build without nghttp2
+
+  .. change::
+    :tags: New Features
+    :pullreq: 10923
+
+    Add the ability to retain select capabilities at runtime
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 10935
+
+    Remove debug print line flooding logs (Eugen Mayer)
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 10943
+    :tickets: 10938
+
+    Credentials: EVP_PKEY_CTX_set1_scrypt_salt() takes an `unsigned char*`
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 10977
+    :tickets: 10976
+
+    Disable the actual connect() in the test_dnsdisttcp_cc_c unit tests.
+
+  .. change::
+    :tags: New Features, Performance
+    :pullreq: 10883, 10498
+
+    Implement filesystem pinning for eBPF maps, drop and truncate via XDP (Pierre GriĆ©)
+
 .. changelog::
   :version: 1.7.0-alpha2
   :released: 19th of October 2021