]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
dnsdist: ChangeLog and secpoll update for 1.8.0-rc2 12624/head
authorRemi Gacogne <remi.gacogne@powerdns.com>
Tue, 7 Mar 2023 09:05:08 +0000 (10:05 +0100)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Tue, 7 Mar 2023 09:46:26 +0000 (10:46 +0100)
docs/secpoll.zone
pdns/dnsdistdist/docs/changelog.rst

index 629aed92f76a1f81bfe8cc8aac1c8dc70932437f..8a3add59dca3296420de8bcf5f575ad6627d1197 100644 (file)
@@ -1,4 +1,4 @@
-@       86400   IN  SOA pdns-public-ns1.powerdns.com. peter\.van\.dijk.powerdns.com. 2023030701 10800 3600 604800 10800
+@       86400   IN  SOA pdns-public-ns1.powerdns.com. peter\.van\.dijk.powerdns.com. 2023030901 10800 3600 604800 10800
 @       3600    IN  NS  pdns-public-ns1.powerdns.com.
 @       3600    IN  NS  pdns-public-ns2.powerdns.com.
 
@@ -493,4 +493,5 @@ dnsdist-1.7.0.security-status                              60 IN TXT "1 OK"
 dnsdist-1.7.1.security-status                              60 IN TXT "1 OK"
 dnsdist-1.7.2.security-status                              60 IN TXT "1 OK"
 dnsdist-1.7.3.security-status                              60 IN TXT "1 OK"
-dnsdist-1.8.0-rc1.security-status                          60 IN TXT "1 Unsupported pre-release"
+dnsdist-1.8.0-rc1.security-status                          60 IN TXT "2 Unsupported pre-release (no known vulnerabilities)"
+dnsdist-1.8.0-rc2.security-status                          60 IN TXT "1 Unsupported pre-release"
index 5725810b5b4e3a9c833cbfc35e7a1c72414006e7..0888d3f0991c0208b4cc6997a610b6f3d1142c37 100644 (file)
@@ -1,6 +1,52 @@
 Changelog
 =========
 
+.. changelog::
+  :version: 1.8.0-rc2
+  :released: 9th of March 2023
+
+  .. change::
+    :tags: Improvements, Protobuf
+    :pullreq: 12615
+
+    Add Lua bindings for PB requestorID, deviceName and deviceID
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 12593
+
+    Clean up the fortify and LTO m4 by not directly editing flags
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 12592
+
+    Only increment the 'servfail-responses' metric on backend responses (phonedph1)
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 12586
+
+    Fix the harvesting of destination addresses
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 12589
+
+    YaHTTP: Better detection of whether C++11 features are available
+
+  .. change::
+    :tags: Bug Fixes, Protobuf
+    :pullreq: 12588
+
+    Fix compilation with DoH disabled (Adam Majer)
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 12587
+
+    Skip signal-unsafe logging when we are about to exit, with TSAN
+
 .. changelog::
   :version: 1.8.0-rc1
   :released: 23rd of February 2023