76 lines
2.6 KiB
HTML
76 lines
2.6 KiB
HTML
{% extends "_layout.html" %}
|
|
{% block title %}0.8.1 Release{% endblock %}
|
|
{% block content %}
|
|
<p>
|
|
The 0.8.1 release contains the usual collection of bug fixes and performance tweaks.
|
|
There is also a new i2psnark theme and several translation updates.
|
|
Upgrading is recommended.
|
|
</p><p>
|
|
Please help grow the network.
|
|
Give the
|
|
developers feedback on IRC #i2p or <a href="http://forum.i2p2.de/">forum.i2p2.de</a>
|
|
and <a href="http://www.i2p2.de/getinvolved.html">get involved</a>,
|
|
spread the word,
|
|
and <a href="http://www.i2p2.de/donate.html">donate</a>!
|
|
We are still looking for help on new and existing translations.
|
|
Please volunteer on IRC #i2p.
|
|
</p>
|
|
|
|
<p>Files are available on the <a href="/download.html">download page.</a></p>
|
|
|
|
<p>
|
|
<b>Release details:</b>
|
|
</p>
|
|
<p>1.6 or higher JDK now required to build from source.
|
|
|
|
<br />1.5 or higher JRE still OK to run I2P.</p>
|
|
|
|
<p><strong>Bugfixes</strong></p>
|
|
|
|
<p>- Fix eepget redirect bugs
|
|
<br />- Fix bug causing GeoIP lookups to stop
|
|
<br />- Don't let alternative naming services look up b32 addresses
|
|
<br />- Try to prevent firewalled routers from running out of introducers
|
|
<br />- Try again to fix i2ptunnel nonce bug</p>
|
|
|
|
<p><strong>Speedups</strong></p>
|
|
|
|
<p>- Make streaming flush much faster
|
|
<br />- Use flush in more places
|
|
<br />- Convert several lists to queues
|
|
<br />- Fix crypto YK precalculation
|
|
<br />- Disable unused I2CP acknowledgements in several cases
|
|
<br />- Don't route tunnels through peers 0.7.8 and earlier as they have message corruption bugs</p>
|
|
|
|
<p><strong>I2PSnark</strong></p>
|
|
|
|
<p>- Redesign by dr|zed
|
|
<br />- File download priority feature
|
|
<br />- Lots of bug fixes</p>
|
|
|
|
<p><strong>File Permissions</strong></p>
|
|
|
|
<p>- All user files created by I2P will now be readable only by the owner (mode 600)</p>
|
|
|
|
<p><strong>Documentation</strong></p>
|
|
|
|
<p>- The technical documentation on our website is now current, complete, and accurate. See <a href="http://www.i2p2.de/how">http://www.i2p2.de/how</a> .
|
|
<br />- Javadocs have been updated throughout the source.
|
|
<br />- Full Javadocs are now available at <a href="http://docs.i2p-projekt.de/javadoc/">http://docs.i2p-projekt.de/javadoc/</a> .
|
|
</p>
|
|
|
|
|
|
<p>
|
|
<b>
|
|
SHA256 Checksums:
|
|
</b>
|
|
<pre>
|
|
881530e079114b6da2c3eba069f7d4eeedf503983d5c50737b6779f7f5d8f76f i2pinstall_0.8.1.exe
|
|
f16f1e8a59f1af91551f2dfdf3cac88eec7298495c924128a913cf2ec50066de i2psource_0.8.1.tar.bz2
|
|
9905212e945af9e1bb2def02abc62496a92b7d2a9f4ef497a0bb9dbf84c1dffe i2pupdate_0.8.1.zip
|
|
1253884176e7da4ab8541606196e7802e1fcfb28335a459bc7d69a79e2823eab i2pupdate.su2
|
|
63cfb32ebf6adbc3c2ee6364b471f9e57ce680c85c6152dca92a411fadd77694 i2pupdate.sud
|
|
</pre>
|
|
</p>
|
|
{% endblock %}
|