diff --git a/www.i2p2/pages/announcements.html b/www.i2p2/pages/announcements.html index 66f1db4728550e07541ad26a8b8652e0dba1f3fa..fe0408cdff4db28ee2c318255b717ad2c588b26d 100644 --- a/www.i2p2/pages/announcements.html +++ b/www.i2p2/pages/announcements.html @@ -4,6 +4,7 @@ <h1>Past I2P Release Announcements</h1> <h4>2010</h4> <ul class="infolist"> +<li>2010-07-12 - <a href="release-0.8.html">0.8</a></li> <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> diff --git a/www.i2p2/pages/announcements_de.html b/www.i2p2/pages/announcements_de.html index 273a8c896a734ce69556aeb9331bde28ee86634e..f4f050cfe000903476ec457113af9d2cb237758a 100644 --- a/www.i2p2/pages/announcements_de.html +++ b/www.i2p2/pages/announcements_de.html @@ -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-07-12 - <a href="release-0.8.html">0.8</a></li> <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> diff --git a/www.i2p2/pages/announcements_it.html b/www.i2p2/pages/announcements_it.html index b9a672590ddb226560344435e572eb42c2a34db1..ff1405e85e06183a6dc15b32ace3c1a26421da0d 100755 --- a/www.i2p2/pages/announcements_it.html +++ b/www.i2p2/pages/announcements_it.html @@ -4,6 +4,7 @@ <h1>Versioni di I2P Rilasciate e Annunciate</h1> <h4>2010</h4> <ul class="infolist"> +<li>2010-07-12 - <a href="release-0.8.html">0.8</a></li> <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> diff --git a/www.i2p2/pages/release-0.8.html b/www.i2p2/pages/release-0.8.html new file mode 100644 index 0000000000000000000000000000000000000000..b77d008751be3082f03abce5728b018e0d6248bc --- /dev/null +++ b/www.i2p2/pages/release-0.8.html @@ -0,0 +1,82 @@ +{% extends "_layout.html" %} +{% block title %}0.8 Release{% endblock %} +{% block content %} +<p> +In early 2009, shortly after our attendance at 25C3, we released version 0.7 of I2P. +Over the next 15 releases in 18 months we have worked to improve the usability of the I2P software +and increase its performance, security, and reliability - all while dealing with unprecedented growth in the network. +</p><p> +In recognition of these accomplishments, we are declaring the start of the 0.8 series. +The 0.8 release is fully compatible with all 0.7.x releases. This release contains several bugfixes, +a new Dutch translation, and completion of the German translation. As always, users are encouraged to upgrade. +</p><p> +Some highlights of the 0.7.x release series in the last year and a half: +<ul> +<li> +Redesign of the floodfill infrastructure for network database storage, by implementing a simplified Kademlia storage system, +and an increase in floodfill routers from 5 to almost 100, for increased reliability and scalability +<li> +Encryption of queries and stores to floodfill routers for increased security +<li> +Implementation of separate session key managers for each local destination for increased security +<li> +Implementation of a plugin system for easy installation and maintenance of user-generated applications +<li> +Implementation of a translation infrastructure for the router console, and translation into several languages +<li> +Implementation of a multi-layered system of limiting connections to peers +<li> +Implementation of a new, smaller tunnel build message to reduce the chance it will be dropped, and increase build success rates +<li> +Several bug fixes and improvements in the streaming library to speed up connections dramatically +<li> +Redesign and theming of the router console, with GeoIP display +<li> +Significant reduction in memory usage +<li> +Transition to Java 5 concurrent data structures for a significant reduction in lock contention +<li> +Transition to Java 5 coding styles, a significant increase in javadoc documentation, and elimination of unused code for maintanability +<li> +Implentation of a split directory structure for ease of use on multi-user systems and easier packaging +<li> +Redesign of the clock skew system, with implementation of NTP-style clock adjustment +<li> +Implementation of a Base32 naming system to reduce reliance on host names +<li> +Adjustment of several paramters based on the speed and maximum memory of the router, to optimize speed and memory usage +<li> +Implementation of UPnP to open firewall ports +<li> +An uncountable number of bugfixes and improvements that enhance security, anonymity, reliability, performance, scalability, and the user experience. +</ul> +</p><p> +In <a href="http://www.gulli.com/news/i2p-an-anonymous-network-2009-03-09/">zzz's interview with gulli.com last year</a>, +he said that "privacy is under severe and increasing threat throughout the world". +It is clear that this trend is accelerating both in "oppressed" nations and those that are nominally "free". +As we prepare to attend <a href="http://thenexthope.org/">the HOPE conference in New York</a>, with many talks on privacy, +we'll be working on plans to continue improving I2P and spreading the word. +</p><p> +You can help, as always, to 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> +SHA256 Checksums: +<pre> +d14ef28ffff7ef95e5627d7bbeac8f5aad57c82b89d2071383787f2124152ca9 i2pinstall_0.8.exe +a179fc478279383af3420c84699a014a40f9cb0da87ab2a2d2b890639345b999 i2psource_0.8.tar.bz2 +57c6dd9dab15dc52613e35ba538842de948ad5f230d17f693cdcc86fa056f97c i2pupdate_0.8.zip +b9eff16965fb597b7a69fab72c5e4d21a767ffc1e654b3269d2dd9febdb79291 i2pupdate.su2 +79b3ac041ea6afb0c04f705e134da10ec32bd4ffe5a7f378da60faf274ef112c i2pupdate.sud +</pre> +</p> +{% endblock %} diff --git a/www.i2p2/pages/roadmap.html b/www.i2p2/pages/roadmap.html index c9293523bf82147e698e765a17637d8f0d1ff9a9..c903ac9d46a65ee0947d717ccbf964fc38c239c8 100644 --- a/www.i2p2/pages/roadmap.html +++ b/www.i2p2/pages/roadmap.html @@ -3,17 +3,25 @@ {% block content %} <h2 id="0.8">0.8</h2> -Early 2010 +July 2010 <ul> <li>Further research and improve the <a href="i2np.html">Message Priority System</a></li> <li>Reduce <a href="how_peerselection.html">peer profile</a> size, implement better ejection strategy </li> <li>Expand and rework the floodfill pool, bring back simplified Kademlia searches and stores for the pool</li> -<li>Reachability Mapping / handle peers partially reachable / enhanced <a href="todo.html#fullRestrictedRoutes">restricted routes</a></li> -<li>Include some seed data in the distribution so a central reseed location isn't required? <li>Distributed / enhanced i2pupdate distribution, set default to download</li> <li>Better better docs and website</li> </ul> +<h2 id="0.9">0.9</h2> +<ul> +<li>Include some seed data in the distribution so a central reseed location isn't required? +<li>Reachability Mapping / handle peers partially reachable / enhanced <a href="todo.html#fullRestrictedRoutes">restricted routes</a></li> +<li>Improve help pages and website</li> +<li>More translations</li> +<li>SSU disconnect message</li> +<li>Iterative floodfill lookups</li> +</ul> + <h2 id="1.0">1.0</h2> <ul> <li>Full review of anonymity issues and other vulnerabilities</li> diff --git a/www.i2p2/pages/roadmap_de.html b/www.i2p2/pages/roadmap_de.html index acf44882b1981a04bb650db82ed42ac97b6362eb..4b85c2b206d576aecb28d46ddd340cf6b7cf53cc 100644 --- a/www.i2p2/pages/roadmap_de.html +++ b/www.i2p2/pages/roadmap_de.html @@ -3,16 +3,25 @@ {% block content %} <h2 id="0.8">0.8</h2> -Mid-2009 +July 2010 <ul> <li>Further research and improve the <a href="i2np.html">Message Priority System</a></li> <li>Reduce <a href="how_peerselection.html">peer profile</a> size, implement better ejection strategy </li> <li>Reachability Mapping / handle peers partially reachable / enhanced <a href="todo.html#fullRestrictedRoutes">restricted routes</a></li> -<li>Include some seed data in the distribution so a central reseed location isn't required? <li>Distributed / enhanced i2pupdate distribution, set default to download</li> <li>Better better docs and website</li> </ul> +<h2 id="0.9">0.9</h2> +<ul> +<li>Include some seed data in the distribution so a central reseed location isn't required? +<li>Reachability Mapping / handle peers partially reachable / enhanced <a href="todo.html#fullRestrictedRoutes">restricted routes</a></li> +<li>Improve help pages and website</li> +<li>More translations</li> +<li>SSU disconnect message</li> +<li>Iterative floodfill lookups</li> +</ul> + <h2 id="1.0">1.0</h2> <ul> <li>Volle Überprüfung auf Schwachstellen in der Anonymität und weitere Schwachstellen</li>