]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
dnsdist: Update ChangeLog and secpoll for the 1.5.0 release
authorRemi Gacogne <remi.gacogne@powerdns.com>
Tue, 28 Jul 2020 13:15:11 +0000 (15:15 +0200)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Tue, 28 Jul 2020 13:15:11 +0000 (15:15 +0200)
docs/secpoll.zone
pdns/dnsdistdist/docs/changelog.rst

index c8c32cf1fca8cf9ec9bd46db82938fc0e7f13969..76c7ca86618569fc122c96e11e9d45827b7967ce 100644 (file)
@@ -1,4 +1,4 @@
-@       86400   IN  SOA pdns-public-ns1.powerdns.com. pieter\.lexis.powerdns.com. 2020072001 10800 3600 604800 10800
+@       86400   IN  SOA pdns-public-ns1.powerdns.com. pieter\.lexis.powerdns.com. 2020072901 10800 3600 604800 10800
 @       3600    IN  NS  pdns-public-ns1.powerdns.com.
 @       3600    IN  NS  pdns-public-ns2.powerdns.com.
 
@@ -357,4 +357,5 @@ dnsdist-1.5.0-alpha1.security-status                       60 IN TXT "2 Unsuppor
 dnsdist-1.5.0-rc1.security-status                          60 IN TXT "2 Unsupported pre-release (no known vulnerabilities)"
 dnsdist-1.5.0-rc2.security-status                          60 IN TXT "2 Unsupported pre-release (no known vulnerabilities)"
 dnsdist-1.5.0-rc3.security-status                          60 IN TXT "2 Unsupported pre-release (no known vulnerabilities)"
-dnsdist-1.5.0-rc4.security-status                          60 IN TXT "1 OK"
+dnsdist-1.5.0-rc4.security-status                          60 IN TXT "2 Unsupported pre-release (no known vulnerabilities)"
+dnsdist-1.5.0.security-status                              60 IN TXT "1 OK"
index 75afc5c1a2eed25355c7453804e2da6e474f290f..36fa8886bb6fc3ed71dd039728b286f65e6a9ad3 100644 (file)
@@ -1,6 +1,53 @@
 Changelog
 =========
 
+.. changelog::
+  :version: 1.5.0
+  :released: 29th of July 2020
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 9231
+
+    Use explicit flag for the specific version of c++ we are targeting.
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 9320
+
+    Prevent a possible overflow via large Proxy Protocol values. (Valеntei Sergey)
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 9348
+    :tickets: 9279
+
+    Avoid name clashes on Solaris derived systems.
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 9343
+
+    Resize hostname to final size in getCarbonHostname(). (Aki Tuomi)
+
+  .. change::
+    :tags: Bug Fixes, DNS over HTTPS
+    :pullreq: 9344
+
+    Fix compilation with h2o_socket_get_ssl_server_name().
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 9346
+
+    Fix compilation on OpenBSD/amd64.
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 9356
+
+    Handle calling PacketCache methods on a nil object.
+
 .. changelog::
   :version: 1.5.0-rc4
   :released: 7th of July 2020