electrum

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

commit 6fe69de1b0e0d3f7fbe2f1b9d730f4091cb06c94
parent f8aaa4a50ff1bd77b838f7a21f7d106e638b16c7
Author: ThomasV <thomasv@electrum.org>
Date:   Wed, 12 Oct 2016 15:18:43 +0200

version 2.7.6 + release notes

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

diff --git a/RELEASE-NOTES b/RELEASE-NOTES @@ -1,3 +1,13 @@ +# Release 2.7.6 + + * Fixes a critical bug with imported private keys (issue #1966). Keys + imported in Electrum 2.7.x were not encrypted, even if the wallet + had a password. If you imported private keys using Electrum 2.7.x, + you will need to import those keys again. If you imported keys in + 2.6 and converted with 2.7.x, you don't need to do anything, but + you still need to upgrade in order to be able to spend. + * Wizard: Hide seed options in a popup dialog. + # Release 2.7.5 * Add number of confirmations to request status. (issue #1757) * In the GUI, refer to passphrase as 'seed extension'. diff --git a/lib/version.py b/lib/version.py @@ -1,4 +1,4 @@ -ELECTRUM_VERSION = '2.7.5' # version of the client package +ELECTRUM_VERSION = '2.7.6' # version of the client package PROTOCOL_VERSION = '0.10' # protocol version requested OLD_SEED_VERSION = 4 # electrum versions < 2.0