]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
dnsdist: Update ChangeLog and secpoll for 1.5.0-rc1
authorRemi Gacogne <remi.gacogne@powerdns.com>
Wed, 15 Apr 2020 12:43:05 +0000 (14:43 +0200)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Wed, 15 Apr 2020 12:43:05 +0000 (14:43 +0200)
docs/secpoll.zone
pdns/dnsdistdist/docs/changelog.rst

index cc1f1205f5994a661a427bd986c5d721b570de43..d1e98538bcfa043d8b9c6239804f48ae228bbdac 100644 (file)
@@ -1,4 +1,4 @@
-@       86400   IN  SOA pdns-public-ns1.powerdns.com. pieter\.lexis.powerdns.com. 2020040901 10800 3600 604800 10800
+@       86400   IN  SOA pdns-public-ns1.powerdns.com. pieter\.lexis.powerdns.com. 2020041601 10800 3600 604800 10800
 @       3600    IN  NS  pdns-public-ns1.powerdns.com.
 @       3600    IN  NS  pdns-public-ns2.powerdns.com.
 
@@ -343,4 +343,5 @@ dnsdist-1.4.0-rc3.security-status                          60 IN TXT "2 Unsuppor
 dnsdist-1.4.0-rc4.security-status                          60 IN TXT "2 Unsupported pre-release (no known vulnerabilities)"
 dnsdist-1.4.0-rc5.security-status                          60 IN TXT "2 Unsupported pre-release (no known vulnerabilities)"
 dnsdist-1.4.0.security-status                              60 IN TXT "1 OK"
-dnsdist-1.5.0-alpha1.security-status                       60 IN TXT "1 OK"
+dnsdist-1.5.0-alpha1.security-status                       60 IN TXT "2 Unsupported pre-release (no known vulnerabilities)"
+dnsdist-1.5.0-rc1.security-status                          60 IN TXT "1 OK"
index a1ef261172452967c62bede330f7508df1129f05..d6aa684db6aab206049c0a51e72d492425ef81ce 100644 (file)
@@ -1,6 +1,60 @@
 Changelog
 =========
 
+.. changelog::
+  :version: 1.5.0-rc1
+  :released: 16th of April 2010
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 8955
+
+    On OpenBSD string_view is both in boost and std
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 8956
+
+    Expose SuffixMatchNode::remove in Lua
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 8962
+
+    Remove a std::move() preventing Return-Value Optimization in lmdb-safe.cc
+
+  .. change::
+    :tags: Bug Fixes, DNSCrypt
+    :pullreq: 8974
+
+    Keep accepting fragmented UDP datagrams on DNSCrypt binds
+
+  .. change::
+    :tags: Bug Fixes, DNSCrypt
+    :pullreq: 8976
+    :tickets: 8974
+
+    Accept UDP datagrams larger than 1500 bytes for DNSCrypt
+
+  .. change::
+    :tags: Improvements, DNS over TLS
+    :pullreq: 8985
+
+    Fix compilation without deprecated OpenSSL APIs (Rosen Penev)
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 8996
+
+    Drop responses with the QR bit set to 0
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 8994
+    :tickets: 8986
+
+    Add an option to control the size of the TCP listen queue
+
 .. changelog::
   :version: 1.5.0-alpha1
   :released: 20th of March 2010