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

Commit

Permalink
Merge pull request #3094 from input-output-hk/release/1.2.1
Browse files Browse the repository at this point in the history
Merge branch release/1.2.1 into master
  • Loading branch information
adinapoli-iohk authored Jun 15, 2018
2 parents bfbcda3 + a329628 commit 14f705d
Show file tree
Hide file tree
Showing 29 changed files with 122 additions and 91 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# CHANGELOG

## Cardano SL 1.2.1 (Mainnet)

Bug fix release.

- The wallet launcher now uses a lock file. This prevents problems on
Windows if upgrading Daedalus while the old version is still
running. (DEVOPS-872)

- Fix character encoding error in the connect script of the Docker
image. (DEVOPS-877)


## Cardano SL 1.2.0 (Mainnet)

These are the most important code changes which were included in release 1.2.0.
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.2.0
version: 1.2.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.2.0
version: 1.2.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.2.0
version: 1.2.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.2.0
version: 1.2.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.2.0
version: 1.2.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.2.0
version: 1.2.1
synopsis: Cardano SL - cryptography primitives
description: This package contains cryptography primitives 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.2.0
version: 1.2.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.2.0
version: 1.2.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.2.0
version: 1.2.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.2.0
version: 1.2.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.2.0
version: 1.2.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.2.0
version: 1.2.1
synopsis: Cardano SL main implementation
description: Please see README.md
license: MIT
Expand Down
12 changes: 6 additions & 6 deletions lib/configuration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14736,7 +14736,7 @@ mainnet_wallet_win64: &mainnet_wallet_win64
<<: *mainnet_full
update:
applicationName: csl-daedalus
applicationVersion: 6
applicationVersion: 7
lastKnownBlockVersion:
bvMajor: 0
bvMinor: 1
Expand All @@ -14746,7 +14746,7 @@ mainnet_wallet_macos64: &mainnet_wallet_macos64
<<: *mainnet_full
update:
applicationName: csl-daedalus
applicationVersion: 6
applicationVersion: 7
lastKnownBlockVersion:
bvMajor: 0
bvMinor: 1
Expand All @@ -14756,7 +14756,7 @@ mainnet_wallet_linux64: &mainnet_wallet_linux64
<<: *mainnet_full
update:
applicationName: csl-daedalus
applicationVersion: 6
applicationVersion: 7
lastKnownBlockVersion:
bvMajor: 0
bvMinor: 1
Expand All @@ -14781,7 +14781,7 @@ mainnet_dryrun_wallet_win64: &mainnet_dryrun_wallet_win64
<<: *mainnet_dryrun_full
update:
applicationName: csl-daedalus
applicationVersion: 11
applicationVersion: 12
lastKnownBlockVersion:
bvMajor: 0
bvMinor: 1
Expand All @@ -14791,7 +14791,7 @@ mainnet_dryrun_wallet_macos64: &mainnet_dryrun_wallet_macos64
<<: *mainnet_dryrun_full
update:
applicationName: csl-daedalus
applicationVersion: 11
applicationVersion: 12
lastKnownBlockVersion:
bvMajor: 0
bvMinor: 1
Expand All @@ -14801,7 +14801,7 @@ mainnet_dryrun_wallet_linux64: &mainnet_dryrun_wallet_linux64
<<: *mainnet_dryrun_full
update:
applicationName: csl-daedalus
applicationVersion: 11
applicationVersion: 12
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.2.0
version: 1.2.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.2.0
version: 1.2.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.2.0
version: 1.2.1
synopsis: Cardano SL simple node executable
description: Please see README.md
license: MIT
Expand Down
Loading

0 comments on commit 14f705d

Please sign in to comment.