From 4b37f98768517ba76b6920a8082962924b11c4cc Mon Sep 17 00:00:00 2001 From: Andrea Suisani Date: Tue, 18 Jul 2017 14:24:17 +0200 Subject: [PATCH] Stress that 1.0.3 is a standard release 10.0.3 is a standard release based on the `release` stable branch. A new release which contains the implement UAHF/BUIP055 specification will be provided in the next few days. --- src/locales/en.json | 3 ++- src/public/views/components/download/official-release.jsx | 2 +- src/public/views/header.jsx | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index 7482592f..6eac320c 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -525,9 +525,10 @@ "subtitle": "The Bitcoin Unlimited project maintains an enhanced version of the Bitcoin Core \"Satoshi\" client.", "latest": { "title": "Latest Release", - "download": "Download the latest release of Bitcoin Unlimited", + "download": "Download the latest standard release of Bitcoin Unlimited", "version": "v1.0.3.0", "date": "July 18, 2017", + "notes": "this is a standard release, a new one that will implement UAHF/BUIP055 specification will be provided in the next few days", }, "windows": "Windows", "linux": "Linux", diff --git a/src/public/views/components/download/official-release.jsx b/src/public/views/components/download/official-release.jsx index c08ba3c5..defffd7f 100644 --- a/src/public/views/components/download/official-release.jsx +++ b/src/public/views/components/download/official-release.jsx @@ -11,7 +11,7 @@ class OfficialRelease extends React.Component { var latestVersion = "1.0.3.0"; return (
-

{ strings().download.latest.download } ({latestVersion}, {strings().download.latest.date}):

+

{ strings().download.latest.download } ({latestVersion}, {strings().download.latest.date})
({ strings().download.latest.notes }):

-

BU 1.0.3 has been just released, plese fetch it from the download section

+

BU standard version 1.0.3 has just been released, please fetch it from the download section

) }