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

Commit aed0d92

Browse files
rvljmitchell
authored andcommitted
Release 1.1.1 (#2731)
* [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)
1 parent b632695 commit aed0d92

25 files changed

+58
-47
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# CHANGELOG
22

3+
## Cardano SL 1.1.1 (Mainnet)
4+
5+
Bug fix release.
6+
7+
- When making a bug report in the wallet, ensure that usable log
8+
files exist before packing them into an archive.
9+
10+
- Update the report-server version used in the Cardano network
11+
infrastructure, which fixes some issues in receiving bug reports.
12+
13+
314
## Cardano SL 1.1.0 (Mainnet)
415

516
Most important code changes which made to release 1.1.0.

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ before_test:
3535
}
3636
3737
# Install OpenSSL 1.0.2 (see https://github.com/appveyor/ci/issues/1665)
38-
- ps: (New-Object Net.WebClient).DownloadFile('https://slproweb.com/download/Win64OpenSSL-1_0_2n.exe', "$($env:USERPROFILE)\Win64OpenSSL.exe")
38+
- ps: (New-Object Net.WebClient).DownloadFile('https://slproweb.com/download/Win64OpenSSL-1_0_2o.exe', "$($env:USERPROFILE)\Win64OpenSSL.exe")
3939
- ps: cmd /c start /wait "$($env:USERPROFILE)\Win64OpenSSL.exe" /silent /verysilent /sp- /suppressmsgboxes /DIR=C:\OpenSSL-Win64-v102
4040
- ps: Install-Product node 6
4141
# Install stack

auxx/cardano-sl-auxx.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: cardano-sl-auxx
2-
version: 1.1.0
2+
version: 1.1.1
33
synopsis: Cardano SL - Auxx
44
description: Cardano SL - Auxx
55
license: MIT

binary/cardano-sl-binary.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: cardano-sl-binary
2-
version: 1.1.0
2+
version: 1.1.1
33
synopsis: Cardano SL - binary serialization
44
description: This package defines a type class for binary serialization,
55
helpers and instances.

block/cardano-sl-block.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: cardano-sl-block
2-
version: 1.1.0
2+
version: 1.1.1
33
synopsis: Cardano SL - block processing
44
description: Cardano SL - block processing
55
license: MIT

client/cardano-sl-client.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: cardano-sl-client
2-
version: 1.1.0
2+
version: 1.1.1
33
synopsis: Cardano SL client modules
44
description: Cardano SL client modules
55
license: MIT

core/cardano-sl-core.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: cardano-sl-core
2-
version: 1.1.0
2+
version: 1.1.1
33
synopsis: Cardano SL - core
44
description: Cardano SL - core
55
license: MIT

crypto/cardano-sl-crypto.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: cardano-sl-crypto
2-
version: 1.1.0
2+
version: 1.1.1
33
synopsis: Cardano SL - cryptography primitives
44
description: This package contains cryptography primities used in Cardano SL.
55
license: MIT

db/cardano-sl-db.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: cardano-sl-db
2-
version: 1.1.0
2+
version: 1.1.1
33
synopsis: Cardano SL - basic DB interfaces
44
description: Cardano SL - basic DB interfaces
55
license: MIT

delegation/cardano-sl-delegation.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: cardano-sl-delegation
2-
version: 1.1.0
2+
version: 1.1.1
33
synopsis: Cardano SL - delegation
44
description: Cardano SL - delegation
55
license: MIT

0 commit comments

Comments
 (0)