]> granicus.if.org Git - pdns/commitdiff
dnsdist: ChangeLog and secpoll update for 1.4.0-rc3
authorRemi Gacogne <remi.gacogne@powerdns.com>
Mon, 30 Sep 2019 08:28:35 +0000 (10:28 +0200)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Mon, 30 Sep 2019 08:28:35 +0000 (10:28 +0200)
docs/secpoll.zone
pdns/dnsdistdist/docs/changelog.rst

index 63cf73796bc32ccfc4b0f256701ed4847973496e..8d93ceeeefcc1f7d20dd87d468340b00294dd616 100644 (file)
@@ -1,4 +1,4 @@
-@       86400   IN  SOA pdns-public-ns1.powerdns.com. pieter\.lexis.powerdns.com. 2019090501 10800 3600 604800 10800
+@       86400   IN  SOA pdns-public-ns1.powerdns.com. pieter\.lexis.powerdns.com. 2019093001 10800 3600 604800 10800
 @       3600    IN  NS  pdns-public-ns1.powerdns.com.
 @       3600    IN  NS  pdns-public-ns2.powerdns.com.
 
@@ -322,3 +322,4 @@ 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"
+dnsdist-1.4.0-rc3.security-status                          60 IN TXT "1 OK"
index ba390e94b90bb1349742c0e9a8b3d9e277d305da..b84d1d8a535a6c034fc6b533a0d35d6e9ae67611 100644 (file)
@@ -1,6 +1,85 @@
 Changelog
 =========
 
+.. changelog::
+  :version: 1.4.0-rc3
+  :released: 30th of September 2019
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 8083
+    :tickets: 7845
+
+    Clean up our interactions with errno
+
+  .. change::
+    :tags: Improvements, DNS over HTTPS, DNS over TLS
+    :pullreq: 8264
+
+    Display the DoH and DoT binds in the web view
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 8265
+    :tickets: 5514
+
+    Remove the 'blockfilter' stat from the web view
+
+  .. change::
+    :tags: Improvements, DNS over HTTPS
+    :pullreq: 8267
+
+    Allow accepting DoH queries over HTTP instead of HTTPS
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 8268
+
+    Fix some spelling mistakes noticed by lintian (Chris Hofstaedtler)
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 8281
+
+    Fix the newCDBKVStore console completion when LMDB is not enabled (phonedph1)
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 8283
+
+    Allow configure CDB_CFLAGS to work (phonedph1)
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 8285
+
+    dnsdistconf.lua use non-deprecated versions for 1.4.0 (phonedph1)
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 8303
+
+    Fix the warning message on an invalid secpoll answer
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 8304
+    :tickets: 8300
+
+    Don't connect to remote logger in client/command mode
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 8318
+
+    Better use of labels in our DoH prometheus export
+
+  .. change::
+    :tags: Improvements, DNS over HTTPS
+    :pullreq: 8349
+
+    Implement TLS session ticket keys management for DoH
+
 .. changelog::
   :version: 1.4.0-rc2
   :released: 2nd of September 2019