]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
dnsdist: Prepare secpoll and ChangeLog updates for 1.4.0-alpha2
authorRemi Gacogne <remi.gacogne@powerdns.com>
Tue, 23 Apr 2019 15:16:06 +0000 (17:16 +0200)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Tue, 23 Apr 2019 15:16:06 +0000 (17:16 +0200)
docs/secpoll.zone
pdns/dnsdistdist/docs/changelog.rst

index 21c25746b9623d971bfb9ac5e44616ae2d37d3a9..802ac7ca874f2d16641faf43424ba93d934d1098 100644 (file)
@@ -1,4 +1,4 @@
-@       86400   IN  SOA pdns-public-ns1.powerdns.com. pieter\.lexis.powerdns.com. 2019041201 10800 3600 604800 10800
+@       86400   IN  SOA pdns-public-ns1.powerdns.com. pieter\.lexis.powerdns.com. 2019042401 10800 3600 604800 10800
 @       3600    IN  NS  pdns-public-ns1.powerdns.com.
 @       3600    IN  NS  pdns-public-ns2.powerdns.com.
 ; Auth
@@ -301,3 +301,4 @@ recursor-4.0.0_beta1-1pdns.jessie.raspbian.security-status 60 IN TXT "3 Upgrade
 ; dnsdist
 dnsdist-1.3.3.security-status                              60 IN TXT "1 OK"
 dnsdist-1.4.0-alpha1.security-status                       60 IN TXT "1 OK"
+dnsdist-1.4.0-alpha2.security-status                       60 IN TXT "1 OK"
index 3fea22211767cf0d592f6ec2d3191eee424cdb67..1008284c25a08e8c9a22b646e2ac5da83e7213f9 100644 (file)
@@ -1,10 +1,45 @@
 Changelog
 =========
 
+.. changelog::
+  :version: 1.4.0-alpha2
+  :released: 24th of April 2019
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 7410
+
+    Ignore Path MTU discovery on UDP server socket
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 7708
+
+    Alternative solution to the unaligned accesses.
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 7718
+
+    Exit when setting ciphers fails (GnuTLS)
+
+  .. change::
+    :tags: New Features
+    :pullreq: 7726
+    :tickets: 6911, 7526
+
+    Add DNS over HTTPS support based on libh2o
+
 .. changelog::
   :version: 1.4.0-alpha1
   :released: 12th of April 2019
 
+ .. change::
+    :tags: New Features
+    :pullreq: 7209
+
+    Make recursor & dnsdist communicate (ECS) 'variable' status
+
  .. change::
     :tags: Improvements
     :pullreq: 7167