From: Otto Moerbeek Date: Wed, 11 Dec 2019 08:36:01 +0000 (+0100) Subject: Suggestions by Habbie X-Git-Tag: auth-4.3.0-beta1~62^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d9346dd9cd76e096cf7981e12eb27af6f8e04b6e;p=thirdparty%2Fpdns.git Suggestions by Habbie --- diff --git a/docs/secpoll.zone b/docs/secpoll.zone index b0662769b2..430f5df842 100644 --- a/docs/secpoll.zone +++ b/docs/secpoll.zone @@ -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 diff --git a/pdns/recursordist/docs/changelog/4.3.rst b/pdns/recursordist/docs/changelog/4.3.rst index 1f3ecca4ed..6fa421f63a 100644 --- a/pdns/recursordist/docs/changelog/4.3.rst +++ b/pdns/recursordist/docs/changelog/4.3.rst @@ -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