electrum

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

commit 0a31acbdf222ab25adb48a7e2092e4204f426582
parent 83a422988ea2e58bf183e399c96a057d4f15e510
Author: ThomasV <thomasv@electrum.org>
Date:   Mon,  9 Jan 2017 13:10:13 +0100

prepare version 2.7.16

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

diff --git a/RELEASE-NOTES b/RELEASE-NOTES @@ -1,3 +1,10 @@ +# Release 2.7.16 + * add Testnet support (fix #541) + * allow daemon to be launched in the foreground (fix #1873) + * Qt: use separate tabs for addresses and UTXOs + * Qt: update fee slider with a network callback + * Ledger: new ui and mobile 2fa validation (neocogent) + # Release 2.7.15 * Use fee slider for both static and dynamic fees. * Add fee slider to RBF dialog (fix #2083). diff --git a/lib/version.py b/lib/version.py @@ -1,4 +1,4 @@ -ELECTRUM_VERSION = '2.7.15' # version of the client package +ELECTRUM_VERSION = '2.7.16' # version of the client package PROTOCOL_VERSION = '0.10' # protocol version requested # The hash of the mnemonic seed must begin with this