]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
dnsdist: ChangeLog and secpoll update for 1.8.3
authorRemi Gacogne <remi.gacogne@powerdns.com>
Thu, 14 Dec 2023 10:51:43 +0000 (11:51 +0100)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Thu, 14 Dec 2023 10:51:43 +0000 (11:51 +0100)
docs/secpoll.zone
pdns/dnsdistdist/docs/changelog.rst

index 4a7e847d4ec0f74aa601b614a6f2960da8c3a48b..504ff2fec6c2b923eeb1265ef9cd58ad6233fca3 100644 (file)
@@ -1,4 +1,4 @@
-@       86400   IN  SOA pdns-public-ns1.powerdns.com. peter\.van\.dijk.powerdns.com. 2023121400 10800 3600 604800 10800
+@       86400   IN  SOA pdns-public-ns1.powerdns.com. peter\.van\.dijk.powerdns.com. 2023121500 10800 3600 604800 10800
 @       3600    IN  NS  pdns-public-ns1.powerdns.com.
 @       3600    IN  NS  pdns-public-ns2.powerdns.com.
 
@@ -523,6 +523,7 @@ dnsdist-1.8.0-rc3.security-status                          60 IN TXT "3 Unsuppor
 dnsdist-1.8.0.security-status                              60 IN TXT "3 Upgrade now, see https://blog.cloudflare.com/technical-breakdown-http2-rapid-reset-ddos-attack/"
 dnsdist-1.8.1.security-status                              60 IN TXT "3 Upgrade now, see https://blog.cloudflare.com/technical-breakdown-http2-rapid-reset-ddos-attack/"
 dnsdist-1.8.2.security-status                              60 IN TXT "1 OK"
+dnsdist-1.8.3.security-status                              60 IN TXT "1 OK"
 dnsdist-1.9.0-alpha1.security-status                       60 IN TXT "3 Unsupported pre-release (known vulnerabilities)"
 dnsdist-1.9.0-alpha2.security-status                       60 IN TXT "2 Unsupported pre-release (no known vulnerabilities)"
 dnsdist-1.9.0-alpha3.security-status                       60 IN TXT "2 Unsupported pre-release (no known vulnerabilities)"
index 81d64c24117f2517e2da855e918b6bd0f0282774..e885c6e76d06253bd1478285f169f8bd1a930944 100644 (file)
@@ -1,6 +1,57 @@
 Changelog
 =========
 
+.. changelog::
+  :version: 1.8.3
+  :released: 15th of December 2023
+
+  Please review the :doc:`Upgrade Guide <../upgrade_guide>` before upgrading from versions < 1.8.x.
+
+  .. change::
+    :tags: Bug Fixes, Metrics
+    :pullreq: 13523
+    :tickets: 13519
+
+    Refactor the exponential back-off timer code
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 13598
+
+    Detect and dismiss truncated UDP responses from a backend
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 13599
+
+    Fix the removal of the last rule by name or UUID
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 13601
+
+    Add a `DynBlockRulesGroup:removeRange()` binding
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 13602
+    :tickets: 13307
+
+    Fix several cosmetic issues in eBPF dynamic blocks, update documentation
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 13605
+
+    Add a `DNSHeader:getTC()` Lua binding
+
+  .. change::
+    :tags: Bug Fixes, Webserver
+    :pullreq: 13607
+    :tickets: 13050
+
+    Fix code producing JSON
+
 .. changelog::
   :version: 1.9.0-alpha4
   :released: 14th of December 2023
@@ -26,7 +77,7 @@ Changelog
     Add a DynBlockRulesGroup:removeRange() binding
 
   .. change::
-    :tags: Bugs, DNS over HTTPS
+    :tags: Bugs Fixes, DNS over HTTPS
     :pullreq: 13381
 
     Fix the case where nghttp2 is available but DoH is disabled
@@ -69,7 +120,7 @@ Changelog
     Add `pdns::visit_directory()`, wrapping opendir/readdir/closedir
 
   .. change::
-    :tags: Bugs
+    :tags: Bugs Fixes
     :pullreq: 13488
 
     Fix the removal of the last rule by name or UUID