tprepare version 2.7.15 - electrum - Electrum Bitcoin wallet HTML git clone https://git.parazyd.org/electrum DIR Log DIR Files DIR Refs DIR Submodules --- DIR commit 0b08de65dead2d4e181337f20b9953bed5063aa2 DIR parent dcfa7b508a1c216a2ba9798c27170c09e9c164b6 HTML Author: ThomasV <thomasv@electrum.org> Date: Thu, 5 Jan 2017 11:26:02 +0100 prepare version 2.7.15 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.15 + * Critical: Fix password update issue (#2097). This bug prevents + password updates in multisig and 2FA wallets. It may also cause + wallet corruption if the wallet contains several master private + keys (such as 2FA wallets that have been restored from + seed). Affected wallets will need to be restored again. + # Release 2.7.14 * Merge exchange_rate plugin with main code * Faster synchronization and transaction creation DIR diff --git a/lib/version.py b/lib/version.py t@@ -1,4 +1,4 @@ -ELECTRUM_VERSION = '2.7.14' # version of the client package +ELECTRUM_VERSION = '2.7.15' # version of the client package PROTOCOL_VERSION = '0.10' # protocol version requested # The hash of the mnemonic seed must begin with this