]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Prep for rec-4.6.0-rc1
authorOtto <otto.moerbeek@open-xchange.com>
Wed, 1 Dec 2021 15:21:09 +0000 (16:21 +0100)
committerOtto <otto.moerbeek@open-xchange.com>
Fri, 3 Dec 2021 07:09:06 +0000 (08:09 +0100)
docs/secpoll.zone
pdns/recursordist/docs/changelog/4.6.rst

index 7ac76caf040224be0845ec627726343e085eaa6c..d5d5e27e443797a88b5749c7402da8ced2bee50c 100644 (file)
@@ -1,4 +1,4 @@
-@       86400   IN  SOA pdns-public-ns1.powerdns.com. pieter\.lexis.powerdns.com. 2021112901 10800 3600 604800 10800
+@       86400   IN  SOA pdns-public-ns1.powerdns.com. pieter\.lexis.powerdns.com. 2021120301 10800 3600 604800 10800
 @       3600    IN  NS  pdns-public-ns1.powerdns.com.
 @       3600    IN  NS  pdns-public-ns2.powerdns.com.
 
@@ -283,6 +283,7 @@ recursor-4.6.0-alpha1.security-status                   60 IN TXT "1 Unsupported
 recursor-4.6.0-alpha2.security-status                   60 IN TXT "1 Unsupported pre-release"
 recursor-4.6.0-beta1.security-status                    60 IN TXT "1 Unsupported pre-release"
 recursor-4.6.0-beta2.security-status                    60 IN TXT "1 Unsupported pre-release"
+recursor-4.6.0-rc1.security-status                      60 IN TXT "1 Unsupported pre-release"
 
 ; 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 1804a283095e12d50e72bedb88eab67f300ce8b8..a2c205dd6b35465f006e1ffbe79bf7c4b6511ef4 100644 (file)
@@ -1,6 +1,39 @@
 Changelogs for 4.6.X
 ====================
 
+.. changelog::
+  :version: 4.6.0-rc1
+  :released: 3rd of December 2021
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 11055
+    :tickets: 10982
+
+    Condition to HAVE_SYSTEMD_WITH_RUNTIME_DIR_ENV is reversed.
+    During build, the runtime directory in the service files for virtual-hosting are now correctly generated.
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 11025
+    :tickets: 10994, 11010
+
+    Do cache negcache results, even when wasVariable() is true.
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 11022
+    :tickets: 11018
+
+    Fix logic botch in TCP code introduced by notify handling in 4.6.0-beta2.
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 11016
+    :tickets: 11005
+
+    Include sys/time.h; needed on musl.
+
 .. changelog::
   :version: 4.6.0-beta2
   :released: 17th of November 2021