electrum

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

commit c4c2203caafe01906edff10b88920d9dab91bf2e
parent 9a3344dc7fb4c2bc4d38e0e936b2a2c9d103b70b
Author: ThomasV <thomasv@electrum.org>
Date:   Tue, 11 Oct 2016 16:46:40 +0200

version 2.7.5, release notes

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

diff --git a/RELEASE-NOTES b/RELEASE-NOTES @@ -1,3 +1,11 @@ +# Release 2.7.5 + * Add number of confirmations to request status. (issue #1757) + * In the GUI, refer to passphrase as 'seed extension'. + * Fix bug with utf8 encoded passphrases. + * Kivy wizard: add a dialog for seed options. + * Kivy wizard: add current word to suggestions, because some users + don't see the space key. + # Release 2.7.4 * Fix private key import in wizard * Fix Ledger display (issue #1961) diff --git a/lib/version.py b/lib/version.py @@ -1,4 +1,4 @@ -ELECTRUM_VERSION = '2.7.4' # version of the client package +ELECTRUM_VERSION = '2.7.5' # version of the client package PROTOCOL_VERSION = '0.10' # protocol version requested OLD_SEED_VERSION = 4 # electrum versions < 2.0