forked from I2P_Developers/i2p.www
0.7.9
This commit is contained in:
@ -2,6 +2,10 @@
|
||||
{% block title %}Announcements{% endblock %}
|
||||
{% block content %}
|
||||
<h1>Past I2P Release Announcements</h1>
|
||||
<h4>2010</h4>
|
||||
<ul class="infolist">
|
||||
<li>2010-01-12 - <a href="release-0.7.9.html">0.7.9</a></li>
|
||||
</ul>
|
||||
<h4>2009</h4>
|
||||
<ul class="infolist">
|
||||
<li>2009-12-08 - <a href="release-0.7.8.html">0.7.8</a></li>
|
||||
|
@ -3,6 +3,10 @@
|
||||
{% block content %}
|
||||
<h1>Alte Ankündigungen</h1>
|
||||
<p>Hinweis: Da i2p.net nicht erreichbar ist, sind viele Verweise nicht funktional</p>
|
||||
<h4>2010</h4>
|
||||
<ul class="infolist">
|
||||
<li>2010-01-12 - <a href="release-0.7.9.html">0.7.9</a></li>
|
||||
</ul>
|
||||
<h4>2009</h4>
|
||||
<ul class="infolist">
|
||||
<li>2009-12-08 - <a href="release-0.7.8.html">0.7.8</a></li>
|
||||
|
68
www.i2p2/pages/release-0.7.9.html
Normal file
68
www.i2p2/pages/release-0.7.9.html
Normal file
@ -0,0 +1,68 @@
|
||||
{% extends "_layout.html" %}
|
||||
{% block title %}0.7.9 Release{% endblock %}
|
||||
{% block content %}
|
||||
<p>
|
||||
0.7.9 fixes several longstanding bugs causing message corruption.
|
||||
We are hopeful that network performance will improve once it is widely deployed.
|
||||
There are other changes that should help router reachability and tunnel build success rates.
|
||||
The release also includes additional translation support, and a full Russian translation by "forget"
|
||||
which was sponsored by "russiansponsor".
|
||||
</p><p>
|
||||
There are more changes to reduce memory and CPU usage,
|
||||
and other bug fixes.
|
||||
Upgrading is recommended.
|
||||
Please 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>
|
||||
or <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>
|
||||
Release details:
|
||||
|
||||
<p><strong>Transport and Tunnels</strong></p>
|
||||
|
||||
<p>- Fix three bugs, each several years old, causing corrupted tunnel messages. The fixes will hopefully improve network speed.
|
||||
<br />- Fix a bug preventing firewalled routers from finding introducers. This fix should help network connectivity.
|
||||
<br />- Improve the algorithm for dropping messages when overloaded at the inbound gateway.
|
||||
<br />- Fix the error messages on the console when the computer is completely disconnected from the network.
|
||||
<br />- Fix the way excessive clock skew is calculated and reported.
|
||||
<br />- Increase the tunnel build timeout, which will improve build success rate.
|
||||
<br />- Prioritize tunnel builds so pools that most need tunnels build first
|
||||
<br />- New experimental "laptop mode" for enhanced anonymity when changing locations</p>
|
||||
|
||||
<p><strong>Router Console Translation Support</strong></p>
|
||||
|
||||
<p>- New Russian translation by "forget" with support from "russiansponsor"
|
||||
<br />- Translation support added for i2psnark, i2ptunnel, and susidns.
|
||||
<br />- Several updates to translations.
|
||||
<br />- We are searching for additional translation volunteers.</p>
|
||||
|
||||
<p><strong>I2CP</strong></p>
|
||||
|
||||
<p>- Where possible, keep client-router communications within the JVM rather than going through an external socket, for performance.</p>
|
||||
|
||||
<p><strong>HTTP Proxy</strong></p>
|
||||
|
||||
<p>- Where possible, keep client-proxy communications within the JVM rather than going through an external socket, for performance.
|
||||
<br />- Allow configuration of the jump server list</p>
|
||||
|
||||
<p><strong>Other</strong></p>
|
||||
|
||||
<p>- Reduce startup time by 10-15s
|
||||
<br />- Continued improvements to reduce package size and memory usage
|
||||
<br />- Continued console improvements</p>
|
||||
|
||||
|
||||
<p>
|
||||
SHA256 Checksums:
|
||||
<pre>
|
||||
61272e9f9774d157fe3dd64b779a69610f3966a3d996cb454966be42ef8bffe5 i2pinstall_0.7.9.exe
|
||||
7512d4173bb27cd00e1c61e6cf7b189ff358fd15a5394c1ae79045cf40b0aeda i2psource_0.7.9.tar.bz2
|
||||
cd2e113ee205c7d33b18920ca1e853d18fecd0f79e30c74a9c20c79cbb553889 i2pupdate_0.7.9.zip
|
||||
eb995184206fcd54880d1c15c792a0a0d47c46fad19a8d409ab9fdca345f58e2 i2pupdate.sud
|
||||
</pre>
|
||||
</p>
|
||||
{% endblock %}
|
Reference in New Issue
Block a user