This commit is contained in:
zzz
2011-04-18 04:12:23 +00:00
parent e21d371702
commit 4709d40679
6 changed files with 69 additions and 2 deletions

View File

@ -4,6 +4,7 @@
<h1>Past I2P Release Announcements</h1>
<h4>2011</h4>
<ul class="infolist">
<li>2011-04-18 - <a href="release-0.8.5.html">0.8.5</a></li>
<li>2011-03-02 - <a href="release-0.8.4.html">0.8.4</a></li>
<li>2011-01-24 - <a href="release-0.8.3.html">0.8.3</a></li>
</ul>

View File

@ -5,6 +5,7 @@
<p>Hinweis: Da i2p.net nicht erreichbar ist, sind viele Verweise nicht funktional</p>
<h4>2011</h4>
<ul class="infolist">
<li>2011-04-18 - <a href="release-0.8.5.html">0.8.5</a></li>
<li>2011-03-02 - <a href="release-0.8.4.html">0.8.4</a></li>
<li>2011-01-24 - <a href="release-0.8.3.html">0.8.3</a></li>
</ul>

View File

@ -4,6 +4,7 @@
<h1>Annonces des versions passées</h1>
<h4>2011</h4>
<ul class="infolist">
<li>2011-04-18 - <a href="release-0.8.5.html">0.8.5</a></li>
<li>2011-03-02 - <a href="release-0.8.4_fr.html">0.8.4</a></li>
<li>2011-01-24 - <a href="release-0.8.3.html">0.8.3</a></li>
</ul>

View File

@ -4,6 +4,7 @@
<h1>Versioni di I2P Rilasciate e Annunciate</h1>
<h4>2011</h4>
<ul class="infolist">
<li>2011-04-18 - <a href="release-0.8.5.html">0.8.5</a></li>
<li>2011-03-02 - <a href="release-0.8.4.html">0.8.4</a></li>
<li>2011-01-24 - <a href="release-0.8.3.html">0.8.3</a></li>
</ul>

View File

@ -45,9 +45,9 @@ L'émergence au sein d'internet de communautés virtuelles et anonymes, Freenet
- Laurie Delmer -
Université catholique de Louvain
Département des sciences politiques et sociales
( Catholic University of Leuven -
(Catholic University of Leuven -
Department of Political and Social Science -
The rise in internet virtual and anonymous communities, Freenet and I2P )
The rise in internet virtual and anonymous communities, Freenet and I2P)
Master's Thesis, 2009.
</li><li>
@ -105,6 +105,13 @@ January 18-19 2011
<a href="http://www.irongeek.com/i.php?page=videos/shmoocon-firetalks-2011">Into the I2P Darknet: Welcome to Cipherspace</a>
Adrian Crenshaw. Schmoocon Firetalk, January 2011
</li><li>
<a href="http://www.youtube.com/watch?v=TexNr_5J5AU">Using techhnology to advance liberty</a>
(Youtube Video)
Eric Johnson.
<a href="http://agora.io/etienne">Agora I/O Unconference</a>, March 27, 2011.
I2P covered from 10:00 to 20:00 in the video.
</li><li>
Privacy-Implications of Performance-Based Peer Selection by Onion-Routers: A Real-World Case Study using I2P,
Michael Hermann.

View File

@ -0,0 +1,56 @@
{% extends "_layout.html" %}
{% block title %}0.8.5 Release{% endblock %}
{% block content %}
<p>
The 0.8.5 release contains a few bug fixes and performance improvements, and lots of translation updates.
as usual, upgrading is recommended.
</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-dev.
</p>
<p>Files are available on the <a href="/download.html">download page.</a></p>
<p>
<b>Release details:</b>
<p>* Lots of router console HTML fixes
<br />* i2psnark magnet handling fixes
<br />* SusiMail Translation support by &quot;duck&quot;
<br />* Continuing work on the Arabic translation by &quot;hamada&quot;
<br />* Completion of the French translation by &quot;magma&quot;
<br />* Completion of the Spanish translation by &quot;punkbastardo&quot; and &quot;user&quot;
<br />* Other translation updates
<br />* Better support for text-mode browsers
<br />* Profile display improvements
<br />* Tunnel build request queue limiting
<br />* Require nonce to change console language
<br />* i2psnark improved logging of errors
<br />* i2psnark improved metainfo handling
<br />* Use the reseed server as a backup time source
<br />* Change profile file extension from .dat to .txt.gz
<br />* Change all i2ptunnels to 3 hops for new installs
<br />* Add all bogons to blocklist for new installs
<br />* More efficient use of entropy for padding</p>
<p>
<b>
SHA256 Checksums:
</b>
<pre>
6ae6b196352e1053c4e7b91edc575330d108ff9abfc2746ea3c3b2e3fd467006 i2pinstall_0.8.5.exe
de9fa105c1335d58609689a942d3e6a508ca824fc8b27a34c1c0b09fc7e0167b i2psource_0.8.5.tar.bz2
7e4c1835dfd7aaa42d84cf4646f5858a37efa027f43a26eb98360e3cb4750ac8 i2pupdate_0.8.5.zip
efea978f3e4e955b9afa05847dc4ebb83c8df3651adeb717769e32a908bc5f53 i2pupdate.su2
1b6eca94b7938f5c61c26b4482c89919bdfbc7c41aee7735f8f561c01c3a29d3 i2pupdate.sud
</pre>
</p>
{% endblock %}