add checksums to release notes
comment out signer info add note about OSX bundle delayed
This commit is contained in:
@ -79,4 +79,9 @@ __ http://{{ i2pconv('git.idk.i2p') }}/i2p-hackers/i2p.i2p/-/issues?scope=all&st
|
||||
|
||||
::
|
||||
|
||||
TBD
|
||||
df3cf4d7fc6c3ed06c7b9de5c8c7b9c692295ecddb0d780e31fc23107e045e5e i2pinstall_2.0.0_windows.exe
|
||||
b9fe281f28971de674f35cba8c483037bf8ac2d96578cb34f5ee627239d03890 i2pinstall_2.0.0.jar
|
||||
1d50831e72a8f139cc43d5584c19ca48580d72f1894837689bf644c299df9099 i2psource_2.0.0.tar.bz2
|
||||
053864a774470df66517826e10026787dc7a90ba871e6aded018d962ca3c068a i2pupdate_2.0.0.zip
|
||||
c221a9aadac400697cc79a2202130d766359518aab565ad6e99d64f29b92ff83 i2pupdate.su3
|
||||
|
||||
|
@ -76,11 +76,13 @@ special configuration. You don't even need to close existing Firefox windows.
|
||||
{%- endtrans %}</p>
|
||||
{% endcall %}
|
||||
|
||||
<!--
|
||||
{% trans signer='zlatinb',
|
||||
signingkey=url_for('static', filename='zlatinb.key.crt') -%}
|
||||
The files are signed by {{ signer }},
|
||||
<a href="{{ signingkey }}">whose key is here</a>.
|
||||
{%- endtrans %}
|
||||
-->
|
||||
|
||||
<h2>{{ _('What is in it?') }}</h2>
|
||||
<p><strong>{% trans -%}
|
||||
|
@ -119,10 +119,14 @@ If you would like to try the latest experimental I2P projects, visit the <a href
|
||||
|
||||
</div>
|
||||
|
||||
{% trans signer=release_signer, signingkey=site_url('get-involved/develop/release-signing-key') -%} The files are signed by {{ signer }},
|
||||
<a href="{{ signingkey }}">whose key is here</a>. {%- endtrans %} {% trans signer='zlatinb', signingkey=url_for('static', filename='zlatinb.key.crt') -%} The Windows installer is signed by {{ signer }},
|
||||
<a href="{{ signingkey }}">whose key is here</a>. {%- endtrans %} {% trans signer='mikalv (meeh)', signingkey=url_for('static', filename='mikalv.key.crt') -%} The Mac OS X native installer is signed by {{ signer }} with his Apple Developer ID certificate,
|
||||
<a href="{{ signingkey }}">whose key is here</a>. {%- endtrans %}
|
||||
{% trans signer=release_signer, signingkey=site_url('get-involved/develop/release-signing-key') -%}The files are signed by {{ signer }},
|
||||
<a href="{{ signingkey }}">whose key is here</a>.{%- endtrans %}
|
||||
<!--
|
||||
{% trans signer='zlatinb', signingkey=url_for('static', filename='zlatinb.key.crt') -%}The Windows installer is signed by {{ signer }},
|
||||
<a href="{{ signingkey }}">whose key is here</a>.{%- endtrans %}
|
||||
{% trans signer='mikalv (meeh)', signingkey=url_for('static', filename='mikalv.key.crt') -%}The Mac OS X native installer is signed by {{ signer }} with his Apple Developer ID certificate,
|
||||
<a href="{{ signingkey }}">whose key is here</a>.{%- endtrans %}
|
||||
-->
|
||||
|
||||
<h3 id="update">{{ _('Updates from earlier releases:') }}</h3>
|
||||
|
||||
|
@ -42,6 +42,13 @@ that are familiar and built-into the operating system.
|
||||
{%- set hash = '4bd75d633d497cc25cd256ec7cfcddec2a25d87ad118d0c125c788623d23a98e' -%}
|
||||
{%- set hash_arm64 = '773bcf127a2e1c0eafee944753a772426c1f7b5c6a8fb3f4d0b7e87bdcfc840b' -%}
|
||||
|
||||
<p><b>Important Note:</b>
|
||||
The 2.0.0 Mac OSX Easy Install Bundle release is delayed.
|
||||
Please install the 1.9.0 release below.
|
||||
You will be notified in the router console when the 2.0.0 update is available.
|
||||
Estimated availability is late December 2022.
|
||||
Thank you for your patience.
|
||||
</p>
|
||||
|
||||
{% call package_outer('osx', name, icon) %}
|
||||
<div class = "file">
|
||||
|
Reference in New Issue
Block a user