From 6fe69de1b0e0d3f7fbe2f1b9d730f4091cb06c94 Mon Sep 17 00:00:00 2001 From: ThomasV Date: Wed, 12 Oct 2016 15:18:43 +0200 Subject: [PATCH] version 2.7.6 + release notes --- RELEASE-NOTES | 10 ++++++++++ lib/version.py | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/RELEASE-NOTES b/RELEASE-NOTES index fd0f6250..e753d854 100644 --- 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 index 6b3d41c5..ee1c8463 100644 --- 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