66 lines
2.8 KiB
HTML
66 lines
2.8 KiB
HTML
{% extends "_layout.html" %}
|
|
{% block title %}0.9.5 Release{% endblock %}
|
|
{% block content %}
|
|
|
|
<p>0.9.5 includes bug fixes and defenses for some issues and vulnerabilities
|
|
that are being investigated by researchers at UCSB. We continue to work with them
|
|
on additional improvements. This is a good opportunity to remind the community that
|
|
while our network continues to grow rapidly, it is still relatively small. There may
|
|
be multiple weaknesses or bugs that could compromise your anonymity. Help us grow
|
|
the network by spreading the word and contributing where you can.</p>
|
|
|
|
<p>In this upgrade cycle, a random 1% of routers, (plus all routers running a
|
|
development build) will attempt to update via the experimental in-network bittorrent
|
|
with i2psnark. If this doesn't work, it should fall back to standard in-network HTTP update.</p>
|
|
|
|
<p>Files are available on the <a href="/download.html">download page</a>.</p>
|
|
|
|
<p><strong>RELEASE DETAILS</strong></p>
|
|
|
|
<p><strong>Defenses and Bug Fixes</strong></p>
|
|
|
|
<p>- Fix router bug causing lockup when using iMule
|
|
<br />- Recognize, handle, reject duplicate tunnel IDs
|
|
<br />- Fix changing of the log file name
|
|
<br />- Prevent hashcode attack in session tags
|
|
<br />- Add build request throttler based on previous hop
|
|
<br />- Limit concurrent next-hop lookups
|
|
<br />- Catch exceptions storing nonces in console
|
|
<br />- Fix saving graph settings in console
|
|
<br />- Fix eepget generation of URLs when not proxied
|
|
<br />- Encrypt database lookup messages end-to-end when sent through
|
|
<br /> exploratory tunnels
|
|
<br />- Don't use multiple floodfills from the same /16 in a query
|
|
<br />- Randomize delay before verifying floodfill store
|
|
<br />- Increase number of floodfills</p>
|
|
|
|
<p><strong>Other</strong></p>
|
|
|
|
<p>- Improve support for mobile browsers
|
|
<br />- Partial defenses for UCSB attacks
|
|
<br />- Add announce list support to i2psnark
|
|
<br />- Jetty: upgrade Apache Tomcat to 6.0.36
|
|
<br />- Split router info files into multiple subdirectories
|
|
<br />- Add IP to hostname mapping option in SOCKS
|
|
<br />- Improve PRNG seeding
|
|
<br />- Translation updates: French, German, Hungarian, Italian, Norwegian, Polish, Portuguese, Russian, Swedish
|
|
<br />- Update GeoIP data (new installs and PPA only)
|
|
<br />- Update wrapper to 3.5.17 (new installs and PPA only)
|
|
</p>
|
|
|
|
|
|
<b>
|
|
SHA256 Checksums:
|
|
</b>
|
|
<pre>
|
|
d904878f1feb758afb75cae31af52e3504b43b5ff531c060d902145a19eec56e i2pinstall_0.9.5_windows.exe
|
|
af251596e034b751dc17b73bd35254b94f92d4a3121a6e96479c45c4d846ab30 i2pinstall_0.9.5.jar
|
|
441eac3cb7f25c03e7711c7d516626dc86ba6ad373145ab802d150848262c7c2 i2psource_0.9.5.tar.bz2
|
|
d20c3f3845c1f4a4cf734dc69cae7de72ff0874cea1382d03d8ac953c50fb139 i2pupdate_0.9.5.zip
|
|
06720a0f5067f4efdd1518f0dd1a2f7e65c78c76ae1e4dbd4b4ff72df65299ed i2pupdate.su2
|
|
a14f5cfc3b50cbab73b7da8faba48f84e3afb91f112923c5249b6f053291e450 i2pupdate.sud
|
|
|
|
</pre>
|
|
|
|
{% endblock %}
|