Skip to content
This repository has been archived by the owner on Aug 18, 2020. It is now read-only.

Commit

Permalink
Release 1.1.1 (#2731)
Browse files Browse the repository at this point in the history
* [DEVOPS-758] Bump version to 1.1.1

* [DEVOPS-758] Regenerate pkgs/default.nix for 1.1.1

* [DEVOPS-757] update openssl version on appveyor

* [DEVOPS-758] mainnet wallet: bump applicationVersion to 5

* [DEVOPS-758] staging wallet: bump applicationVersion to 8

* [DEVOPS-739-743-736] Bump report-server (#2711)

* [DEVOPS-758] ChangeLog for 1.1.1 (#2761)
  • Loading branch information
rvl authored and jmitchell committed Apr 7, 2018
1 parent b632695 commit aed0d92
Show file tree
Hide file tree
Showing 25 changed files with 58 additions and 47 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# CHANGELOG

## Cardano SL 1.1.1 (Mainnet)

Bug fix release.

- When making a bug report in the wallet, ensure that usable log
files exist before packing them into an archive.

- Update the report-server version used in the Cardano network
infrastructure, which fixes some issues in receiving bug reports.


## Cardano SL 1.1.0 (Mainnet)

Most important code changes which made to release 1.1.0.
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ before_test:
}
# Install OpenSSL 1.0.2 (see https://github.com/appveyor/ci/issues/1665)
- ps: (New-Object Net.WebClient).DownloadFile('https://slproweb.com/download/Win64OpenSSL-1_0_2n.exe', "$($env:USERPROFILE)\Win64OpenSSL.exe")
- ps: (New-Object Net.WebClient).DownloadFile('https://slproweb.com/download/Win64OpenSSL-1_0_2o.exe', "$($env:USERPROFILE)\Win64OpenSSL.exe")
- ps: cmd /c start /wait "$($env:USERPROFILE)\Win64OpenSSL.exe" /silent /verysilent /sp- /suppressmsgboxes /DIR=C:\OpenSSL-Win64-v102
- ps: Install-Product node 6
# Install stack
Expand Down
2 changes: 1 addition & 1 deletion auxx/cardano-sl-auxx.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: cardano-sl-auxx
version: 1.1.0
version: 1.1.1
synopsis: Cardano SL - Auxx
description: Cardano SL - Auxx
license: MIT
Expand Down
2 changes: 1 addition & 1 deletion binary/cardano-sl-binary.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: cardano-sl-binary
version: 1.1.0
version: 1.1.1
synopsis: Cardano SL - binary serialization
description: This package defines a type class for binary serialization,
helpers and instances.
Expand Down
2 changes: 1 addition & 1 deletion block/cardano-sl-block.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: cardano-sl-block
version: 1.1.0
version: 1.1.1
synopsis: Cardano SL - block processing
description: Cardano SL - block processing
license: MIT
Expand Down
2 changes: 1 addition & 1 deletion client/cardano-sl-client.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: cardano-sl-client
version: 1.1.0
version: 1.1.1
synopsis: Cardano SL client modules
description: Cardano SL client modules
license: MIT
Expand Down
2 changes: 1 addition & 1 deletion core/cardano-sl-core.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: cardano-sl-core
version: 1.1.0
version: 1.1.1
synopsis: Cardano SL - core
description: Cardano SL - core
license: MIT
Expand Down
2 changes: 1 addition & 1 deletion crypto/cardano-sl-crypto.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: cardano-sl-crypto
version: 1.1.0
version: 1.1.1
synopsis: Cardano SL - cryptography primitives
description: This package contains cryptography primities used in Cardano SL.
license: MIT
Expand Down
2 changes: 1 addition & 1 deletion db/cardano-sl-db.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: cardano-sl-db
version: 1.1.0
version: 1.1.1
synopsis: Cardano SL - basic DB interfaces
description: Cardano SL - basic DB interfaces
license: MIT
Expand Down
2 changes: 1 addition & 1 deletion delegation/cardano-sl-delegation.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: cardano-sl-delegation
version: 1.1.0
version: 1.1.1
synopsis: Cardano SL - delegation
description: Cardano SL - delegation
license: MIT
Expand Down
2 changes: 1 addition & 1 deletion explorer/cardano-sl-explorer.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: cardano-sl-explorer
version: 1.1.0
version: 1.1.1
synopsis: Cardano explorer
description: Please see README.md
license: MIT
Expand Down
2 changes: 1 addition & 1 deletion generator/cardano-sl-generator.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: cardano-sl-generator
version: 1.1.0
version: 1.1.1
synopsis: Cardano SL - arbitrary data generation
description: Cardano SL - arbitrary data generation
license: MIT
Expand Down
2 changes: 1 addition & 1 deletion infra/cardano-sl-infra.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: cardano-sl-infra
version: 1.1.0
version: 1.1.1
synopsis: Cardano SL - infrastructural
description: Cardano SL - infrastructural
license: MIT
Expand Down
2 changes: 1 addition & 1 deletion lib/cardano-sl.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: cardano-sl
version: 1.1.0
version: 1.1.1
synopsis: Cardano SL main implementation
description: Please see README.md
license: MIT
Expand Down
8 changes: 4 additions & 4 deletions lib/configuration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14765,7 +14765,7 @@ mainnet_wallet_win64: &mainnet_wallet_win64
<<: *mainnet_full
update:
applicationName: csl-daedalus
applicationVersion: 4
applicationVersion: 5
lastKnownBlockVersion:
bvMajor: 0
bvMinor: 1
Expand All @@ -14775,7 +14775,7 @@ mainnet_wallet_macos64: &mainnet_wallet_macos64
<<: *mainnet_full
update:
applicationName: csl-daedalus
applicationVersion: 4
applicationVersion: 5
lastKnownBlockVersion:
bvMajor: 0
bvMinor: 1
Expand All @@ -14800,7 +14800,7 @@ mainnet_dryrun_wallet_win64: &mainnet_dryrun_wallet_win64
<<: *mainnet_dryrun_full
update:
applicationName: csl-daedalus
applicationVersion: 6
applicationVersion: 8
lastKnownBlockVersion:
bvMajor: 0
bvMinor: 1
Expand All @@ -14810,7 +14810,7 @@ mainnet_dryrun_wallet_macos64: &mainnet_dryrun_wallet_macos64
<<: *mainnet_dryrun_full
update:
applicationName: csl-daedalus
applicationVersion: 6
applicationVersion: 8
lastKnownBlockVersion:
bvMajor: 0
bvMinor: 1
Expand Down
2 changes: 1 addition & 1 deletion lrc/cardano-sl-lrc.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: cardano-sl-lrc
version: 1.1.0
version: 1.1.1
synopsis: Cardano SL - Leaders and Richmen computation
description: Cardano SL - Leaders and Richmen computation
license: MIT
Expand Down
2 changes: 1 addition & 1 deletion networking/cardano-sl-networking.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: cardano-sl-networking
version: 1.1.0
version: 1.1.1
license: MIT
license-file: LICENSE
category: Network
Expand Down
2 changes: 1 addition & 1 deletion node/cardano-sl-node.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: cardano-sl-node
version: 1.1.0
version: 1.1.1
synopsis: Cardano SL simple node executable
description: Please see README.md
license: MIT
Expand Down
42 changes: 21 additions & 21 deletions pkgs/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6925,7 +6925,7 @@ inherit (pkgs) mesa;};
}:
mkDerivation {
pname = "cardano-sl";
version = "1.1.0";
version = "1.1.1";
src = ./../lib;
libraryHaskellDepends = [
aeson ansi-terminal ansi-wl-pprint base binary bytestring
Expand Down Expand Up @@ -6978,7 +6978,7 @@ inherit (pkgs) mesa;};
}:
mkDerivation {
pname = "cardano-sl-auxx";
version = "1.1.0";
version = "1.1.1";
src = ./../auxx;
isLibrary = true;
isExecutable = true;
Expand Down Expand Up @@ -7021,7 +7021,7 @@ inherit (pkgs) mesa;};
}:
mkDerivation {
pname = "cardano-sl-binary";
version = "1.1.0";
version = "1.1.1";
src = ./../binary;
libraryHaskellDepends = [
autoexporter base binary bytestring cborg containers digest
Expand Down Expand Up @@ -7051,7 +7051,7 @@ inherit (pkgs) mesa;};
}:
mkDerivation {
pname = "cardano-sl-block";
version = "1.1.0";
version = "1.1.1";
src = ./../block;
libraryHaskellDepends = [
aeson base bytestring cardano-sl-binary cardano-sl-core
Expand Down Expand Up @@ -7081,7 +7081,7 @@ inherit (pkgs) mesa;};
}:
mkDerivation {
pname = "cardano-sl-client";
version = "1.1.0";
version = "1.1.1";
src = ./../client;
libraryHaskellDepends = [
base cardano-sl cardano-sl-block cardano-sl-core cardano-sl-crypto
Expand Down Expand Up @@ -7119,7 +7119,7 @@ inherit (pkgs) mesa;};
}:
mkDerivation {
pname = "cardano-sl-core";
version = "1.1.0";
version = "1.1.1";
src = ./../core;
libraryHaskellDepends = [
aeson ansi-terminal autoexporter base base58-bytestring binary
Expand Down Expand Up @@ -7149,7 +7149,7 @@ inherit (pkgs) mesa;};
}:
mkDerivation {
pname = "cardano-sl-crypto";
version = "1.1.0";
version = "1.1.1";
src = ./../crypto;
libraryHaskellDepends = [
aeson autoexporter base binary bytestring cardano-crypto
Expand All @@ -7175,7 +7175,7 @@ inherit (pkgs) mesa;};
}:
mkDerivation {
pname = "cardano-sl-db";
version = "1.1.0";
version = "1.1.1";
src = ./../db;
libraryHaskellDepends = [
base bytestring cardano-sl-binary cardano-sl-core cardano-sl-crypto
Expand All @@ -7200,7 +7200,7 @@ inherit (pkgs) mesa;};
}:
mkDerivation {
pname = "cardano-sl-delegation";
version = "1.1.0";
version = "1.1.1";
src = ./../delegation;
libraryHaskellDepends = [
aeson base cardano-sl-binary cardano-sl-core cardano-sl-crypto
Expand Down Expand Up @@ -7234,7 +7234,7 @@ inherit (pkgs) mesa;};
}:
mkDerivation {
pname = "cardano-sl-explorer";
version = "1.1.0";
version = "1.1.1";
src = ./../explorer;
isLibrary = true;
isExecutable = true;
Expand Down Expand Up @@ -7286,7 +7286,7 @@ inherit (pkgs) mesa;};
}:
mkDerivation {
pname = "cardano-sl-generator";
version = "1.1.0";
version = "1.1.1";
src = ./../generator;
libraryHaskellDepends = [
base bytestring cardano-sl cardano-sl-block cardano-sl-client
Expand Down Expand Up @@ -7328,7 +7328,7 @@ inherit (pkgs) mesa;};
}:
mkDerivation {
pname = "cardano-sl-infra";
version = "1.1.0";
version = "1.1.1";
src = ./../infra;
libraryHaskellDepends = [
aeson base base64-bytestring bytestring cardano-report-server
Expand Down Expand Up @@ -7357,7 +7357,7 @@ inherit (pkgs) mesa;};
}:
mkDerivation {
pname = "cardano-sl-lrc";
version = "1.1.0";
version = "1.1.1";
src = ./../lrc;
libraryHaskellDepends = [
base bytestring cardano-sl-binary cardano-sl-core cardano-sl-crypto
Expand All @@ -7383,7 +7383,7 @@ inherit (pkgs) mesa;};
}:
mkDerivation {
pname = "cardano-sl-networking";
version = "1.1.0";
version = "1.1.1";
src = ./../networking;
isLibrary = true;
isExecutable = true;
Expand Down Expand Up @@ -7417,7 +7417,7 @@ inherit (pkgs) mesa;};
}:
mkDerivation {
pname = "cardano-sl-node";
version = "1.1.0";
version = "1.1.1";
src = ./../node;
isLibrary = false;
isExecutable = true;
Expand All @@ -7444,7 +7444,7 @@ inherit (pkgs) mesa;};
}:
mkDerivation {
pname = "cardano-sl-ssc";
version = "1.1.0";
version = "1.1.1";
src = ./../ssc;
libraryHaskellDepends = [
aeson array base bytestring cardano-sl-binary cardano-sl-core
Expand Down Expand Up @@ -7480,7 +7480,7 @@ inherit (pkgs) mesa;};
}:
mkDerivation {
pname = "cardano-sl-tools";
version = "1.1.0";
version = "1.1.1";
src = ./../tools;
isLibrary = false;
isExecutable = true;
Expand Down Expand Up @@ -7517,7 +7517,7 @@ inherit (pkgs) mesa;};
}:
mkDerivation {
pname = "cardano-sl-txp";
version = "1.1.0";
version = "1.1.1";
src = ./../txp;
libraryHaskellDepends = [
aeson base bytestring cardano-sl-binary cardano-sl-core
Expand Down Expand Up @@ -7549,7 +7549,7 @@ inherit (pkgs) mesa;};
}:
mkDerivation {
pname = "cardano-sl-update";
version = "1.1.0";
version = "1.1.1";
src = ./../update;
libraryHaskellDepends = [
aeson base bytestring Cabal cardano-sl-binary cardano-sl-core
Expand Down Expand Up @@ -7581,7 +7581,7 @@ inherit (pkgs) mesa;};
}:
mkDerivation {
pname = "cardano-sl-util";
version = "1.1.0";
version = "1.1.1";
src = ./../util;
libraryHaskellDepends = [
aeson autoexporter base bytestring cardano-sl-networking cborg
Expand Down Expand Up @@ -7618,7 +7618,7 @@ inherit (pkgs) mesa;};
}:
mkDerivation {
pname = "cardano-sl-wallet";
version = "1.1.0";
version = "1.1.1";
src = ./../wallet;
isLibrary = true;
isExecutable = true;
Expand Down
2 changes: 1 addition & 1 deletion ssc/cardano-sl-ssc.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: cardano-sl-ssc
version: 1.1.0
version: 1.1.1
synopsis: Cardano SL - shared seed computation
description: Cardano SL - shared seed computation
license: MIT
Expand Down
2 changes: 1 addition & 1 deletion tools/cardano-sl-tools.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: cardano-sl-tools
version: 1.1.0
version: 1.1.1
synopsis: Cardano SL - Tools
description: Cardano SL - Tools
license: MIT
Expand Down
2 changes: 1 addition & 1 deletion txp/cardano-sl-txp.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: cardano-sl-txp
version: 1.1.0
version: 1.1.1
synopsis: Cardano SL - transaction processing
description: Cardano SL - transaction processing
license: MIT
Expand Down
2 changes: 1 addition & 1 deletion update/cardano-sl-update.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: cardano-sl-update
version: 1.1.0
version: 1.1.1
synopsis: Cardano SL - update
description: Cardano SL - update
license: MIT
Expand Down
2 changes: 1 addition & 1 deletion util/cardano-sl-util.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: cardano-sl-util
version: 1.1.0
version: 1.1.1
synopsis: Cardano SL - general utilities
description: This package contains utility functions not specific
to Cardano SL which extend 3rd party libraries or implement
Expand Down
2 changes: 1 addition & 1 deletion wallet/cardano-sl-wallet.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: cardano-sl-wallet
version: 1.1.0
version: 1.1.1
synopsis: Cardano SL - wallet
description: Cardano SL - wallet
license: MIT
Expand Down

0 comments on commit aed0d92

Please sign in to comment.