0.4.2.5
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
<h3>Past announcements</h3>
|
||||
<h4>2004</h4>
|
||||
<ul>
|
||||
<li>2004-12-21 - <a href="http://dev.i2p.net/pipermail/i2p/2004-December/000527.html">0.4.2.5</a></li>
|
||||
<li>2004-12-18 - <a href="http://dev.i2p.net/pipermail/i2p/2004-December/000525.html">0.4.2.4</a></li>
|
||||
<li>2004-12-08 - <a href="http://dev.i2p.net/pipermail/i2p/2004-December/000512.html">0.4.2.3</a></li>
|
||||
<li>2004-12-01 - <a href="http://dev.i2p.net/pipermail/i2p/2004-December/000494.html">0.4.2.2</a></li>
|
||||
|
@@ -1,21 +1,21 @@
|
||||
<h3>Clean installs</h3>
|
||||
<ul>
|
||||
<li>GUI installer (requires Swing):<br />
|
||||
<a href="http://dev.i2p.net/i2p/install.jar">install.jar</a>
|
||||
(SHA1 2d11d06fd9f756858acbd2b6c58ad5fd7450e97b)<br />
|
||||
<a href="http://dev.i2p.net/i2p/i2pinstall.jar">i2pinstall.jar</a>
|
||||
(SHA1 fadb9e606aed0b708c09191e1d4874e9be4baca4)<br />
|
||||
Right-click "save as", then either double click on it or run
|
||||
<code>java -jar install.jar</code></li>
|
||||
<code>java -jar i2pinstall.jar</code></li>
|
||||
<li>Headless install:<br />
|
||||
<a href="http://dev.i2p.net/i2p/i2p.tar.bz2">i2p.tar.bz2</a>
|
||||
(SHA1 d1ed443a8f33798bde2ce566006a67f67f4ee1dc)<br />
|
||||
(SHA1 9123dbd0cfd4b1b050b7a5f5c3778557f5dccf98)<br />
|
||||
Run <code>(tar xjvf i2p.tar.bz2 ; cd i2p ; vi install-headless.txt)</code></li>
|
||||
<li>Source install:<br />
|
||||
<a href="http://dev.i2p.net/i2p/i2p-0.4.2.4.tar.bz2">i2p-0.4.2.4.tar.bz2</a>
|
||||
(SHA1 84d45d9ca8a2d7caa6634e33cc1e23c3a282e232)<br />
|
||||
<a href="http://dev.i2p.net/i2p/i2p-0.4.2.5.tar.bz2">i2p-0.4.2.5.tar.bz2</a>
|
||||
(SHA1 80152291e6c92c40519bb1b55d155111140defac)<br />
|
||||
Alternately, you can fetch the source from <a href="cvs">cvs</a> (CVS HEAD
|
||||
gets you the most recent updates, while the tag <code>i2p_0_4_2_4</code> gets you
|
||||
gets you the most recent updates, while the tag <code>i2p_0_4_2_5</code> gets you
|
||||
the release)<br/>
|
||||
Run <code>(tar xjvf i2p-0.4.2.4.tar.bz2 ; cd i2p-0.4.2.4 ; ant dist)</code> then either
|
||||
Run <code>(tar xjvf i2p-0.4.2.5.tar.bz2 ; cd i2p-0.4.2.5 ; ant dist)</code> then either
|
||||
run the GUI installer or headless install as above</li>
|
||||
<li>After running the GUI install on windows, simply click on the "Run I2P" button
|
||||
which will bring up the router console, which has further instructions.</li>
|
||||
@@ -24,7 +24,7 @@
|
||||
<h3>Updates from 0.4.0.1 or later:</h3>
|
||||
<ol>
|
||||
<li>Download <a href="http://dev.i2p.net/i2p/i2pupdate.zip">i2pupdate.zip</a>
|
||||
(SHA1 c0e800787a86c3cf982da2f948ef8a6dc8a021d1) to your I2P installation directory.
|
||||
(SHA1 0af6e04266cf62538ab7c3e56b0d0c5d31ea774c) to your I2P installation directory.
|
||||
(alternately, you can get the source as above and run "ant updater", then copy the
|
||||
resulting i2pupdate.zip to your I2P installation directory)</li>
|
||||
<li>Click <a href="http://localhost:7657/configservice.jsp">"Graceful restart"</a></li>
|
||||
|
@@ -1,7 +1,7 @@
|
||||
<h2>Announcements</h2>
|
||||
<p><b>Latest version:</b><br />
|
||||
2004-12-18 - 0.4.2.4 -
|
||||
<a href="http://dev.i2p.net/pipermail/i2p/2004-December/000525.html">Announcement</a>
|
||||
2004-12-21 - 0.4.2.5 -
|
||||
<a href="http://dev.i2p.net/pipermail/i2p/2004-December/000527.html">Announcement</a>
|
||||
- <a href="download">Download</a>
|
||||
</p>
|
||||
<p><b>Weekly updates:</b><br />
|
||||
|
Reference in New Issue
Block a user