From 2ea4265b0083c4148571b21e1079c641d5f31dc2 Mon Sep 17 00:00:00 2001 From: Andreas Fackler Date: Wed, 26 Feb 2020 10:19:10 +0100 Subject: [PATCH] Version 2.7.2-posdao --- CHANGELOG.md | 19 ++++++++++++------- Cargo.lock | 4 ++-- Cargo.toml | 2 +- util/version/Cargo.toml | 2 +- 4 files changed, 16 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d0602fa436d..14e59082741 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,13 +1,18 @@ -## Parity-Ethereum [v2.7.1](https://github.com/paritytech/parity-ethereum/releases/tag/v2.7.1) -Parity Ethereum v2.7.2-stable is a patch version release of parity-ethereum. +## Parity-Ethereum [v2.7.2-posdao](https://github.com/poanetwork/parity-ethereum/releases/tag/v2.7.2-posdao) +POSDAO version of Parity Ethereum v2.7.2-stable, +with POSDAO transition and malice report queue (#11245) +and minor Authority Round cleanups (#11408). + +## Parity-Ethereum [v2.7.2](https://github.com/paritytech/parity-ethereum/releases/tag/v2.7.2) +Parity Ethereum v2.7.2-stable is a patch version release of parity-ethereum. Starting in the 2.7.x series of releases, parity-ethereum is switching to a single `stable` release track. As a result, any clients that currently receive updates from the `beta` track should switch to the `stable` track. -Due to database format changes, upgrading from 2.5.x or 2.6.x is one-way only. +Due to database format changes, upgrading from 2.5.x or 2.6.x is one-way only. The full list of included changes: -* backwards compatible call_type creation_method (#11450 + #11455) +* backwards compatible call_type creation_method (#11450 + #11455) * chore: remove unused dependencies (#11432) * Cargo.lock: new lockfile format (#11448) * rlp_derive: cleanup (#11446) @@ -18,14 +23,14 @@ The full list of included changes: * fix: export hardcoded sync format (#11416) * verification: fix race same block + misc (#11400) * update classic testnet bootnodes (#11398) -* gcc to clang (#11453) +* gcc to clang (#11453) ## Parity-Ethereum [v2.7.1](https://github.com/paritytech/parity-ethereum/releases/tag/v2.7.1) -Parity Ethereum v2.7.1-stable is a patch version release of parity-ethereum. +Parity Ethereum v2.7.1-stable is a patch version release of parity-ethereum. Starting in the 2.7.x series of releases, parity-ethereum is switching to a single `stable` release track. As a result, any clients that currently receive updates from the `beta` track should switch to the `stable` track. -Due to database format changes, upgrading from 2.5.x or 2.6.x is one-way only. +Due to database format changes, upgrading from 2.5.x or 2.6.x is one-way only. The full list of included changes from `v2.7.0` to `v2.7.1`: diff --git a/Cargo.lock b/Cargo.lock index ec444f4dc22..ab3834d52c0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3285,7 +3285,7 @@ dependencies = [ [[package]] name = "parity-ethereum" -version = "2.7.2" +version = "2.7.2-posdao" dependencies = [ "ansi_term", "atty", @@ -3658,7 +3658,7 @@ dependencies = [ [[package]] name = "parity-version" -version = "2.7.2" +version = "2.7.2-posdao" dependencies = [ "parity-bytes", "rlp", diff --git a/Cargo.toml b/Cargo.toml index ea9adb20a73..c18b1daf726 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ description = "Parity Ethereum client" name = "parity-ethereum" # NOTE Make sure to update util/version/Cargo.toml as well -version = "2.7.2" +version = "2.7.2-posdao" license = "GPL-3.0" authors = ["Parity Technologies "] diff --git a/util/version/Cargo.toml b/util/version/Cargo.toml index aae4bddbb78..a980a6f0282 100644 --- a/util/version/Cargo.toml +++ b/util/version/Cargo.toml @@ -3,7 +3,7 @@ [package] name = "parity-version" # NOTE: this value is used for Parity Ethereum version string (via env CARGO_PKG_VERSION) -version = "2.7.2" +version = "2.7.2-posdao" authors = ["Parity Technologies "] build = "build.rs"