From d25a4d07e38f9fb145bf214448c35a484def2b1e Mon Sep 17 00:00:00 2001 From: zzz Date: Tue, 11 Mar 2008 11:52:54 +0000 Subject: [PATCH] put upgrade-from-0.6.1.30 instructions on the website since forum is down --- www.i2p2/pages/download.html | 5 +-- www.i2p2/pages/index.html | 9 ++-- www.i2p2/pages/upgrade-0.6.1.30.html | 61 ++++++++++++++++++++++++++++ 3 files changed, 69 insertions(+), 6 deletions(-) create mode 100644 www.i2p2/pages/upgrade-0.6.1.30.html diff --git a/www.i2p2/pages/download.html b/www.i2p2/pages/download.html index 9a443458..d81a0bc7 100644 --- a/www.i2p2/pages/download.html +++ b/www.i2p2/pages/download.html @@ -60,10 +60,9 @@ new release, to upgrade simply click the 'Update Available' link on your router when it appears.

If you are running 0.6.1.30 or earlier, please see -this forum post (forum.i2p.net) or -here (forum.i2p) +instructions for important information about how to configure your router to automatically -receive the release. (Note: forum temp down because of network issues) +receive the release.

    diff --git a/www.i2p2/pages/index.html b/www.i2p2/pages/index.html index b7a03459..65d28adc 100644 --- a/www.i2p2/pages/index.html +++ b/www.i2p2/pages/index.html @@ -12,9 +12,12 @@ 2008-03-09 - I2P 0.6.1.32 Released
    -2008-02-05 - Upgrading from 0.6.1.30 or earlier - instructions at -forum.i2p.net or -forum.i2p +2008-03-08 - +forum.i2p.net and +forum.i2p temporarily down (non-i2p network issues) +
    +2008-02-05 - Upgrading from 0.6.1.30 or earlier - +instructions
    2008-02-01 - status notes 01 2008 diff --git a/www.i2p2/pages/upgrade-0.6.1.30.html b/www.i2p2/pages/upgrade-0.6.1.30.html new file mode 100644 index 00000000..252e3304 --- /dev/null +++ b/www.i2p2/pages/upgrade-0.6.1.30.html @@ -0,0 +1,61 @@ +{% extends "_layout.html" %} +{% block title %}How to Upgrade from 0.6.1.30 and Earlier{% endblock %} +{% block content %} +

    +• +2008-02-05: Upgrading from 0.6.1.30 and Earlier Releases +

    +Since i2p's lead developer +has gone AWOL, +we do not have his update signing key or write access to +www.i2p or +dev.i2p. +Complication and zzz have generated new signing keys, and they and Amiga are providing +update file hosting. These changes must be configured in your router to take effect. +

    +Make the following configuration changes and your router will automatically install +the latest release. +

    +We recommend the automated process as it will verify the key of the signed update file. +If you do not make these changes, +you may manually download the i2pupdate.zip file from +www.i2p2.i2p/download. +

    1. +On +configupdate.jsp: +
      1. +Change the News URL to: http://complication.i2p/news.xml +
      2. +Select ONE of the following new Update URLs at random and enter it into the Update URL box: +
        http://amiga.i2p/i2p/i2pupdate.sud +
        http://complication.i2p/i2p/i2pupdate.sud +
        http://stats.i2p/i2p/i2pupdate.sud +
      3. +Check the box "Update through the eepProxy?" +
      4. +Click "Save" +
      +
    2. +On +configadvanced.jsp: +
      1. +Add the following line: +
        + +
      2. +Click "Apply" +
      +
    3. +You are now ready to automatically receive the release update file, +either by setting your update policy to "download and install" or by clicking on the +"update available" link when it appears. +
    +

    +If you would like to verify the trusted update keys, they are also +posted and signed here. +Thank you for your support during this transition. For help please contact us on #i2p. +

    +Amiga, Complication, welterde, zzz +

    + +{% endblock %}