]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Prep for rec-4.4.7 and rec-4.5.7 10940/head
authorOtto <otto.moerbeek@open-xchange.com>
Wed, 3 Nov 2021 12:22:25 +0000 (13:22 +0100)
committerOtto <otto.moerbeek@open-xchange.com>
Wed, 3 Nov 2021 12:22:25 +0000 (13:22 +0100)
docs/secpoll.zone
pdns/recursordist/docs/changelog/4.4.rst
pdns/recursordist/docs/changelog/4.5.rst

index 787a811247acab7577f4d39a24e9485abb8d9a77..7bb94cbdee1db4559a884df96a8e38395e448ad4 100644 (file)
@@ -1,4 +1,4 @@
-@       86400   IN  SOA pdns-public-ns1.powerdns.com. pieter\.lexis.powerdns.com. 2021102504 10800 3600 604800 10800
+@       86400   IN  SOA pdns-public-ns1.powerdns.com. pieter\.lexis.powerdns.com. 2021110500 10800 3600 604800 10800
 @       3600    IN  NS  pdns-public-ns1.powerdns.com.
 @       3600    IN  NS  pdns-public-ns2.powerdns.com.
 
@@ -262,6 +262,7 @@ recursor-4.4.3.security-status                          60 IN TXT "1 OK"
 recursor-4.4.4.security-status                          60 IN TXT "1 OK"
 recursor-4.4.5.security-status                          60 IN TXT "1 OK"
 recursor-4.4.6.security-status                          60 IN TXT "1 OK"
+recursor-4.4.7.security-status                          60 IN TXT "1 OK"
 recursor-4.5.0-alpha1.security-status                   60 IN TXT "3 Unsupported pre-release"
 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"
@@ -275,6 +276,7 @@ recursor-4.5.3.security-status                          60 IN TXT "2 Unsupported
 recursor-4.5.4.security-status                          60 IN TXT "1 OK"
 recursor-4.5.5.security-status                          60 IN TXT "1 OK"
 recursor-4.5.6.security-status                          60 IN TXT "1 OK"
+recursor-4.5.7.security-status                          60 IN TXT "1 OK"
 recursor-4.6.0-alpha1.security-status                   60 IN TXT "1 Unsupported pre-release"
 recursor-4.6.0-alpha2.security-status                   60 IN TXT "1 Unsupported pre-release"
 
index d78a9cc5108218953eeb6fd4b3cd4e741199e9d4..2b729a3e75a46f074fd1e21a86b47ec659ed3b59 100644 (file)
@@ -1,6 +1,24 @@
 Changelogs for 4.4.x
 ====================
 
+.. changelog::
+  :version: 4.4.7
+  :released: 5th of November 2021
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 10910
+    :tickets: 10908
+
+    A SHA-384 DS should not trump a SHA-256 one, only potentially ignore SHA-1 DS records.
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 10909
+    :tickets: 10905
+
+    rec_control wipe-cache-typed should check if a qtype argument is present and valid.
+
 .. changelog::
   :version: 4.4.6
   :released: 8th of October 2021
index 19eb249237e53c9616e09ea1c1e5fac9d6eb4ba6..371f9c5bdbf5a03d0440e5d69e3eadb70727ff7d 100644 (file)
@@ -1,5 +1,29 @@
 Changelogs for 4.5.X
 ====================
+.. changelog::
+  :version: 4.5.7
+  :released: 5th of November 2021
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 10912
+    :tickets: 10908
+
+    A SHA-384 DS should not trump a SHA-256 one, only potentially ignore SHA-1 DS records.
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 10911
+    :tickets: 10905
+
+    rec_control wipe-cache-typed should check if a qtype arg is present and valid.
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 10863
+    :tickets: 10842
+
+    Put the correct string into appliedPolicyTrigger for Netmask matching rules.
 
 .. changelog::
   :version: 4.5.6