83 lines
3.0 KiB
HTML
83 lines
3.0 KiB
HTML
{% extends "_layout.html" %}
|
|
{% block title %}0.8.2 Release{% endblock %}
|
|
{% block content %}
|
|
<p>
|
|
The 0.8.2 release includes extensive bug fixes and theme updates in the router and in i2psnark.
|
|
There are also optimizations to reduce memory usage in i2psnark.
|
|
The HTTP and SOCKS proxies now support local and remote authorization.
|
|
Upgrading is recommended.
|
|
</p><p>
|
|
I2P will be at 27C3 in Berlin the week of December 27th.
|
|
Look for the I2P people there and ask for I2P stickers!
|
|
</p><p>
|
|
Please help grow the network.
|
|
<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>!
|
|
If you find a bug, please enter a report on <a href="http://trac.i2p2.de/report/1">trac</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><strong>Bug Fixes</strong></p>
|
|
|
|
<p>- Improve I2CP and I2PTunnel error propagation and logging for troubleshooting
|
|
<br />- Clean up lots of error messages that weren't really errors
|
|
<br />- Fix transport bug with message retries causing IllegalStateExceptions
|
|
<br />- Fix bug causing UDP to use too much CPU</p>
|
|
|
|
<p><strong>Console</strong></p>
|
|
|
|
<p>- Theme updates
|
|
<br />- Home page update
|
|
<br />- Convert GETs to POSTs for security
|
|
<br />- ".jsp" suffixes no longer required in URLs
|
|
<br />- Fix UDP rate display on Peers page
|
|
<br />- Stats page improvements
|
|
<br />- Improve time representation</p>
|
|
|
|
<p><strong>I2PSnark</strong></p>
|
|
|
|
<p>- Theme updates, theme selection, new vanilla theme
|
|
<br />- Reduction in memory and thread usage
|
|
<br />- Convert GETs to POSTs for security
|
|
<br />- Files now mode 600
|
|
<br />- Lots of bug fixes</p>
|
|
|
|
<p><strong>Other</strong></p>
|
|
|
|
<p>- Support reseeding via SSL
|
|
<br />- Add SOCKS outproxy support
|
|
<br />- Add username/password support for I2CP, HTTP and SOCKS proxies, and outproxies
|
|
<br />- Rework of data structure classes in preparation for more caching
|
|
<br />- Logging subsystem updates; router log now in local time
|
|
<br />- API cleanup by marking more non-API classes package private
|
|
|
|
<br />- Javadoc updates
|
|
<br />- More work on the Debian build scripts by HungryHobo
|
|
<br />- New advanced option i2p.insecureFiles=true to disable mode 600
|
|
<br />- Save news and addressbook subscription last-fetched times across restarts, so they aren't always fetched right after router start
|
|
<br />- Lots of translation updates</p>
|
|
|
|
|
|
|
|
<p>
|
|
<b>
|
|
SHA256 Checksums:
|
|
</b>
|
|
<pre>
|
|
03caab1b746f42a4f2e6ab07cc4efd529e9c37f37793224424a83e7b5aa5ec68 i2pinstall_0.8.2.exe
|
|
a5f3104e70f84bf81776a2f2940172de6efd06a9ec7a5662e7f01d694b651b98 i2psource_0.8.2.tar.bz2
|
|
f2b90fe5926d371bcd4a36c6a317d739c9fcb0d548f24ba0b6173f85d45d809b i2pupdate_0.8.2.zip
|
|
b26ff143088864ec4dff399420f7d42d65cfec55a79915a58d2cddd4309601d9 i2pupdate.su2
|
|
5d094c6f1c98b4d463852c288c8a90041165c3fc002414bd2c425bbe204ae865 i2pupdate.sud
|
|
</pre>
|
|
</p>
|
|
{% endblock %}
|