]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Suggestions by Habbie
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Wed, 11 Dec 2019 08:36:01 +0000 (09:36 +0100)
committerOtto Moerbeek <otto.moerbeek@open-xchange.com>
Wed, 11 Dec 2019 08:36:01 +0000 (09:36 +0100)
docs/secpoll.zone
pdns/recursordist/docs/changelog/4.3.rst

index b0662769b2229b3d326e1d3bd1f86e7392b43d3e..430f5df842ac3159a2e313572cbdfa9064e09e37 100644 (file)
@@ -196,15 +196,15 @@ recursor-4.1.12.security-status                         60 IN TXT "1 OK"
 recursor-4.1.13.security-status                         60 IN TXT "1 OK"
 recursor-4.1.14.security-status                         60 IN TXT "1 OK"
 recursor-4.1.15.security-status                         60 IN TXT "1 OK"
-recursor-4.2.0-alpha1.security-status                   60 IN TXT "2 Unsupported pre-release (no known vulnerabilities)"
-recursor-4.2.0-beta1.security-status                    60 IN TXT "2 Unsupported pre-release (no known vulnerabilities)"
-recursor-4.2.0-rc1.security-status                      60 IN TXT "2 Unsupported pre-release (no known vulnerabilities)"
-recursor-4.2.0-rc2.security-status                      60 IN TXT "2 Unsupported pre-release (no known vulnerabilities)"
+recursor-4.2.0-alpha1.security-status                   60 IN TXT "2 Unsupported pre-release (final release is out)"
+recursor-4.2.0-beta1.security-status                    60 IN TXT "2 Unsupported pre-release (final release is out)"
+recursor-4.2.0-rc1.security-status                      60 IN TXT "2 Unsupported pre-release (final release is out)"
+recursor-4.2.0-rc2.security-status                      60 IN TXT "2 Unsupported pre-release (final release is out)"
 recursor-4.2.0.security-status                          60 IN TXT "1 OK"
 recursor-4.2.1.security-status                          60 IN TXT "1 OK"
-recursor-4.3.0-alpha1.security-status                   60 IN TXT "1 OK"
-recursor-4.3.0-alpha2.security-status                   60 IN TXT "1 OK"
-recursor-4.3.0-alpha3.security-status                   60 IN TXT "1 OK"
+recursor-4.3.0-alpha1.security-status                   60 IN TXT "2 Unsupported pre-release (no known vulnerabilities)"
+recursor-4.3.0-alpha2.security-status                   60 IN TXT "2 Unsupported pre-release (no known vulnerabilities)"
+recursor-4.3.0-alpha3.security-status                   60 IN TXT "2 Unsupported pre-release (no known vulnerabilities)"
 recursor-4.3.0-beta1.security-status                    60 IN TXT "1 OK"
 
 ; Recursor Debian
index 1f3ecca4eddfd5c41eff0391dce6c24b4a100420..6fa421f63aebf264a14d2cfecb1b972be5d59313 100644 (file)
@@ -28,13 +28,13 @@ Changelogs for 4.3.x
     :pullreq: 8559
     :tickets: 8558
 
-    Avoid startup race by setting the state of a tread before starting it.
+    Avoid startup race by setting the state of a thread before starting it.
 
   .. change::
     :tags: Improvements
-    :pullreq: 8561
+    :pullreq: 8561, 8477
 
-    QName Minimization is no longer experimental
+    QName Minimization is no longer experimental and enabled by default.
 
   .. change::
     :tags: Bug Fixes
@@ -56,12 +56,6 @@ Changelogs for 4.3.x
 
     Fix -WShadow warnings (Aki Tuomi)
 
-  .. change::
-    :tags: Improvements
-    :pullreq: 8477
-
-    Enable qname minimization
-
   .. change::
     :tags: Improvements
     :pullreq: 8511