From 2abb1ea7a350b578140a1b441ff5268d35ea0887 Mon Sep 17 00:00:00 2001 From: Andrea Suisani Date: Tue, 18 Jul 2017 12:08:34 +0200 Subject: [PATCH 1/5] BU 1.0.3.0 release --- src/locales/en.json | 5 +- .../download/install-instructions.jsx | 4 +- .../components/download/official-release.jsx | 4 +- .../components/download/releaseNotes.jsx | 5 +- .../download/signatures_1-0-3-0.jsx | 63 +++++++++++++++++++ 5 files changed, 74 insertions(+), 7 deletions(-) create mode 100644 src/public/views/components/download/signatures_1-0-3-0.jsx diff --git a/src/locales/en.json b/src/locales/en.json index 512930bc..7482592f 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -526,8 +526,8 @@ "latest": { "title": "Latest Release", "download": "Download the latest release of Bitcoin Unlimited", - "version": "v1.0.2.0", - "date": "May 11, 2017", + "version": "v1.0.3.0", + "date": "July 18, 2017", }, "windows": "Windows", "linux": "Linux", @@ -544,6 +544,7 @@ "source": "source code", "notes": { "title": "Release Notes", + "releasenotes_1_0_3_0": "1.0.3.0: Release notes are ", "releasenotes_1_0_2_0": "1.0.2.0: Release notes are ", "releasenotes_1_0_1_4": "1.0.1.4: Release notes are ", "releasenotes_1_0_1_3": "1.0.1.3: Release notes: this release addresses minor and cosmetic issues reported when the 1.0.1.2 release patch came under full review. Upgrading from 1.0.1.2 is optional, upgrading from 1.0.1.1 or earlier is essential.", diff --git a/src/public/views/components/download/install-instructions.jsx b/src/public/views/components/download/install-instructions.jsx index 52e815c1..eac43a9a 100644 --- a/src/public/views/components/download/install-instructions.jsx +++ b/src/public/views/components/download/install-instructions.jsx @@ -1,7 +1,7 @@ 'use strict'; -const BASH0 = `tar xvf bitcoinUnlimited-1.0.2.0-linux64.tar.gz -cd bitcoinUnlimited-1.0.2/bin/ +const BASH0 = `tar xvf bitcoinUnlimited-1.0.3.0-linux64.tar.gz +cd bitcoinUnlimited-1.0.3/bin/ nohup ./bitcoin-qt & `; diff --git a/src/public/views/components/download/official-release.jsx b/src/public/views/components/download/official-release.jsx index 4135c9a8..c08ba3c5 100644 --- a/src/public/views/components/download/official-release.jsx +++ b/src/public/views/components/download/official-release.jsx @@ -4,11 +4,11 @@ import React from 'react'; import { strings } from '../../../lib/i18n'; import Release from './release.jsx' -import SignaturesLatest from './signatures_1-0-2-0.jsx' +import SignaturesLatest from './signatures_1-0-3-0.jsx' class OfficialRelease extends React.Component { render() { - var latestVersion = "1.0.2.0"; + var latestVersion = "1.0.3.0"; return (

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

diff --git a/src/public/views/components/download/releaseNotes.jsx b/src/public/views/components/download/releaseNotes.jsx index 100c53d7..06940b39 100644 --- a/src/public/views/components/download/releaseNotes.jsx +++ b/src/public/views/components/download/releaseNotes.jsx @@ -7,9 +7,12 @@ class ReleaseNotes extends React.Component { render() { return (