This commit is contained in:
zzz
2019-01-22 20:48:37 +00:00
parent 7a883e0388
commit a81dffc210
3 changed files with 12 additions and 6 deletions

View File

@@ -22,7 +22,7 @@ except ImportError:
########### ###########
# Constants # Constants
CURRENT_I2P_VERSION = '0.9.37' CURRENT_I2P_VERSION = '0.9.38'
CURRENT_I2P_FIREFOX_PROFILE_VERSION = '0.01a' CURRENT_I2P_FIREFOX_PROFILE_VERSION = '0.01a'
CANONICAL_DOMAIN = 'geti2p.net' CANONICAL_DOMAIN = 'geti2p.net'

View File

@@ -36,7 +36,7 @@ maintain security and help the network is to run the latest release.
**{% trans %}Changes{% endtrans %}** **{% trans %}Changes{% endtrans %}**
- {% trans %}New setup wizard with bandwidth testing{% endtrans %} - {% trans %}New setup wizard with bandwidth testing{% endtrans %}
- {% trans %}New beta OSX installerr{% endtrans %} - {% trans %}New beta OSX installer{% endtrans %}
- {% trans %}New Firefox profile installer{% endtrans %} - {% trans %}New Firefox profile installer{% endtrans %}
- {% trans %}Preliminary floodfill support for LS2{% endtrans %} - {% trans %}Preliminary floodfill support for LS2{% endtrans %}
- {% trans %}Sybil tool background analysis{% endtrans %} - {% trans %}Sybil tool background analysis{% endtrans %}
@@ -74,3 +74,9 @@ maintain security and help the network is to run the latest release.
:: ::
65b70d8b76847a721a25634806e3db4cdf000f43706f2f34c2322c5155c3c7b1 i2pinstall_0.9.38_windows.exe
9e73dbdfb8cefce7dbe876842144b49b39f555590cdd2955e772298294d33b37 i2pinstall_0.9.38.jar
65fe327fdd11272a764c9e1c6ae1f38b151cea9003216b861c7ff2b281ca2970 i2psource_0.9.38.tar.bz2
665713d9ff909c230bee4c6f0e7be34b838509c4dabdc962951f68a80c2253a0 i2pupdate_0.9.38.zip
fa745e49f4bccd90e366d81e5f4672ea753b02e09f92d2cdd0f92cda403182f2 i2pupdate.su3

View File

@@ -1,7 +1,7 @@
{% set i2pinstall_windows_hash = '17bfba2719d64fe04e971842236714b81997fcfea2d147faddf7df0354ea1b49' %} {% set i2pinstall_windows_hash = '65b70d8b76847a721a25634806e3db4cdf000f43706f2f34c2322c5155c3c7b1' %}
{% set i2pinstall_jar_hash = '4199321ce2700bf34bdd9b17f55a0aed74825e18d42e8d439082f387461b727e' %} {% set i2pinstall_jar_hash = '9e73dbdfb8cefce7dbe876842144b49b39f555590cdd2955e772298294d33b37' %}
{% set i2psource_hash = '0c3736572182519f4831201c72609f069229a2cc73d29ca135417c143061a18d' %} {% set i2psource_hash = '65fe327fdd11272a764c9e1c6ae1f38b151cea9003216b861c7ff2b281ca2970' %}
{% set i2pupdate_hash = '26153097c0d946c6166af61045e6effca391b86cc7a226a1efa93f7b3db7358b' %} {% set i2pupdate_hash = '665713d9ff909c230bee4c6f0e7be34b838509c4dabdc962951f68a80c2253a0' %}
{% set i2p_android_hash = '8b853b0db616c6c4700c84222a14bb227208851128e487251923d1a3c5de8ccc' %} {% set i2p_android_hash = '8b853b0db616c6c4700c84222a14bb227208851128e487251923d1a3c5de8ccc' %}
{% set i2p_windows_subver = '' %} {% set i2p_windows_subver = '' %}