forked from I2P_Developers/i2p.www
0.9.14.1
This commit is contained in:
@@ -21,7 +21,7 @@ except ImportError:
|
|||||||
###########
|
###########
|
||||||
# Constants
|
# Constants
|
||||||
|
|
||||||
CURRENT_I2P_VERSION = '0.9.14'
|
CURRENT_I2P_VERSION = '0.9.14.1'
|
||||||
|
|
||||||
CANONICAL_DOMAIN = 'geti2p.net'
|
CANONICAL_DOMAIN = 'geti2p.net'
|
||||||
|
|
||||||
|
@@ -19,7 +19,7 @@ Other rarely-used advanced features that were removed in 0.9.14 may be restored
|
|||||||
{% trans -%}
|
{% trans -%}
|
||||||
As usual, if configured with the default "Download and Verify", the router will automatically download the update and display a button to restart.
|
As usual, if configured with the default "Download and Verify", the router will automatically download the update and display a button to restart.
|
||||||
However, due to a bug in 0.9.14, if your update is configured for "Notify only", the download button will not be displayed.
|
However, due to a bug in 0.9.14, if your update is configured for "Notify only", the download button will not be displayed.
|
||||||
You must change your configuration to "Download and Verify" or Download, Verify, and Restart" to update.
|
You must change your configuration to "Download and Verify" or "Download, Verify, and Restart" to update.
|
||||||
{%- endtrans %}
|
{%- endtrans %}
|
||||||
|
|
||||||
{% trans -%}
|
{% trans -%}
|
@@ -1,9 +1,9 @@
|
|||||||
{% extends "global/layout.html" %}
|
{% extends "global/layout.html" %}
|
||||||
{% block title %}{{ _('Download') }}{% endblock %}
|
{% block title %}{{ _('Download') }}{% endblock %}
|
||||||
{% set i2pinstall_windows_hash = '8e400551866c790e72d14d6f340653cb6e8c4c323cc8124f65200ec38a78aa75' %}
|
{% set i2pinstall_windows_hash = '4acb875cd956aa16f3cba373159005bcea88a337976773cd684d64f211d4dca6' %}
|
||||||
{% set i2pinstall_jar_hash = 'a3731f5ac0ca1fab4777ec9894e5064a576e9805785027a49850b9857898ef0a' %}
|
{% set i2pinstall_jar_hash = '3e115ceed06f11e2fe78575634ca4b8a96b397ab6b83ddf37daba5dfc56deb11' %}
|
||||||
{% set i2psource_hash = '30bb7bbfd1ff829dab048bbb6264d6cf20b2a01511e7cddd4fc13771feb6a780' %}
|
{% set i2psource_hash = '2216969ee7cb611f7fef701d5db08f6f40e9825e09684ad1a94dd08b031b6d5a' %}
|
||||||
{% set i2pupdate_hash = '404b0e6997474097cf7bd7ca006e59442d502b178dd3dd5de16e26d99a152ceb' %}
|
{% set i2pupdate_hash = '05e5c7fa560f8c313da83015f2953e741024d653c9eae6eb275fab9b91d835f6' %}
|
||||||
{% set i2p_android_hash = '00965156daa52f4879114ca69032849983b0ad45044f52018542a907151a077e' %}
|
{% set i2p_android_hash = '00965156daa52f4879114ca69032849983b0ad45044f52018542a907151a077e' %}
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<h3>{{ _('Dependency') }}</h3>
|
<h3>{{ _('Dependency') }}</h3>
|
||||||
|
Reference in New Issue
Block a user