0.9.10
This commit is contained in:
@ -21,7 +21,7 @@ except ImportError:
|
||||
###########
|
||||
# Constants
|
||||
|
||||
CURRENT_I2P_VERSION = '0.9.9'
|
||||
CURRENT_I2P_VERSION = '0.9.10'
|
||||
|
||||
CANONICAL_DOMAIN = 'geti2p.net'
|
||||
|
||||
|
@ -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',
|
||||
}
|
||||
|
||||
|
||||
|
@ -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 %}
|
||||
<h3>{{ _('Dependency') }}</h3>
|
||||
<p>{% trans java='http://java.com/download/',
|
||||
|
@ -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"}
|
||||
|
@ -1,19 +1,19 @@
|
||||
<!--
|
||||
<i2p.news date="$Date: 2013-12-07 00:00:00 $">
|
||||
<i2p.release version="0.9.9" date="2013/12/07" minVersion="0.6.1.10" minJavaVersion="1.5" su2Torrent="magnet:?xt=urn:btih:1b7c65123b9edb8fce7fda3fd90aa87bf77805ca&dn=i2pupdate-0.9.9.su2&tr=http://tracker2.postman.i2p/announce.php" su3Torrent="magnet:?xt=urn:btih:8dd078d9cc284e899943e9bfaffb046cdbe24a05&dn=i2pupdate-0.9.9.su3&tr=http://tracker2.postman.i2p/announce.php" />
|
||||
<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" />
|
||||
-->
|
||||
<div lang="en">
|
||||
<h3>2013-12-07: <b>0.9.9 <a href="http://www.i2p2.i2p/release-0.9.9.html">Released</a></b></h3>
|
||||
<p>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 <a href="http://zzz.i2p/topics/1495">http://zzz.i2p/topics/1495</a> for more information.</p>
|
||||
<h3>2014-01-22: <b>0.9.10 <a href="http://i2p-projekt.i2p/release-0.9.10.html">Released</a></b></h3>
|
||||
<p>
|
||||
Several of us will be at <a href="https://events.ccc.de/congress/2013/wiki/Main_Page">30C3</a> this year.
|
||||
Look for us under the I2P banner or at the
|
||||
<a href="https://events.ccc.de/congress/2013/wiki/Assembly:Youbroketheinternet">YBTI Assembly</a>.
|
||||
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.
|
||||
</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>!
|
||||
</p>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user