]> granicus.if.org Git - pdns/commitdiff
dnsdist: Add ChangeLog and secpoll update for 1.4.0-rc4
authorRemi Gacogne <remi.gacogne@powerdns.com>
Thu, 24 Oct 2019 10:36:06 +0000 (12:36 +0200)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Thu, 24 Oct 2019 10:36:06 +0000 (12:36 +0200)
docs/secpoll.zone
pdns/dnsdistdist/docs/changelog.rst
pdns/dnsdistdist/docs/conf.py

index 8d93ceeeefcc1f7d20dd87d468340b00294dd616..dfdc4af7f86ecbe299c4e229d7fe00670bd3f20d 100644 (file)
@@ -1,4 +1,4 @@
-@       86400   IN  SOA pdns-public-ns1.powerdns.com. pieter\.lexis.powerdns.com. 2019093001 10800 3600 604800 10800
+@       86400   IN  SOA pdns-public-ns1.powerdns.com. pieter\.lexis.powerdns.com. 2019102501 10800 3600 604800 10800
 @       3600    IN  NS  pdns-public-ns1.powerdns.com.
 @       3600    IN  NS  pdns-public-ns2.powerdns.com.
 
@@ -323,3 +323,4 @@ dnsdist-1.4.0-beta1.security-status                        60 IN TXT "1 OK"
 dnsdist-1.4.0-rc1.security-status                          60 IN TXT "1 OK"
 dnsdist-1.4.0-rc2.security-status                          60 IN TXT "1 OK"
 dnsdist-1.4.0-rc3.security-status                          60 IN TXT "1 OK"
+dnsdist-1.4.0-rc4.security-status                          60 IN TXT "1 OK"
index b84d1d8a535a6c034fc6b533a0d35d6e9ae67611..d006d927b2cb99b440d1240104894cd1f04a77b9 100644 (file)
@@ -1,6 +1,140 @@
 Changelog
 =========
 
+.. changelog::
+  :version: 1.4.0-rc4
+  :released: 25th of October 2019
+
+  .. change::
+    :tags: Improvements, DNS over HTTPS
+    :pullreq: 8416
+
+    Implement reference counting for the DOHUnit object
+
+  .. change::
+    :tags: Improvements, DNS over HTTPS, DNS over TLS, Metrics
+    :pullreq: 8447
+
+    Add metrics about TLS handshake failures for DoH and DoT
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 8411
+    :tickets: 8390
+
+    Add more options to LogAction (non-verbose mode, timestamps)
+
+  .. change::
+    :tags: Improvements, DNS over HTTPS, DNS over TLS
+    :pullreq: 8383
+
+    Merge the setup of TLS contexts in DoH and DoT
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 8408
+
+    Fix the caching of large entries
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 8415
+
+    Fix formatting in showTCPStats()
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 8413
+    :tickets: 8412
+
+    Work around cmsg_space somehow not being a constexpr on macOS
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 8372
+
+    Use SO_BINDTODEVICE when available for newServer's source interface
+
+  .. change::
+    :tags: Bug Fixes, Metrics
+    :pullreq: 8409
+
+    Add missing prometheus descriptions for cache-related metrics
+
+  .. change::
+    :tags: Improvements, DNS over HTTPS, DNS over TLS, Metrics
+    :pullreq: 8406
+
+    Add metrics about unknown/inactive TLS ticket keys
+
+  .. change::
+    :tags: Improvements, DNS over TLS, Metrics
+    :pullreq: 8387
+
+    Add metrics about TLS versions with DNS over TLS
+
+  .. change::
+    :tags: Improvements, DNS over HTTPS, Metrics
+    :pullreq: 8395
+
+    Count the number of concurrent connections for DoH as well
+
+  .. change::
+    :tags: Bug Fixes, DNS over HTTPS
+    :pullreq: 8388
+
+    Clear the DoH session ticket encryption key in the ctor
+
+  .. change::
+    :tags: Improvements, DNS over HTTPS, DNS over TLS
+    :pullreq: 8382
+
+    Add a 'preferServerCiphers' option for DoH and DoT
+
+  .. change::
+    :tags: Bug Fixes, Metrics
+    :pullreq: 8381
+
+    Add a prometheus 'thread' label to distinguish identical frontends
+
+  .. change::
+    :tags: Bug Fixes, Metrics
+    :pullreq: 8378
+
+    Fix a typo in the prometheus description of 'senderrors'
+
+  .. change::
+    :tags: Bug Fixes, Metrics
+    :pullreq: 8368
+
+    More prometheus fixes
+
+  .. change::
+    :tags: Improvements, DNS over HTTPS
+    :pullreq: 8365
+    :tickets: 8353
+
+    Lowercase custom DoH header names
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 8364
+    :tickets: 8362
+
+    Check the address supplied to 'webserver' in check-config
+
+  .. change::
+    :tags: Improvements, DNS over HTTPS, Metrics
+    :pullreq: 8361
+
+    Refactor DoH prometheus metrics again
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 8359
+
+    Fix the creation order of rules when inserted via setRules()
+
 .. changelog::
   :version: 1.4.0-rc3
   :released: 30th of September 2019
index 87c8c969c19ca946fb9fa0f282be66ec8801293c..c6c6142041a0781a17e172b5f0fbea751a881ad5 100644 (file)
@@ -85,7 +85,7 @@ changelog_render_pullreq = "https://github.com/PowerDNS/pdns/pull/%s"
 changelog_render_changeset = "https://github.com/PowerDNS/pdns/commit/%s"
 
 changelog_sections = ['New Features', 'Improvements', 'Bug Fixes', 'Removals']
-changelog_inner_tag_sort = ['Security', 'DNS over HTTPS', 'DNS over TLS', 'DNSCrypt', 'Protobuf', 'Performance', 'Webserver']
+changelog_inner_tag_sort = ['Security', 'DNS over HTTPS', 'DNS over TLS', 'DNSCrypt', 'Protobuf', 'Performance', 'Webserver', 'Metrics']
 
 changelog_render_tags = False