tversion 2.7.6 + release notes - electrum - Electrum Bitcoin wallet HTML git clone https://git.parazyd.org/electrum DIR Log DIR Files DIR Refs DIR Submodules --- DIR commit 6fe69de1b0e0d3f7fbe2f1b9d730f4091cb06c94 DIR parent f8aaa4a50ff1bd77b838f7a21f7d106e638b16c7 HTML Author: ThomasV <thomasv@electrum.org> Date: Wed, 12 Oct 2016 15:18:43 +0200 version 2.7.6 + release notes Diffstat: M RELEASE-NOTES | 10 ++++++++++ M lib/version.py | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) --- DIR diff --git a/RELEASE-NOTES b/RELEASE-NOTES t@@ -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'. DIR diff --git a/lib/version.py b/lib/version.py t@@ -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