]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
dnsdist: Prepare ChangeLog and secpoll for 1.9.5
authorRemi Gacogne <remi.gacogne@powerdns.com>
Mon, 17 Jun 2024 14:15:19 +0000 (16:15 +0200)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Tue, 18 Jun 2024 08:16:50 +0000 (10:16 +0200)
docs/secpoll.zone
pdns/dnsdistdist/docs/changelog.rst

index d5d3cd7c47b22008fbc2680700f159f6ff071bb6..0868960b343573abe615687749537aba6189300d 100644 (file)
@@ -1,4 +1,4 @@
-@       86400   IN  SOA pdns-public-ns1.powerdns.com. peter\.van\.dijk.powerdns.com. 2024060601 10800 3600 604800 10800
+@       86400   IN  SOA pdns-public-ns1.powerdns.com. peter\.van\.dijk.powerdns.com. 2024062000 10800 3600 604800 10800
 @       3600    IN  NS  pdns-public-ns1.powerdns.com.
 @       3600    IN  NS  pdns-public-ns2.powerdns.com.
 
@@ -557,3 +557,4 @@ dnsdist-1.9.1.security-status                              60 IN TXT "3 Upgrade
 dnsdist-1.9.2.security-status                              60 IN TXT "3 Upgrade now, see https://dnsdist.org/security-advisories/powerdns-advisory-for-dnsdist-2024-03.html"
 dnsdist-1.9.3.security-status                              60 IN TXT "3 Upgrade now, see https://dnsdist.org/security-advisories/powerdns-advisory-for-dnsdist-2024-03.html"
 dnsdist-1.9.4.security-status                              60 IN TXT "1 OK"
+dnsdist-1.9.5.security-status                              60 IN TXT "1 OK"
index a1351cd0e7d36b1531e287ba5a1dc06513864715..5d59b7c3cf571d429e58baaa21d088752431526b 100644 (file)
@@ -1,6 +1,89 @@
 Changelog
 =========
 
+.. changelog::
+  :version: 1.9.5
+  :released: 20th of June 2024
+
+  .. change::
+    :tags: Bug Fixes, DNS over HTTPS
+    :pullreq: 14163
+
+    Reply to HTTP/2 PING frames immediately
+
+  .. change::
+    :tags: Bug Fixes, DNS over QUIC, DNS over HTTP3
+    :pullreq: 14166
+
+    Use the correct source IP for outgoing QUIC datagrams
+
+  .. change::
+    :tags: Bug Fixes, Webserver
+    :pullreq: 14170
+
+    Prevent a race when calling `registerWebHandler` at runtime
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 14331
+
+    Syslog should be enabled by default
+
+  .. change::
+    :tags: Bug Fixes, DNS over HTTPS
+    :pullreq: 14332
+
+    Log the correct amount of bytes sent for DoH w/ nghttp2
+
+  .. change::
+    :tags: Bug Fixes, Webserver
+    :pullreq: 14333
+
+    Enforce a maximum number of HTTP request fields and a maximum HTTP request line size
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 14334
+
+    Fix a warning when compiling the unit tests without XSK
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 14335
+
+    autoconf: allow prerelease systemd versions (Chris Hofstaedtler)
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 14336
+    :tickets: 14279
+
+    Edit the systemd unit file, `CAP_BPF` is no longer enough
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 14337
+
+    Fix 'Error creating TCP worker' error message
+
+  .. change::
+    :tags: New Features
+    :pullreq: 14338
+
+    Add a Lua FFI function to set proxy protocol values
+
+  .. change::
+    :tags: New Features
+    :pullreq: 14339
+
+    Add Lua FFI bindings to generate SVC responses
+
+  .. change::
+    :tags: Bug Fixes, Webserver
+    :pullreq: 14342
+
+    Fix a race condition with custom Lua web handlers
+
 .. changelog::
   :version: 1.9.4
   :released: 13th of May 2024