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

Commit 14f705d

Browse files
Merge pull request #3094 from input-output-hk/release/1.2.1
Merge branch release/1.2.1 into master
2 parents bfbcda3 + a329628 commit 14f705d

29 files changed

+122
-91
lines changed

CHANGELOG.md

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

3+
## Cardano SL 1.2.1 (Mainnet)
4+
5+
Bug fix release.
6+
7+
- The wallet launcher now uses a lock file. This prevents problems on
8+
Windows if upgrading Daedalus while the old version is still
9+
running. (DEVOPS-872)
10+
11+
- Fix character encoding error in the connect script of the Docker
12+
image. (DEVOPS-877)
13+
14+
315
## Cardano SL 1.2.0 (Mainnet)
416

517
These are the most important code changes which were included in release 1.2.0.

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.2.0
2+
version: 1.2.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.2.0
2+
version: 1.2.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.2.0
2+
version: 1.2.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.2.0
2+
version: 1.2.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.2.0
2+
version: 1.2.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.2.0
2+
version: 1.2.1
33
synopsis: Cardano SL - cryptography primitives
44
description: This package contains cryptography primitives 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.2.0
2+
version: 1.2.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.2.0
2+
version: 1.2.1
33
synopsis: Cardano SL - delegation
44
description: Cardano SL - delegation
55
license: MIT

explorer/cardano-sl-explorer.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: cardano-sl-explorer
2-
version: 1.2.0
2+
version: 1.2.1
33
synopsis: Cardano explorer
44
description: Please see README.md
55
license: MIT

0 commit comments

Comments
 (0)