]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
dnsdist: Update the ChangeLog and the secpoll zone for 1.5.0-rc3
authorRemi Gacogne <remi.gacogne@powerdns.com>
Wed, 17 Jun 2020 14:03:38 +0000 (16:03 +0200)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Wed, 17 Jun 2020 14:03:38 +0000 (16:03 +0200)
docs/secpoll.zone
pdns/dnsdistdist/docs/changelog.rst

index ab3ba11690e460c4bfec74a34c60ca178088390d..979b8cfff1e01d6c794c6e2dd0096c047b147ded 100644 (file)
@@ -1,4 +1,4 @@
-@       86400   IN  SOA pdns-public-ns1.powerdns.com. pieter\.lexis.powerdns.com. 2020052000 10800 3600 604800 10800
+@       86400   IN  SOA pdns-public-ns1.powerdns.com. pieter\.lexis.powerdns.com. 2020061801 10800 3600 604800 10800
 @       3600    IN  NS  pdns-public-ns1.powerdns.com.
 @       3600    IN  NS  pdns-public-ns2.powerdns.com.
 
@@ -349,4 +349,5 @@ dnsdist-1.4.0-rc5.security-status                          60 IN TXT "2 Unsuppor
 dnsdist-1.4.0.security-status                              60 IN TXT "1 OK"
 dnsdist-1.5.0-alpha1.security-status                       60 IN TXT "2 Unsupported pre-release (no known vulnerabilities)"
 dnsdist-1.5.0-rc1.security-status                          60 IN TXT "2 Unsupported pre-release (no known vulnerabilities)"
-dnsdist-1.5.0-rc2.security-status                          60 IN TXT "1 OK"
+dnsdist-1.5.0-rc2.security-status                          60 IN TXT "2 Unsupported pre-release (no known vulnerabilities)"
+dnsdist-1.5.0-rc3.security-status                          60 IN TXT "1 OK"
index 544e6157c202ec903eb01b644f614e8ee16f2dd5..92768056eda3f34d02bc4a5c28aca2872da0e985 100644 (file)
@@ -1,6 +1,55 @@
 Changelog
 =========
 
+.. changelog::
+  :version: 1.5.0-rc3
+  :released: 18th of June 2020
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 9100
+
+    Less negatives in secpoll error messages improves readability.
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 9127
+    :tickets: 9125
+
+    Fix compilation on systems that do not define HOST_NAME_MAX
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 9207
+
+    Use std::string_view when available (Rosen Penev)
+
+  .. change::
+    :tags: Bug Fixes, DNS over HTTPS
+    :pullreq: 9211
+    :tickets: 9206
+
+    Use non-blocking pipes to pass DoH queries/responses around
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 9213
+
+    Do not use `using namespace std;`
+
+  .. change::
+    :tags: New Features
+    :pullreq: 9229
+
+    Implement an ACL in the internal web server
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 9238
+    :tickets: 8038
+
+    Clean up dnsdistconf.lua as a default configuration file
+
 .. changelog::
   :version: 1.5.0-rc2
   :released: 13th of May 2020