diff --git a/i2p2www/__init__.py b/i2p2www/__init__.py index 6f2482a4d457e1be2894b52bfe9bb0b6f36daf33..4fcd464d6e957daa513bb6ddc83840d1aaf5d4b7 100644 --- a/i2p2www/__init__.py +++ b/i2p2www/__init__.py @@ -21,7 +21,7 @@ except ImportError: ########### # Constants -CURRENT_I2P_VERSION = '0.9.10' +CURRENT_I2P_VERSION = '0.9.11' CANONICAL_DOMAIN = 'geti2p.net' diff --git a/i2p2www/pages/downloads/list.html b/i2p2www/pages/downloads/list.html index 7e16c75410a46d96aa91f0fe86a26d4faef5bb42..1de0afa936c8273a0364e41270c715cdfbd024b8 100644 --- a/i2p2www/pages/downloads/list.html +++ b/i2p2www/pages/downloads/list.html @@ -1,10 +1,10 @@ {% extends "global/layout.html" %} {% block title %}{{ _('Download') }}{% endblock %} -{% set i2pinstall_windows_sig = '95e7fb6b62efdc9d65b818360795380628ed8ceb396d5ccf5f263ea4d2bc8d79' %} -{% set i2pinstall_jar_sig = '171ff170a4d97dd9ef0e352471448e0254cfac5c9e91bb07377b41790aa9cd92' %} +{% set i2pinstall_windows_sig = '536a5dd49110a3717c74701c7f2ed91deea10109e527125c3bbed3b6863fffaa' %} +{% set i2pinstall_jar_sig = 'a0fe6702424d14fdb8697aa34fae0f5960dd6045a469ce910ad90928362eb72e' %} {% set i2p_android_sig = 'e74f8d4d541fb89586f9adcfe9d41ac28e8c6aae2c29798cacfe33f9b5752dfc' %} -{% set i2psource_sig = '20bcd1a62101b15b423ae6dd81a76b1806d67a28a5bf0f341803a7a61178d494' %} -{% set i2pupdate_sig = '4e82dce86efccc86759ee010da058af23d2cbecbfccf5ab3555e9ccb4ccd912e' %} +{% set i2psource_sig = '50b18c6e012cae1f05295b54ec88ab71c56b8ebf8b9267242bab37f918b80166' %} +{% set i2pupdate_sig = '5264e4c02b7d8b9a6af3c5829d891f6a53f51a976d08fa68873b8717cbfc4b74' %} {% block content %} <h3>{{ _('Dependency') }}</h3> <p>{% trans java='http://java.com/download/', diff --git a/i2p2www/pages/site/about/team.html b/i2p2www/pages/site/about/team.html index d8044f6b4921f0e11d9de3e5751ca806966051d9..352a43692de62446636d29a689832d7632102cc5 100644 --- a/i2p2www/pages/site/about/team.html +++ b/i2p2www/pages/site/about/team.html @@ -92,7 +92,7 @@ network. </tr> <tr> <td valign="top"><b>{% trans website=site_url() %}<a href="{{ website }}">Webserver</a> admin{% endtrans %}</b></td> - <td valign="top">welterde</td> + <td valign="top">eche|on</td> <td valign="top"><i>{{ _('manage the public project webservers') }}</i></td> </tr> <tr> diff --git a/i2p2www/static/news/news.xml b/i2p2www/static/news/news.xml index d27bdc4b4bc0dea8cf463898a4e256f72f1992bf..153723c7605adcbf04f8299358d064a39757fcaf 100644 --- a/i2p2www/static/news/news.xml +++ b/i2p2www/static/news/news.xml @@ -1,19 +1,30 @@ <!-- -<i2p.news date="$Date: 2014-01-22 00:00:00 $"> -<i2p.release version="0.9.10" date="2014/01/22" minVersion="0.6.1.10" minJavaVersion="1.5" su2Torrent="magnet:?xt=urn:btih:b9b8c2649f527fd163d96bfaeb307ea87328bbbc&dn=i2pupdate-0.9.10.su2&tr=http://tracker2.postman.i2p/announce.php" su3Torrent="magnet:?xt=urn:btih:e9e8e3d0f3ad30130a475afbae54ca4a0e774c6a&dn=i2pupdate-0.9.10.su3&tr=http://tracker2.postman.i2p/announce.php" /> +<i2p.news date="$Date: 2014-02-08 00:00:00 $"> +<i2p.release version="0.9.11" date="2014/02/08" minVersion="0.6.1.10" minJavaVersion="1.5" su2Torrent="magnet:?xt=urn:btih:f7c9da818af6c90c0f7e4f9f8cd09dd79fa61bb9&dn=i2pupdate-0.9.11.su2&tr=http://tracker2.postman.i2p/announce.php" su3Torrent="magnet:?xt=urn:btih:5a0c3de0eec2b27b6008d392439fa58c00ad74cf&dn=i2pupdate-0.9.11.su3&tr=http://tracker2.postman.i2p/announce.php" /> --> <div lang="en"> -<h3>2014-01-22: <b>0.9.10 <a href="http://i2p-projekt.i2p/release-0.9.10.html">Released</a></b></h3> +<h3>2014-02-08: <b>0.9.11 <a href="http://i2p-projekt.i2p/en/blog/post/2014/02/08/0.9.11-Release">Released</a></b></h3> <p> -0.9.10 changes the mechanism for doing LeaseSet lookups, making it more difficult for an attacker -to correlate a Destination with a Router. It also fixes character encoding bugs in susimail, -and includes lots of other bug fixes and translation updates. -Most of you will update via torrent, using the new "su3" update format using stronger keys. -We recommend that all users update. +0.9.11 continues improving LeaseSet lookup and storage to prevent an attacker +from correlating a Destination with a Router. +It adds support for the <a href="http://www.subgraph.com/orchid.html">Orchid</a> +outproxy plugin which is available at <a href="http://plugins.i2p/plugins/orchid/">plugins.i2p</a>. +There is a reduction in memory usage due to fixes in the transports. +We have some I2CP protocol improvements that will provide better lookup facilities and +authorization protection for external clients. +Of course, there's also the usual collection of bug fixes. +All users should update. </p><p> -We recently attended <a href="https://events.ccc.de/congress/2013/wiki/Main_Page">30C3</a> -and <a href="http://realworldcrypto.wordpress.com/">Real World Crypto</a>, -making several new connections and fornmulating <a href="http://zzz.i2p/">big plans</a> for 2014. -Thanks to those who supported our attendance with their <a href="http://i2p-projekt.i2p/donate">donations</a>! +This may be the last release that works with Java 5, which is very old and unsupported. +If you are using a Java 5 or 6 runtime, we strongly recommend that you upgrade to Java 7. +</p> +<h3>2014-02-07: <b><a href="http://echelon.i2p/docs/IRC2p/irc2p_userguide.txt">IRC2p Migration</a></b></h3> +<p> +After some work and weeks of preparation, the IRC2p team is ready to switch the operating servers to a new +setup and an upgraded IRCd/services. A new IRC server (irc.dg.i2p) is also joining the network! +The transition will occur on 2014-02-23 between 1:00PM UTC and 4:00PM UTC. During this time, the IRC2P will be +inaccessible and upgraded. +The new setup involves changes that may affect users. Read more about this migration on the +<a href="http://echelon.i2p/docs/IRC2p/irc2p_userguide.txt">IRC2p migration guide</a>. </p> </div>