forked from I2P_Developers/i2p.www
Drop ancient warnings about automatic updates, mention str4d signing key issue
This commit is contained in:
@ -161,44 +161,11 @@ when it appears.
|
||||
{%- endtrans %}</p>
|
||||
<div class="warning">
|
||||
<p>{% trans -%}
|
||||
Due to a bug in release 0.7.6, those whose first I2P installation was that version
|
||||
and have not upgraded manually
|
||||
may get a "downloaded version is not greater than current version" error,
|
||||
and should use the manual update method below.
|
||||
Since 0.9.23, some releases are signed by str4d, whose signing key has been in the router
|
||||
since 0.9.9. Routers older than 0.9.9 will fail to verify update files signed by str4d,
|
||||
and will need to be manually updated using the process below.
|
||||
{%- endtrans %}</p>
|
||||
</div>
|
||||
<div class="warning">
|
||||
<p>{% trans blogpost=get_url('blog_post', slug='2009/06/29/0.7.5-Release') -%}
|
||||
If you are running 0.7.4 or earlier, please see
|
||||
<a href="{{ blogpost }}">the 0.7.5 release notes</a>
|
||||
for important information about how to configure your router to automatically
|
||||
receive the release.
|
||||
{%- endtrans %}</p>
|
||||
</div>
|
||||
<div class="warning">
|
||||
<p>{% trans instructions=site_url('misc/upgrade-0.6.1.30') -%}
|
||||
If you are running 0.6.1.30 or earlier, please see
|
||||
<a href="{{ instructions }}">instructions</a>
|
||||
for important information about how to configure your router to automatically
|
||||
receive the release.
|
||||
{%- endtrans %}</p>
|
||||
|
||||
<ol>
|
||||
<li>
|
||||
{% trans instructions=site_url('misc/upgrade-0.6.1.30') -%}
|
||||
If you have reconfigured your router following the <a href="{{ instructions }}">instructions</a>, you should see a link on your
|
||||
<a href="http://localhost:7657/index.jsp">router console</a> allowing
|
||||
you to download and install the new release by just clicking on that
|
||||
link.
|
||||
{%- endtrans %}
|
||||
</li>
|
||||
<li>
|
||||
{% trans -%}
|
||||
Alternately, you can use the manual method specified below.
|
||||
{%- endtrans %}
|
||||
</li>
|
||||
</ol>
|
||||
</div>
|
||||
{% endcall %}
|
||||
|
||||
{% call package('update-file') %}
|
||||
|
Reference in New Issue
Block a user