diff --git a/i2p2www/__init__.py b/i2p2www/__init__.py index 612b9b92aa118738ce61f3f1f890c5045294f873..856275ef9a250abdc0d65d321ba06daea515e9d6 100644 --- a/i2p2www/__init__.py +++ b/i2p2www/__init__.py @@ -23,7 +23,7 @@ except ImportError: # Constants CURRENT_I2P_VERSION = '2.0.0' -CURRENT_I2P_FIREFOX_PROFILE_VERSION = '1.9.5' +CURRENT_I2P_FIREFOX_PROFILE_VERSION = '2.0.0' CURRENT_I2P_OSX_VERSION = '1.9.0' CANONICAL_DOMAIN = 'geti2p.net' diff --git a/i2p2www/pages/downloads/easyinstall.html b/i2p2www/pages/downloads/easyinstall.html index 4f952dec28903faa0e26c0548c82ca8fb83402d2..974ec3b370eb193451ea8e6c6dd50781e08906df 100644 --- a/i2p2www/pages/downloads/easyinstall.html +++ b/i2p2www/pages/downloads/easyinstall.html @@ -13,6 +13,10 @@ elaborate install process. To learn more about the Firefox profile that comes bundled with this installer, visit <a href="{{ firefox }}">The Firefox Profile Page</a>. {%- endtrans %}</p> +<p>{% trans -%} +The latest I2P Easy-Install bundle for Windows has been released unsigned. +Please verify that the hashes match the downloads when installing the bundle. +{%- endtrans %}</p> <h2>{{ _('What do I need to use it?') }}</h2> <p><strong>{% trans -%} Just Firefox (Or Tor Browser).{%- endtrans %}</strong> @@ -56,7 +60,7 @@ special configuration. You don't even need to close existing Firefox windows. {%- set name = 'Windows' -%} {%- set icon = 'images/download/windows.png' -%} {%- set filename = 'I2P-Profile-Installer-%s-signed.exe' -%} -{%- set hash = 'ee66e9cfeb393d737e79f6960fe26ba28d51e845a0148ef2544802366e8840c6' -%} +{%- set hash = '862de2f2e05cfc46c2f612656b93dd9c94b6bc7a034912d732dd0ade2ad477f6' -%} {% call package_outer('windows', name, icon) %} <div class = "file"> diff --git a/i2p2www/pages/downloads/firefox.html b/i2p2www/pages/downloads/firefox.html index f9949f28b9ffefa7b2073e3e0494941688886e2b..424e58c16fb0a066bb9971939a080fd47c348674 100644 --- a/i2p2www/pages/downloads/firefox.html +++ b/i2p2www/pages/downloads/firefox.html @@ -14,6 +14,10 @@ time it installs the browser profile. This page has been kept to document the motivations and design of the included Firefox profile. To learn more about the new bundle, visit <a href="{{ nsis }}">The Easy Install Bundle Page</a>. {%- endtrans %}</p> +<p>{% trans -%} +The latest I2P Easy-Install bundle for Windows has been released unsigned. +Please verify that the hashes match the downloads when installing the bundle. +{%- endtrans %}</p> <h2>{{ _('I2P Firefox Browser Profile') }}</h2> <p>{% trans -%} Now that you have joined the I2P network, you will want to see I2P Sites and and @@ -41,7 +45,7 @@ start an installer, "double-click" the downloaded .exe file. {%- set name = 'Windows' -%} {%- set icon = 'images/download/windows.png' -%} {%- set filename = 'I2P-Profile-Installer-%s-signed.exe' -%} -{%- set hash = 'eadb338a5895f73e6ed4985a9f7dfdac722f74c9bcdd0bd35957e7dcd5759a3a' -%} +{%- set hash = '862de2f2e05cfc46c2f612656b93dd9c94b6bc7a034912d732dd0ade2ad477f6' -%} {% call package_outer('windows', name, icon) %} <div class = "file"> diff --git a/i2p2www/pages/downloads/macros b/i2p2www/pages/downloads/macros index 79fb36b3e4fcaebda28a2b0a7e9a40be313673ea..fca6d3f1aeb3538429e3fa5b4a74cf1ea21cda9a 100644 --- a/i2p2www/pages/downloads/macros +++ b/i2p2www/pages/downloads/macros @@ -8,7 +8,7 @@ {% set i2p_windows_subver = '' %} {% set i2p_macosx_launcher_version = '1.9.0' %} -{% set i2p_android_version = '1.9.0' %} +{% set i2p_android_version = '2.0.0' %} {% set i2p_android_version_kytv = '0.9.22' %} {% set i2p_android_version_fdroid = '0.9.50' %}