]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
dnsdist: Prepare ChangeLog and secpoll for 1.4.0-beta1
authorRemi Gacogne <remi.gacogne@powerdns.com>
Fri, 24 May 2019 09:37:45 +0000 (11:37 +0200)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Thu, 6 Jun 2019 08:19:21 +0000 (10:19 +0200)
docs/secpoll.zone
pdns/dnsdistdist/docs/changelog.rst

index 5a6b7ec231b26fa37a82d6eab4c69fb65e7bedb3..a2522962f3d6629f555f1f9fe75ce5395a709b15 100644 (file)
@@ -1,4 +1,4 @@
-@       86400   IN  SOA pdns-public-ns1.powerdns.com. pieter\.lexis.powerdns.com. 2019052301 10800 3600 604800 10800
+@       86400   IN  SOA pdns-public-ns1.powerdns.com. pieter\.lexis.powerdns.com. 2019052400 10800 3600 604800 10800
 @       3600    IN  NS  pdns-public-ns1.powerdns.com.
 @       3600    IN  NS  pdns-public-ns2.powerdns.com.
 ; Auth
@@ -305,3 +305,4 @@ recursor-4.0.0_beta1-1pdns.jessie.raspbian.security-status 60 IN TXT "3 Upgrade
 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"
+dnsdist-1.4.0-beta1.security-status                        60 IN TXT "1 OK"
index 884a5ad2217c1fa1579fd42429b3a1992f0a0195..641a532d536a8b3283ca3be7a2812f9bc2abf0d9 100644 (file)
@@ -1,6 +1,36 @@
 Changelog
 =========
 
+.. changelog::
+  :version: 1.4.0-beta1
+  :released: TBD
+
+    .. change::
+    :tags: Bug Fixes, DoH
+    :pullreq: 7814
+    :tickets: 7810
+
+    DoH: Don't let 'self' dangling while parsing the request's qname
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 7823
+
+    Fix minor issues reported by coverity
+
+  .. change::
+    :tags: New Features, DoT, DoH
+    :pullreq: 7825
+    :tickets: 7210
+
+    Implement SNIRule for DoT and DoH
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 7833
+
+    Remove second, incomplete copy of lua EDNSOptionCode table
+
 .. changelog::
   :version: 1.4.0-alpha2
   :released: 26th of April 2019