]> granicus.if.org Git - pdns/commitdiff
dnsdist: Update the ChangeLog and secpoll for 1.4.0-rc2
authorRemi Gacogne <remi.gacogne@powerdns.com>
Fri, 30 Aug 2019 08:25:27 +0000 (10:25 +0200)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Mon, 2 Sep 2019 09:53:16 +0000 (11:53 +0200)
docs/secpoll.zone
pdns/dnsdistdist/docs/changelog.rst

index 8431b54b1a568090d1bf073393942025ba24be32..cf57b1a364f53b8ddb95ffb61c9df89e0529f4ee 100644 (file)
@@ -1,4 +1,4 @@
-@       86400   IN  SOA pdns-public-ns1.powerdns.com. pieter\.lexis.powerdns.com. 2019083002 10800 3600 604800 10800
+@       86400   IN  SOA pdns-public-ns1.powerdns.com. pieter\.lexis.powerdns.com. 2019090201 10800 3600 604800 10800
 @       3600    IN  NS  pdns-public-ns1.powerdns.com.
 @       3600    IN  NS  pdns-public-ns2.powerdns.com.
 
@@ -320,3 +320,4 @@ dnsdist-1.4.0-alpha1.security-status                       60 IN TXT "1 OK"
 dnsdist-1.4.0-alpha2.security-status                       60 IN TXT "1 OK"
 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"
index caecca4124e456e3dcbe9ea73dc774034e5b6e0d..3e94c29dd99888d495158962303102f60b6a865c 100644 (file)
@@ -1,6 +1,47 @@
 Changelog
 =========
 
+.. changelog::
+  :version: 1.4.0-rc2
+  :released: 2nd of September 2019
+
+  .. change::
+    :tags: New Features
+    :pullreq: 8139
+
+    Add a KeyValueStoreLookup action based on CDB or LMDB
+
+  .. change::
+    :tags: Security
+    :pullreq: 8200
+
+    Update h2o to 2.2.6, fixing CVE-2019-9512, CVE-2019-9514 and CVE-2019-9515
+
+  .. change::
+    :tags: New Features, DNS over HTTPS
+    :pullreq: 8206
+
+    Add support for early DoH HTTP responses
+
+  .. change::
+    :tags: Improvements, DNS over HTTPS, DNS over TLS
+    :pullreq: 8207
+    :tickets: 8202
+
+    Add minTLSVersion for DoH and DoT
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 8250
+
+    Split dnsdist-lua-bindings.cc to reduce memory consumption during compilation
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 8252
+
+    Add a Lua binding for `dynBlockRulesGroup:setQuiet(quiet)`
+
 .. changelog::
   :version: 1.4.0-rc1
   :released: 12th of August 2019