]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
dnsdist: ChangeLog and secpoll update for dnsdist 1.4.0 8557/head
authorRemi Gacogne <remi.gacogne@powerdns.com>
Wed, 20 Nov 2019 10:32:58 +0000 (11:32 +0100)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Wed, 20 Nov 2019 10:32:58 +0000 (11:32 +0100)
docs/secpoll.zone
pdns/dnsdistdist/docs/changelog.rst

index bfce792eb54f68ca65c79aec15d45954bbd91ef8..9b0633d596662560457df18a435b73bda7a87704 100644 (file)
@@ -1,4 +1,4 @@
-@       86400   IN  SOA pdns-public-ns1.powerdns.com. pieter\.lexis.powerdns.com. 2019103001 10800 3600 604800 10800
+@       86400   IN  SOA pdns-public-ns1.powerdns.com. pieter\.lexis.powerdns.com. 2019112001 10800 3600 604800 10800
 @       3600    IN  NS  pdns-public-ns1.powerdns.com.
 @       3600    IN  NS  pdns-public-ns2.powerdns.com.
 
@@ -327,3 +327,4 @@ dnsdist-1.4.0-rc2.security-status                          60 IN TXT "1 OK"
 dnsdist-1.4.0-rc3.security-status                          60 IN TXT "1 OK"
 dnsdist-1.4.0-rc4.security-status                          60 IN TXT "1 OK"
 dnsdist-1.4.0-rc5.security-status                          60 IN TXT "1 OK"
+dnsdist-1.4.0.security-status                              60 IN TXT "1 OK"
index d3297b5f2094028a8af4cacbf04cd38f7deb9147..1f6d7116db00eaff00e0918426fd27441aa1053b 100644 (file)
@@ -1,6 +1,46 @@
 Changelog
 =========
 
+.. changelog::
+  :version: 1.4.0
+  :released: 20th of November 2019
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 8524
+
+    Lowercase the name blocked by a SMT dynamic block
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 8531
+
+    Fix the default value of ``setMaxUDPOutstanding`` in the console's help (phonedph1)
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 8522
+
+    Add bindings for the noerrors and drops members of StatNode
+
+  .. change::
+    :tags: DNS over HTTPS, DNS over TLS
+    :pullreq: 8526
+
+    Prefer the cipher suite from the server by default (DoH, DoT)
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 8440
+
+    Fix -WShadow warnings (Aki Tuomi)
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 8509
+
+    Fix typo: settting to setting (Chris Hofstaedtler)
+
 .. changelog::
   :version: 1.4.0-rc5
   :released: 30th of October 2019