electrum

Electrum Bitcoin wallet
git clone https://git.parazyd.org/electrum
Log | Files | Refs | Submodules

commit db7467ef4ef99896b9baa71eb227dcbfe5f07097
parent 2cf479525043203675815341ea3fca8b83d210f4
Author: ThomasV <thomasv@electrum.org>
Date:   Tue, 31 May 2016 20:53:15 +0200

release notes for 2.7

Diffstat:
MRELEASE-NOTES | 9+++++++++
Mlib/version.py | 2+-
2 files changed, 10 insertions(+), 1 deletion(-)

diff --git a/RELEASE-NOTES b/RELEASE-NOTES @@ -1,3 +1,12 @@ +# Release 2.7.0 + * Dynamic fees are enabled by default + * Support for Replace-By-Fee transactions + * Use confirmation times targets for dynamic fees + * Qt GUI: + - A fee slider is available in the in send tab + - The Address tab is hidden by default + - UTXOs are displayed in the Address tab + # Release 2.6.4 (bugfixes) * fix coinchooser bug (#1703) * fix daemon JSONRPC (#1731) diff --git a/lib/version.py b/lib/version.py @@ -1,4 +1,4 @@ -ELECTRUM_VERSION = '2.6.4' # version of the client package +ELECTRUM_VERSION = '2.7.0' # version of the client package PROTOCOL_VERSION = '0.10' # protocol version requested NEW_SEED_VERSION = 11 # electrum versions >= 2.0 OLD_SEED_VERSION = 4 # electrum versions < 2.0