]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Prep for rec-4.5.0-rc1 10337/head
authorOtto <otto.moerbeek@open-xchange.com>
Mon, 26 Apr 2021 09:35:36 +0000 (11:35 +0200)
committerOtto <otto.moerbeek@open-xchange.com>
Mon, 26 Apr 2021 10:49:48 +0000 (12:49 +0200)
docs/secpoll.zone
pdns/recursordist/docs/changelog/4.5.rst

index 3b89a0cdce9cd805c7c8ad1cf0a02c273a800d20..e2d3525df3fc9432c80245ad51c1c80b5c555070 100644 (file)
@@ -1,4 +1,4 @@
-@       86400   IN  SOA pdns-public-ns1.powerdns.com. pieter\.lexis.powerdns.com. 2021042000 10800 3600 604800 10800
+@       86400   IN  SOA pdns-public-ns1.powerdns.com. pieter\.lexis.powerdns.com. 2021042800 10800 3600 604800 10800
 @       3600    IN  NS  pdns-public-ns1.powerdns.com.
 @       3600    IN  NS  pdns-public-ns2.powerdns.com.
 
@@ -256,7 +256,8 @@ recursor-4.5.0-alpha1.security-status                   60 IN TXT "3 Unsupported
 recursor-4.5.0-alpha2.security-status                   60 IN TXT "3 Unsupported pre-release"
 recursor-4.5.0-alpha3.security-status                   60 IN TXT "3 Unsupported pre-release"
 recursor-4.5.0-beta1.security-status                    60 IN TXT "3 Unsupported pre-release"
-recursor-4.5.0-beta2.security-status                    60 IN TXT "1 OK"
+recursor-4.5.0-beta2.security-status                    60 IN TXT "3 Unsupported pre-release"
+recursor-4.5.0-rc1.security-status                      60 IN TXT "1 OK"
 
 ; Recursor Debian
 recursor-3.6.2-2.debian.security-status                 60 IN TXT "3 Upgrade now, see https://doc.powerdns.com/3/security/powerdns-advisory-2015-01/ and https://doc.powerdns.com/3/security/powerdns-advisory-2016-02/"
index cf87322fcf3773d22a3784360da9e1f5312e7814..8d80bcf4c20757cfa1c9a7ab4df6a111b524d776 100644 (file)
@@ -1,6 +1,66 @@
 Changelogs for 4.5.X
 ====================
 
+.. changelog::
+  :version: 4.5.0-rc1
+  :released: 28th of April 2021
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 10335
+    :tickets: 10329
+
+    Boost 1.76 containers: use standard exceptions.
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 10334
+    :tickets: 10318
+
+    Fix wording in edns-padding-tag help.
+
+  .. change::
+    :tags:  Improvements
+    :pullreq: 10333
+    :tickets: 10312
+
+    Improve packet cache size computation now that TCP answers are also cached.
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 10320
+    :tickets: 10317
+
+    Do not put results of DS query for auth or forward domains in negcache.
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 10319
+    :tickets: 10303
+
+    Use the correct ECS address when proxy-protocol is enabled.
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 10307
+    :tickets: 10298
+
+    Print the covering NSEC in tracing log.
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 10306
+    :tickets: 10291
+
+    Exception loading the RPZ seed file is not fatal.
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 10305
+    :tickets: 10286
+
+    RPZ dumper: stop generating double zz labels on networks that start with zeroes.
+
 .. changelog::
   :version: 4.5.0-beta2
   :released: 14th of April 2021