This commit is contained in:
zzz
2010-06-07 13:28:31 +00:00
parent 1b9559ab04
commit 7415c9e8ea
4 changed files with 51 additions and 0 deletions

View File

@ -4,6 +4,7 @@
<h1>Past I2P Release Announcements</h1>
<h4>2010</h4>
<ul class="infolist">
<li>2010-06-07 - <a href="release-0.7.14.html">0.7.14</a></li>
<li>2010-04-27 - <a href="release-0.7.13.html">0.7.13</a></li>
<li>2010-03-15 - <a href="release-0.7.12.html">0.7.12</a></li>
<li>2010-02-15 - <a href="release-0.7.11.html">0.7.11</a></li>

View File

@ -5,6 +5,7 @@
<p>Hinweis: Da i2p.net nicht erreichbar ist, sind viele Verweise nicht funktional</p>
<h4>2010</h4>
<ul class="infolist">
<li>2010-06-07 - <a href="release-0.7.14.html">0.7.14</a></li>
<li>2010-04-27 - <a href="release-0.7.13.html">0.7.13</a></li>
<li>2010-03-15 - <a href="release-0.7.12.html">0.7.12</a></li>
<li>2010-02-15 - <a href="release-0.7.11.html">0.7.11</a></li>

View File

@ -4,6 +4,7 @@
<h1>Versioni di I2P Rilasciate e Annunciate</h1>
<h4>2010</h4>
<ul class="infolist">
<li>2010-06-07 - <a href="release-0.7.14.html">0.7.14</a></li>
<li>2010-04-27 - <a href="release-0.7.13.html">0.7.13</a></li>
<li>2010-03-15 - <a href="release-0.7.12.html">0.7.12</a></li>
<li>2010-02-15 - <a href="release-0.7.11.html">0.7.11</a></li>

View File

@ -0,0 +1,48 @@
{% extends "_layout.html" %}
{% block title %}0.7.14 Release{% endblock %}
{% block content %}
<p>
The 0.7.14 release contains the usual collection of bug fixes and performance tweaks.
There are also some i2psnark improvements and more fixes for plugins.
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>
Release details:
</p>
<p>- More bugfixes and improvements to the plugin support introduced in 0.7.12.
<br />- I2PSnark improvements to end game handling, file listings, tunnel configuration, and translations
<br />- Add support for throttling inbound connections in the streaming library
<br />- Add WEBIRC support in IRC server tunnel
<br />- Fix installer for 1.5 Java systems
<br />- Fix bug causing multiple update downloads
<br />- Fix bug where datagrams were not always verified when necessary
<br />- Fix bug forcing SSU introducers when not necessary
<br />- Fix policies for floodfill responses
<br />- Reduce max memory used in byte caches
<br />- Reduce job queue global locking
<br />- More changes for performance</p>
<p>
SHA256 Checksums:
<pre>
994290b11ffb4883b3e55dc688cbb413b17bd263cd4e4d0a5f767fa27aa39155 i2pinstall_0.7.14.exe
d9ffc95fc8be8ea10b9b5e313ca5d7be2b39404ccef93f9cd8362e9f7fe4fe3d i2psource_0.7.14.tar.bz2
e5d056c012dcbdac1465df2e5ee7077c2918cab61f2ab7d803b0217e87aaeaad i2pupdate_0.7.14.zip
ff16904bc1bbe58b4d256002bffddfa017e4538f133b0752bf73e2c2a403a13e i2pupdate.su2
c55c57420011137865fd9068c2b3644c5749d9f2f57e7b90667bb74c0e81544a i2pupdate.sud
</pre>
</p>
{% endblock %}