From d7c7e920625f77ce5d035f85887072d678f4099c Mon Sep 17 00:00:00 2001 From: zzz <zzz@mail.i2p> Date: Sun, 10 Aug 2014 01:06:24 +0000 Subject: [PATCH] 0.9.14.1 --- i2p2www/__init__.py | 2 +- .../{0.9.14.1-Release.rst.draft => 0.9.14.1-Release.rst} | 2 +- i2p2www/pages/downloads/list.html | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) rename i2p2www/blog/2014/08/09/{0.9.14.1-Release.rst.draft => 0.9.14.1-Release.rst} (96%) diff --git a/i2p2www/__init__.py b/i2p2www/__init__.py index 0dcc95787..5da39bb50 100644 --- a/i2p2www/__init__.py +++ b/i2p2www/__init__.py @@ -21,7 +21,7 @@ except ImportError: ########### # Constants -CURRENT_I2P_VERSION = '0.9.14' +CURRENT_I2P_VERSION = '0.9.14.1' CANONICAL_DOMAIN = 'geti2p.net' diff --git a/i2p2www/blog/2014/08/09/0.9.14.1-Release.rst.draft b/i2p2www/blog/2014/08/09/0.9.14.1-Release.rst similarity index 96% rename from i2p2www/blog/2014/08/09/0.9.14.1-Release.rst.draft rename to i2p2www/blog/2014/08/09/0.9.14.1-Release.rst index 5b2cfaf17..5d65378e8 100644 --- a/i2p2www/blog/2014/08/09/0.9.14.1-Release.rst.draft +++ b/i2p2www/blog/2014/08/09/0.9.14.1-Release.rst @@ -19,7 +19,7 @@ Other rarely-used advanced features that were removed in 0.9.14 may be restored {% trans -%} 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. -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 %} {% trans -%} diff --git a/i2p2www/pages/downloads/list.html b/i2p2www/pages/downloads/list.html index 7b6082ef8..39159f541 100644 --- a/i2p2www/pages/downloads/list.html +++ b/i2p2www/pages/downloads/list.html @@ -1,9 +1,9 @@ {% extends "global/layout.html" %} {% block title %}{{ _('Download') }}{% endblock %} -{% set i2pinstall_windows_hash = '8e400551866c790e72d14d6f340653cb6e8c4c323cc8124f65200ec38a78aa75' %} -{% set i2pinstall_jar_hash = 'a3731f5ac0ca1fab4777ec9894e5064a576e9805785027a49850b9857898ef0a' %} -{% set i2psource_hash = '30bb7bbfd1ff829dab048bbb6264d6cf20b2a01511e7cddd4fc13771feb6a780' %} -{% set i2pupdate_hash = '404b0e6997474097cf7bd7ca006e59442d502b178dd3dd5de16e26d99a152ceb' %} +{% set i2pinstall_windows_hash = '4acb875cd956aa16f3cba373159005bcea88a337976773cd684d64f211d4dca6' %} +{% set i2pinstall_jar_hash = '3e115ceed06f11e2fe78575634ca4b8a96b397ab6b83ddf37daba5dfc56deb11' %} +{% set i2psource_hash = '2216969ee7cb611f7fef701d5db08f6f40e9825e09684ad1a94dd08b031b6d5a' %} +{% set i2pupdate_hash = '05e5c7fa560f8c313da83015f2953e741024d653c9eae6eb275fab9b91d835f6' %} {% set i2p_android_hash = '00965156daa52f4879114ca69032849983b0ad45044f52018542a907151a077e' %} {% block content %} <h3>{{ _('Dependency') }}</h3> -- GitLab