downloads: add known issue about CLI 0.15.0.5 on ubuntu 16.04

Plus add comments with instructions to update the 'known issues' section
This commit is contained in:
erciccione 2020-03-20 19:27:36 +01:00
parent 25cc8dbf51
commit d55551d1c0
No known key found for this signature in database
GPG key ID: 762AF8C608E56CDF
2 changed files with 3 additions and 4 deletions

View file

@ -177,8 +177,7 @@ downloads:
yesissuesgui: > yesissuesgui: >
Release 0.15.04 was accidentally compiled without Trezor support. Thus, Trezor Monero users on Linux are recommend to wait until next release (0.15.0.5) or compile the GUI by themselves. Release 0.15.04 was accidentally compiled without Trezor support. Thus, Trezor Monero users on Linux are recommend to wait until next release (0.15.0.5) or compile the GUI by themselves.
yesissuescli: > yesissuescli: >
This release has the following known issues:<br> Because of glibc compatibility problems, this version won't run on Ubuntu 16.04 (glibc < 2.25)
- placeholder
helpsupport: Help and Support helpsupport: Help and Support
helpsupport1: "A guide with an explanation of every section of the wallet is available:" helpsupport1: "A guide with an explanation of every section of the wallet is available:"
helpsupport2: "See latest release" helpsupport2: "See latest release"

View file

@ -94,7 +94,7 @@ permalink: /downloads/index.html
<div class="col-md-12 col-sm-12 col-xs-12"> <div class="col-md-12 col-sm-12 col-xs-12">
<p><details> <p><details>
<summary>{% t downloads.showissues %}</summary> <summary>{% t downloads.showissues %}</summary>
<p><i>{% t downloads.yesissuesgui %}.</i></p> <p><i>{% t downloads.yesissuesgui %}.</i></p><!-- Change here if there are known GUI issues (`downloads.yesissuesgui` if issues, `downloads.noissues` if no issues) -->
</details></p> </details></p>
{% for entry in item.downloads %} {% for entry in item.downloads %}
{% if entry.vers != nil %} {% if entry.vers != nil %}
@ -187,7 +187,7 @@ permalink: /downloads/index.html
<div class="col-md-12 col-sm-12 col-xs-12"> <div class="col-md-12 col-sm-12 col-xs-12">
<p><details> <p><details>
<summary>{% t downloads.showissues %}</summary> <summary>{% t downloads.showissues %}</summary>
<p><i>{% t downloads.noissues %}.</i></p> <p><i>{% t downloads.yesissuescli %}.</i></p><!-- Change here if there are known CLI issues (`downloads.yesissuescli` if issues, `downloads.noissues` if no issues) -->
</details></p> </details></p>
</div> </div>
</div> </div>