diff --git a/i2p2www/__init__.py b/i2p2www/__init__.py index 25e95098..22f9ac7f 100644 --- a/i2p2www/__init__.py +++ b/i2p2www/__init__.py @@ -21,7 +21,7 @@ except ImportError: ########### # Constants -CURRENT_I2P_VERSION = '0.9.9' +CURRENT_I2P_VERSION = '0.9.10' CANONICAL_DOMAIN = 'geti2p.net' diff --git a/i2p2www/downloads.py b/i2p2www/downloads.py index f01e58b6..0412513c 100644 --- a/i2p2www/downloads.py +++ b/i2p2www/downloads.py @@ -8,9 +8,9 @@ from random import randint from i2p2www import CURRENT_I2P_VERSION, MIRRORS_FILE DEFAULT_MIRROR = { - 'protocol': 'https', - 'domain': 'i2p.googlecode.com', - 'org': 'Google Code', + 'protocol': 'http', + 'domain': 'download.i2p2.no', + 'org': 'meeh', } diff --git a/i2p2www/pages/downloads/list.html b/i2p2www/pages/downloads/list.html index bee2fb02..903e5242 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 = '97dd4326ad8afdea0e78ffcb053b23793dfa79d89458be3fe3a1ed62a2d988e9' %} -{% set i2pinstall_jar_sig = '5028910d3fb9747a6724e39f8eccb6d9ebe0530ef017102c372871badfbf6d9f' %} +{% set i2pinstall_windows_sig = '95e7fb6b62efdc9d65b818360795380628ed8ceb396d5ccf5f263ea4d2bc8d79' %} +{% set i2pinstall_jar_sig = '171ff170a4d97dd9ef0e352471448e0254cfac5c9e91bb07377b41790aa9cd92' %} {% set i2p_android_sig = '61a2e1c602680b852ae6e0a391cf6a35860e273437a2786ea00fa731a7d3d427' %} -{% set i2psource_sig = 'cbbf25dea50a717c3376eb7af226f0b2a653e0372db8782ef37aa8b3d275436c' %} -{% set i2pupdate_sig = '533b0ce2d9e1bfc8762ba17eef3572ae7355ed8f21d5d3557b718a14b05794f2' %} +{% set i2psource_sig = '20bcd1a62101b15b423ae6dd81a76b1806d67a28a5bf0f341803a7a61178d494' %} +{% set i2pupdate_sig = '4e82dce86efccc86759ee010da058af23d2cbecbfccf5ab3555e9ccb4ccd912e' %} {% block content %}

{{ _('Dependency') }}

{% trans java='http://java.com/download/', diff --git a/i2p2www/pages/downloads/mirrors b/i2p2www/pages/downloads/mirrors index 3016abd7..f0d064d8 100644 --- a/i2p2www/pages/downloads/mirrors +++ b/i2p2www/pages/downloads/mirrors @@ -1,6 +1,2 @@ -{"protocol": "http", "domain": "i2p.googlecode.com", "path": "/files/%(file)s", "org": "Google Code", "org_url": "http://code.google.com", "country": "us"} -{"protocol": "https", "domain": "i2p.googlecode.com", "path": "/files/%(file)s", "org": "Google Code", "org_url": "https://code.google.com", "country": "us"} {"protocol": "https", "domain": "launchpad.net", "path": "/i2p/trunk/%(version)s/+download/%(file)s", "org": "Launchpad", "org_url": "https://launchpad.net", "country": "us"} -{"protocol": "http", "domain": "a.mirror.geti2p.net", "path": "/releases/%(version)s/%(file)s", "org": "welterde", "country": "de"} {"protocol": "http", "domain": "download.i2p2.no", "path": "/releases/%(version)s/%(file)s", "org": "meeh", "country": "no"} -{"protocol": "https", "domain": "googledrive.com", "path": "/host/0B4jHEq5G7_EPWV9UeERwdGplZXc/%(version)s/%(file)s", "org": "Google Drive", "country": "us"} diff --git a/i2p2www/static/news/news.xml b/i2p2www/static/news/news.xml index 744a8ae2..d27bdc4b 100644 --- a/i2p2www/static/news/news.xml +++ b/i2p2www/static/news/news.xml @@ -1,19 +1,19 @@

-

2013-12-07: 0.9.9 Released

-

0.9.9 fixes a number of bugs in the netdb, streaming, and i2ptunnel, -and starts work on a year-long plan to increase the strength -of the cryptographic signing algorithms used in the router, and support multiple algorithms -and key lengths simultaneously. Automatic update files will now be signed with 4096-bit keys. -We now support SSL between your router and your servers for security. -See http://zzz.i2p/topics/1495 for more information.

+

2014-01-22: 0.9.10 Released

-Several of us will be at 30C3 this year. -Look for us under the I2P banner or at the -YBTI Assembly. -Come say hi and ask for stickers! +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. +

+We recently attended 30C3 +and Real World Crypto, +making several new connections and fornmulating big plans for 2014. +Thanks to those who supported our attendance with their donations!