commit b6e6c3235806c9d1521dbc2c08cecee626466928 Author: Iain R. Learmonth irl@fsfe.org Date: Wed Mar 21 13:44:49 2018 +0000
Rewords outdated relay warning message (Fixes: #25558) --- templates/details/router.html | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/templates/details/router.html b/templates/details/router.html index b523ff4..97c7aac 100644 --- a/templates/details/router.html +++ b/templates/details/router.html @@ -11,7 +11,12 @@ <div class="alert alert-info">This relay appears to be less than 2 weeks old. <a href="https://blog.torproject.org/lifecycle-new-relay">This blog post</a> explains the lifecycle of a new relay, and why it will not be immediately fully used to capacity.</div> <% } %> <% if (relay.get('recommended_version') === false && relay.get('version_consistent') == true) { %> -<div class="alert alert-danger">This relay is running an outdated Tor version and should be updated to a recent release of Tor that may contain important fixes.</div> +<div class="alert alert-danger">This relay is running a version of Tor that is not recommended. +It is most likely too old and may be missing important security fixes. If +this is the case, and this is your relay, you should update it as soon as +possible. Development versions (versions that are too new) will also trigger +this warning message (see bug <a +href="https://bugs.torproject.org/24256%22%3E#24256</a>).</div> <% } %> <div class="row"> <div class="col-md-6">