]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Prep for rec 4.3.6 and 4.4.1 9755/head
authorOtto Moerbeek <otto@drijf.net>
Fri, 20 Nov 2020 10:02:12 +0000 (11:02 +0100)
committerOtto Moerbeek <otto.moerbeek@open-xchange.com>
Wed, 25 Nov 2020 11:48:20 +0000 (12:48 +0100)
docs/secpoll.zone
pdns/recursordist/docs/changelog/4.3.rst
pdns/recursordist/docs/changelog/4.4.rst

index 07932af2408f31d5a4ab248f1cac3fb6382878d0..7772a524ab9058dbb43b77dc3e865840995bda56 100644 (file)
@@ -1,4 +1,4 @@
-@       86400   IN  SOA pdns-public-ns1.powerdns.com. pieter\.lexis.powerdns.com. 2020112301 10800 3600 604800 10800
+@       86400   IN  SOA pdns-public-ns1.powerdns.com. pieter\.lexis.powerdns.com. 2020112501 10800 3600 604800 10800
 @       3600    IN  NS  pdns-public-ns1.powerdns.com.
 @       3600    IN  NS  pdns-public-ns2.powerdns.com.
 
@@ -237,12 +237,14 @@ recursor-4.3.2.security-status                          60 IN TXT "3 Upgrade now
 recursor-4.3.3.security-status                          60 IN TXT "3 Upgrade now, see https://doc.powerdns.com/recursor/security-advisories/powerdns-advisory-2020-07.html"
 recursor-4.3.4.security-status                          60 IN TXT "3 Upgrade now, see https://doc.powerdns.com/recursor/security-advisories/powerdns-advisory-2020-07.html"
 recursor-4.3.5.security-status                          60 IN TXT "1 OK"
+recursor-4.3.6.security-status                          60 IN TXT "1 OK"
 recursor-4.4.0-alpha1.security-status                   60 IN TXT "3 Unsupported pre-release (known vulnerabilities)"
 recursor-4.4.0-alpha2.security-status                   60 IN TXT "3 Unsupported pre-release"
 recursor-4.4.0-beta1.security-status                    60 IN TXT "3 Unsupported pre-release"
 recursor-4.4.0-rc1.security-status                      60 IN TXT "3 Unsupported pre-release"
 recursor-4.4.0-rc2.security-status                      60 IN TXT "3 Unsupported pre-release"
 recursor-4.4.0.security-status                          60 IN TXT "1 OK"
+recursor-4.4.1.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 b2f3de1dfd3f0011e1e4255a9a468aba28641a10..6cf925b03619ec0c38398b74c8e1996b77179a50 100644 (file)
@@ -1,6 +1,47 @@
 Changelogs for 4.3.x
 ====================
 
+.. changelog::
+  :version: 4.3.6
+  :released: 25th of November 2020
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 9718
+    :tickets: 9707
+
+    Do not add request to a wait chain that's already processed or being processed.
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 9706
+    :tickets: 9697
+
+    Do not send overly long NOD lookups.
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 9702
+    :tickets: 9696
+
+    Avoid a CNAME loop detection issue with DNS64.
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 9684
+    :tickets: 9680
+
+    If a.b.c CNAME x.a.b.c is encountered, switch off QName Minimization.
+
+  .. change::
+    :tags: Bug Fixes, Internal
+    :pullreq: 9609
+    :tickets: 9070
+
+    Previous placeholder fix was incomplete.
+
+
+
 .. changelog::
   :version: 4.3.5
   :released: 13th of October 2020
index 679c0ca3c3d8c8a71be0a8ea9dcfc8e90bd20b00..42b45b3b67bd013b0423de2569d1fed9b06b3459 100644 (file)
@@ -1,5 +1,53 @@
 Changelogs for 4.4.x
 ====================
+
+.. changelog::
+  :version: 4.4.1
+  :released: 25th of November 2020
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 9719
+    :tickets: 9707
+
+    Do not add request to a wait chain that's already processed or being processed.
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 9687
+    :tickets: 9651
+
+    Allow to specify a name in getMetric() that is used for Prometheus export only.
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 9710
+    :tickets: 9696
+
+    Avoid a CNAME loop detection issue with DNS64
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 9705
+    :tickets: 9697
+
+    Do not send overly long NOD lookups.
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 9683
+    :tickets: 9680
+
+    If a.b.c CNAME x.a.b.c is encountered, switch off QName Minimization.
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 9682
+    :tickets: 9679
+
+    Fix the processing of answers generated from gettag.
+
+
 .. changelog::
   :version: 4.4.0
   :released: 19th of October 2020