tprepare version 2.7.16 - electrum - Electrum Bitcoin wallet HTML git clone https://git.parazyd.org/electrum DIR Log DIR Files DIR Refs DIR Submodules --- DIR commit 0a31acbdf222ab25adb48a7e2092e4204f426582 DIR parent 83a422988ea2e58bf183e399c96a057d4f15e510 HTML Author: ThomasV <thomasv@electrum.org> Date: Mon, 9 Jan 2017 13:10:13 +0100 prepare version 2.7.16 Diffstat: M RELEASE-NOTES | 7 +++++++ M lib/version.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) --- DIR diff --git a/RELEASE-NOTES b/RELEASE-NOTES t@@ -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). DIR diff --git a/lib/version.py b/lib/version.py t@@ -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